Mose Over/Out Issue

I have a script that will expand a box on  a mouse over of a button, and shrink it on a mouse out of that button. It seems to have a problem. Most of the time its works fine, but on occasion it will tween out to 100% , and then I need to move in and out to get it to sync back up. Here is the script. it seems to happen If i move over or out of the button, while its tweening
Hopefully someone can help me find the bug
import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;
select_mc.addEventListener(MouseEvent.MOUSE_OVER, expandonepad)
setChildIndex(pad_mc, 1)
setChildIndex(select_mc, 0)
pad_mc.scaleY=0
pad_mc.scaleX=0
var growpadx:Tween
var growpady:Tween
addChild(pad_mc)
function expandonepad (Event:MouseEvent)
pad_mc.x=45
pad_mc.y=20.00
growpadx=new Tween (pad_mc, "scaleX", Strong.easeOut, pad_mc.scaleX, 1.02, 2, true)
growpady=new Tween (pad_mc, "scaleY", Strong.easeOut, pad_mc.scaleY, 1.05, 2, true)
select_mc.removeEventListener(MouseEvent.MOUSE_OVER, expandonepad)
select_mc.addEventListener(MouseEvent.MOUSE_OUT, shrinkonepad)
function shrinkonepad (Event:MouseEvent)
growpadx=new Tween (pad_mc, "scaleX", Strong.easeIn, pad_mc.scaleX, 0, 1, true)
growpady=new Tween (pad_mc, "scaleY", Strong.easeIn, pad_mc.scaleY, 0, 1, true)
select_mc.addEventListener(MouseEvent.MOUSE_OVER, expandonepad)
select_mc.removeEventListener(MouseEvent.MOUSE_OUT, shrinkonepad)

One approach that might work would be to stop the Tween before you start another, but you'll need to test for the Tween before you try...as in...
function expandonepad (Event:MouseEvent)
      if(growpadx){
          growpadx.stop();
          growpady.stop();

Similar Messages

  • USB over current status detected pop out issue

    Hi all
    I faced an issue regarding usb over current status detected pop out issue. This popout keep pop out most of the time when i switch on my tv. Even i've try to plug off my cable and swith it on back.
    Can anyone of you solve these problem for me....
    Regards,
    adzleazhar

    Facing same problem as adzleazhar. Have used same laptop connected to 32in TV for several years. Problem only surfaced last month. Unable to resolve. Need help.

  • Timed out issue in jsp page!

    Dears,
    It is really amazing for me to see this issue in my application which I deployed in Oracle Application Server 10g r2.
    I am using JDeveloper 10g to create jsp pages.
    On one jsp page i am displaying 15 html tables for a report.
    All tables have 1 query to get records from oracle 10g database.
    Am opening one connection and than one by one running queries just before each table and rendering data through ResultSet
    (which is scrollable).
    If I test this page from JDeveloper, it is displaying fine.
    But when I deploy this page in Oracle Application Server 10g,
    and create a portlet and show this jsp page in portlet and open this page,
    this page most of the time giving 'TIMED OUT', and a few times displaying report properly.
    I tried PreparedStatement to run multiple queries for Oracle DB, but couldn't make it successfully.
    BTW,
    I checked my OAS log, it shows following error:
    09/03/16 18:39:08 hrwfapp: [instance=(null), id=(null)] ERROR: Request has exceeded its warning timeout Time[elapsed=61046ms.
    Warning timeout=20000ms.] Request[id=5003532663665,3 providerId=493501 portletId=117 portletName=AttritionReports
    portletInstance=35555_ATTRITIONREPORTS_493501 user=PUBLIC] Thread[ name=AJPRequestHandler-ApplicationServerThread-6
    priority=5 alive=true interrupted=false groupName=ApplicationServerThreadGroup]
    Please help me in this regard, what should I do to avoid Timed out issue.
    Best Regards

    Hi,
    if this occurs only in combination with portlets then I would try the Oracle Portal forum for help or use customer support to help you analyzing the issue
    Frank

  • How to deal with OpenCL grey out issue.

    First off, I'm not native english speaker.
    I have Nvidia GeForce 550 Ti video card, and its support OpenCL v1.1.
    I'm also face a "random" OpenCL grey out issue like other people here, but I found the "issue" and how to deal with.
    open a command windows (using WinKey + R, and type cmd <enter>)
    type "cd C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)" <enter>
    type "sniffer_gpu" <enter>  -->> to check your GPU has OpenCL in Photoshop?
    When GPU is in power-saving mode (core running in 51Mhz, using MSI Afterburner monitor), I running sniffer_gpu, got this report
    C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)>sniffer_gpu
    Device: 0000000000328D68 has video RAM(MB): 1023
    Vendor string:    NVIDIA Corporation
    Renderer string:  GeForce GTX 550 Ti/PCIe/SSE2
    Version string:   3.0.0
    OpenGL version as determined by Extensionator...
    OpenGL Version 3.0
    Has NPOT support: TRUE
    Has Framebuffer Object Extension support: TRUE
    OpenGL ok
    Return code: 1
    C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)>
    No OpenCL support
    Then, I switch GPU back to normal status (core running at 900Mhz)
    C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)>sniffer_gpu
    Device: 00000000001F8D68 has video RAM(MB): 1023
    Vendor string:    NVIDIA Corporation
    Renderer string:  GeForce GTX 550 Ti/PCIe/SSE2
    Version string:   3.0.0
    OpenGL version as determined by Extensionator...
    OpenGL Version 3.0
    Has NPOT support: TRUE
    Has Framebuffer Object Extension support: TRUE
    OpenGL ok
    OpenCL ok, version=1.1 CUDA 4.2.1
    Return code: 3
    C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)>
    OpenCL support !!
    Nowadays, most of new GPUs were support power-saving, but when sniffer_gpu running at GPU power-saving state, the OpenCL computing report maybe "time-out", cause the detector "guess" the GPU does not support OpenCL. This is why many people says "OpenCL" sometimes work, sometimes grey-out.
    I hope this bug can be fixed, or at least people can understand how to "enable OpenCL everytime when you launch photoshop".
    Bye.

    Do check the following link
    http://blogs.oracle.com/soabpm/2010/01/soa_suite_11g_weblogictransact.html

  • When starting the Add-on: Connection timed out issue

    When starting the Add-on: Connection timed out issue
    Hi,
    We have a client in SAP 2005 PL 44.
    I built the add-on for them using simple installer wizard ( I tried advanced set-up also).
    When starting the add-on, I get the message 'Connection Timed Out'.
    Add-on status is failed.
    But the add-on is actually connected. i.e, The functionality associated with the add-on is working fine.
    I had SAP 2007 before and un/reinstalled SAP 2005 in order to connect with this client.
    I had built the same add-on in a similar way for the same client for lot many times in the past, but I never got this issue.
    I tried the following:
    1) Delete SM_OBS_DLL and un/reinstall DI API
    2) un/reinstall B1DE
    Always I'm getting this error.
    Please let me know your inputs.
    Thanks.
    Geetha

    Hi Geetha,
    The timeout issue has been discussed quite a bit already on this forum. Please do a search or look at these threads:
    Timed Out Error with ADDON
    Addon Connection Timed out
    Regards
    Aravind

  • How to avoid Time out issues in Datapump?

    Hi All,
    Iam loading one of our schema from stage to test server using datapump expdp and impdp.Its size is around 332GB.
    My Oracle server instance is on unix server rwlq52l1 and iam connecting to oracle from my client instance(rwxq04l1).
    iam running the expdp and impdp command from Oracle client using the below commands.
    expdp pa_venky/********@qdssih30 schemas=EVPO directory=PA_IMPORT_DUMP dumpfile=EVPO_Test.dmp CONTENT=all include=table
    impdp pa_venky/********@qdsrih30 schemas=EVPO directory=PA_IMPORT_DUMP dumpfile=EVPO_Test.dmp CONTENT=all include=table table_exists_action=replace
    Here export is completed and import is struck at below index building.After some time iam seeing below time out in log files
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX.
    Error:-
    VERSION INFORMATION:
    TNS for Linux: Version 11.1.0.7.0 - Production
    Unix Domain Socket IPC NT Protocol Adaptor for Linux: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
    TCP/IP NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
    Time: 13-JAN-2012 12:34:31
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 110
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=170.217.82.86)(PORT=65069))
    The above ip address is my unix client system(rwxq04l1) ip.
    How to see oracle client system port number?
    Please suggest me how to avoid this time out issues.Seems this time out is between oracle server and client.
    Thanks,
    Venkat Vadlamudi.

    Don't run from the client ... run from the server
    or
    if running from a client use the built-in DBMS_DATAPUMP package's API.
    http://www.morganslibrary.org/reference/pkgs/dbms_datapump.html

  • SOAP ADAPTER TIME OUT ISSUE

    We are getting the data from sql server into PI through Soap adapter.
    Till day before yesterday everything is running fine .But now it has started giving us the below error.
    there were no changes done in the interface.
    I am not able to see any error in the runtime workbench ,communication channel monitoring, message monitoring.
    This below error is giving in sql server.
    Can any PI expert explain or provide me a solution to solve this issue.
    Msg 6522, Level 16, State 1, Procedure sp_PI_WS_Backflush_Production_V2, Line 0
    A .NET Framework error occurred during execution of user-defined routine or aggregate "sp_PI_WS_Backflush_Production_V2":
    System.Net.WebException: The operation has timed out
    System.Net.WebException:
       at System.Net.HttpWebRequest.GetRequestStream()
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at PI_WS_Backflush_Production_V2.Backflush_OB_Sync_SIService.Backflush_OB_Sync_SI(BackflushRequest_DT BackflushRequest_MT)
       at PI_WS_Backflush_Production_V2.StoredProcedures.Backflush_Production_V2(String PalletNumber, String StockKeepingUnit, String ProductionPlant, String BatchNumber, DateTime ProductionDate, String Quantity, String UnitOfMeasure, String Destination, String& uState, String SAPUser, String SAPPassword)

    Time out issue could be due to the long running process in your SQL server. please check the SQL server for its performance and also check the number of http worker threads on the SQL server side where the SOAP adapter makes the call and get the request back.

  • Multiple roll over/out + attachMC = wrong coordinates of attached mc

    First the code:
    att = function (prev,nex,coox,alf) {
        attachMovie (nex, nex, _root.getNextHighestDepth());
        nex=eval(nex);
        nex._x = coox;
        nex._y = 160;
        prev._alpha = alf;
    att(LetP,"LetP",80,100);
    LetP.onRollOver=function () {
        att(LetP, "LetPi", 80, 0);
    LetP.onRollOut=function () {
        att (0,"LetPj",80,0);
        removeMovieClip ("LetPi");
        setTimeout(remPj, 10000);
    remPj=function() {
        removeMovieClip ("LetPj");
        LetP._alpha = 100;
    When I set mouse over first MC ("LetP") it starts second MC ("LetPi"). When I remove mouse from this area, LetPi is replaced with LetPj, which disappear after a while revealing LetP.
    Problem starts when I do this:
    mouse over the mc, then mouse out, then over again, and then out
    - result of this operation is that the LetPj appears where it should (that is x=80 and y=160), but it also appears in upper - left corner of the screen (x=0 and y=about 10,sometimes less).
    And untill the additional mc (the one at x=0) disappear the main mcs (those at x=80) act chaotically on roll over/out events.
    Is there a reason why it acts like this?

    No
    The example I geve was just for one letter, it was letter "P". That's why every mc in code I've written above has the same coordinates (x,y). I got other letters, every one of them works with the same mechanism as "P". But other letters have different coordinates. I want every letter to animate independently.
    Every letter has 3 versions. For "P" it is "LetP", "LetPi" and "LetPj".
    For example letter "R" has instances of "LetR", "LetRi" and "LetRj". Letter "O" has instances of "LetO", "LetOi" and "LetOj". And so on....with more letters.
    I gave an example just for letter "P" so I'd know what to do with other letters
    My first post in this thread was a function, which was supposed to work for all the letters. And it might've been not very understandable function (I have sometimes trouble with figuring it out  ) But it works as I intended to. Code in my second post is easier to understand, but it has the same effect as code in the first post.
    Both versions of this code (my fist post, and my second post) works simmilar. But both of them have simmilar 'side effects' - instance of "LetPj" appears at the upper left corner of stege. And this side effect was not in my intentions
    I was interested in the reason why this instance of "LetPj" (or "LetRj" or "LetOj"...and so on) appears where it shouldn't be.
    Is that the explanation you were hoping for?

  • Over MobileMe Issues

    I am totally over mobileme issues yet I love iWeb. Can anyone recommend a good hosting site that is compatible with iWeb? How do I upload the site etc without using mobileme?

    studentoflife wrote:
    Can anyone recommend a good hosting site that is compatible with iWeb?
    All hosting services should be compatible with iWeb — but if the hosting service offers a choice of WIndows servers or Linux servers, choose Linux.
    Some recommend this hosting service — particularly for its support:
    http://www.hostexcellence.com
    studentoflife wrote:
    How do I upload the site etc without using mobileme?
    This video tutorial may help:
    _Publishing your website via FTP_

  • Time out issues

    I have a program which will retrieve the accounting information, the result as like as T-code F.19, but when i execute the program it will caused time out issue, I have not idea how to solve it. Could you help. Here is the source code which cause time out. Thank!
       select * from bsis
          into corresponding FIELDS OF table it_bsis
          where bukrs in so_bukrs and
                budat in so_budat and
                augdt = '00000000' and
                dmbtr ne 0.
        loop at it_bsis.
          select single * from bseg
             where bukrs = it_bsis-bukrs and
                   belnr = it_bsis-belnr and
                   gjahr = it_bsis-gjahr and
                   buzei = it_bsis-buzei and
                   ebeln in so_ebeln and
                   matnr in so_matnr and
                   hkont in so_hkont.
          if sy-subrc = 0.
              MOVE-CORRESPONDING BSEG TO BSIS_TAB.
              BSIS_TAB-WAERS = it_bsis-WAERS.
              BSIS_TAB-BUDAT = it_bsis-BUDAT.
              BSIS_TAB-BLART = it_bsis-BLART.
              IF it_BSIS-SHKZG = 'H'.
                BSIS_TAB-DMBTR = 0 - BSEG-DMBTR.
                BSIS_TAB-DMBE2 = 0 - BSEG-DMBE2.
                BSIS_TAB-DMBE3 = 0 - BSEG-DMBE3.
                BSIS_TAB-WRBTR = 0 - BSEG-WRBTR.
              ENDIF.
              APPEND BSIS_TAB.
          endif.
        endloop.

    Avoid selecting BSEG within the it_bsis loop. BSIS will have huge data and when you do data selection for BSEG inside this loop things will only worsen.
    My points:
    BSIS:
    1. Avoid 'INTO CORESSPONDING FIELDS OF" during the bsis table fetch. Instead define your target structure with the required fields and select only those fields from the BSIS table.
    2. Make sure that only "Key fields" are used in your filter (where condition) for this BSIS table fetch.
    3. I presume your company code in selection (so_bukrs) is a mandatory field. If not suggest for mandatory option.
    BSEG:
    To avoid selection of BSEG inside the bsis loop do the following.
    1. Sort it_bsis by  bukrs belnr gjahr buzei.
    2. Move the contents of it_bsis into a temporary table of same structure, say it_bsis_tmp.
    3. delete adjacent duplicates from it_bsis_tmp comparing bukrs belnr gjahr buzei.
    4. Now use the below selection:
       select <fields required from bseg>
         from bseg
         into table it_bseg
         for all entries in it_bsis_tmp
    where bukrs = it_bsis_tmp-bukrs and
    belnr = it_bsis_tmp-belnr and
    gjahr = it_bsis_tmp-gjahr and
    buzei = it_bsis_tmp-buzei and
    ebeln in so_ebeln and
    matnr in so_matnr and
    hkont in so_hkont.
    if sy-subrc eq 0.
      sort it_bseg by bukrs belnr gjahr buzei.
    endif.
    5. Modify your loop construct as below:
    loop at it_bsis.
      read table it_bseg into wa_bseg with key bukrs = it_bsis-bukrs
                                                                  belnr = it_bsis-belnr
                                                                  gjahr = it_bsis-gjahr
                                                                  buzei = it_bsis-buzei
                                                                  binary search transporting <required fields>.
    if sy-subrc eq 0.
       move the required fields from wa_bseg to your BSIS_TAB.
      BSIS_TAB-WAERS = it_bsis-WAERS.
    BSIS_TAB-BUDAT = it_bsis-BUDAT.
    BSIS_TAB-BLART = it_bsis-BLART.
    IF it_BSIS-SHKZG = 'H'.
    BSIS_TAB-DMBTR = wa_BSEG-DMBTR * -1.
    BSIS_TAB-DMBE2 = wa_BSEG-DMBE2 * -1.
    BSIS_TAB-DMBE3 = wa_BSEG-DMBE3 * -1.
    BSIS_TAB-WRBTR = wa_BSEG-WRBTR * -1.
    ENDIF.
    APPEND BSIS_TAB.
    endif.
    endloop.

  • Time out issues in globe transaction

    Hi experts,
    I have one issue that is ,...A variant ran several times in the past for monthly requirements for CAT updates is now timing out no matter how short of length of time report is set to run.
    Users are using the variants  like CAT_HCN_SLP, CAT_IF, and CAT_HCN  and populating the field "Date of Usage Decision" with a range from 15 days to as short as 1 day - and continuously having time out issues.
    This report is necessary for CAT downloads for regulatory complaince and needs to be utilized by the end of the month if not sooner.
    Thanks in Advance
    Hari

    Hi John,
    I dont know what transaction are you talking about...
    But if it is TIME_OUT.... you need to check for any OSS Notes available for this problem.
    If not send a product error message to SAP.
    There cannot be anyother solution,,,, if it is time_out.
    go ahead.

  • Fallout 2 problems - NOT fade out issue

    Hi
    I recently wanted to run fallout 2 , so i installed it without any problems and run with wine.(0.9.19)
    Everything is okay ,fade out issue doesent exist horray
    but i have other problem - mouse pointer. In menus everything is okay ,but in game mouse pointer acts weird ,it is hery hard to move it.Impossible to play
    It is weird because when i turn on menu in game pointer run normally ,it acts good even when it is at lower side on the screen in game(where weapons are shown ,etc)
    I have tried various remedy but none works ,on wine db ,noone solved this problem.
    Anyone run into this problem ,any solution ? 
    PS.in cedega game is unplayable beacause of fade in out problem even after renicing ,but pointer acts good so it is definately wine problem

    I havent played fallout in a long time so i don't know if it has this option but check for hardware/software mouse pointer. Maeby that setting will solve the issue.

  • Please Help --Export to excel time out issue

    500 Connection timed out
    Hi Friends,
    We have a query which runs about 3 minutes on web and  brings bach 54000 rows  , but when the user tries to export to excel It give timeout error as below.
    Connection timed out (-5)
    Error: -5
    Version: 6020
    Component: ICM
    Module: icxxthr_mt.c
    Line: 2467
    Server: tepas0_abc_00
    Detail: Connection to partner timed out
    Please help me out.
    Thanks a lot!

    Hi,
    Check the info here:
    https://forums.sdn.sap.com/click.jspa?searchID=5203764&messageID=959490
    There are also a lot of other threads on time out issue...
    Hope this helps...

  • Windows Handheld application Time out issues.

    How to Handle Windows Handheld Application idle time out issues.

    For your reference I found something interesting stuff:
    http://www.hjgode.de/wp/2011/07/04/wm-6-5-remote-desktop-client-disconnects-after-10-minutes/comment-page-1/
    and a blog:http://blogs.msdn.com/b/raffael/archive/2009/09/11/remote-desktop-mobile-rdp-client-disconnects-after-10-minutes-of-inactivity.aspx
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Dear Apple, Have you fixed the 'Time out' issue with airport? It now happens to me 2-3 times a day for the past 6 months. Answers please.

    Dear Apple, Have you fixed the 'Time out' issue with airport? It now happens to me 2-3 times a day for the past 6 months. Answers please.

    We're not Apple - these boards are user-to-user.
    Your profile says 10.7.3 - try applying the 10.7.5 combo update.

Maybe you are looking for

  • HT200028 i want to use my Apple TV while camping using my hot spot on my iPad as my wireless network.

    I currently have my Apple TV set up using my wireless network in my home.  I plan to use the Apple TV while camping and thinking I should be able to use my Hot Spot on my iPad to display on my TV while camping.  What I'm not finding is how to find my

  • Lost Firewire suport during upgrade OS X Server 10.3.9

    After loading OS Xserver 10.x install discs on my Dual G4 Quicktime Broadcaster worked fine and the 400 firewire port worked. However, after performing all the "APPLE RECOMENDED UPGRADES" I now have no firewire port working. Thus quicktime broadcaste

  • Asset Master Uploading from Legacy

    Hi All SAP Gurus, I am doing the Asset Master Uploading from the Legacy System. I am able to upload the data from transactions AS91, OASV. But I am facing a peculiar problem. I want to uplad the balances in the middle of the year i.e. 1st Feb 09. My

  • Playlist shuffling problems.

    When hit shuffle on playlists or even all songs its skips over a lot of songs. The song count will go from 50 to 12 making it impossible to listen to an entire playlist on shuffle. Is there a way to fix this or do I have to live with this until the n

  • GTX670 need updated BIOS please.

    Hi, I was wondering if there's an updated vbios for my 670GTX's. Reason being is I have ran Sisoft Sandra and ALLBENCHMARK and they are saying there should be. Here's a link to my vbios on all 3 cards. Its the same for the 3 video cards I have. I was