Mx:Combobox getting hang  after continous  clicks on it( Flex 4 + Halo)

Hi All,
          Pls chek the following sample. After continous  clicks on the combobox it gets hang. It is found in Halo theme only. Any idea about the issue?
My client reported this issue. Pls help...
<?xml version="1.0"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/mx">
    <mx:ComboBox>
        <mx:ArrayList>
            <fx:String>AK</fx:String>
            <fx:String>AL</fx:String>
            <fx:String>AR</fx:String>
        </mx:ArrayList>
    </mx:ComboBox>
</s:Application>

Sounds like this bug: https://bugs.adobe.com/jira/browse/SDK-26075
Will be fixed in 4.5

Similar Messages

  • Forms gets hang after 15 mins in 11.5.10.2

    Hi,
    I have cloned an instance from production. Now my forms in production are getting hanged after 15 mins but the development instance is running fine. The EBS version is 11.5.10.2. Linux RedHat 4.0. Jserv 1.1.
    Everytime this is happening at 15-20 mins interval. I have seen the log files in iAS_HOME/Apache but they are clean.
    Can anyone plz help on this.
    Thanks.
    Neeraj.

    Rapid Clone does not modify the source system. adpreclone.pl prepares the source system to be cloned by collecting information about the database and creating generic templates of files containing source specific hardcoded values.
    I suggest you use Forms Runtime Diagnostics (FRD) to debug the issue, for more details on how to use it please check Note: 150168.1 - Obtaining Forms Runtime Diagnostics (FRD) In Oracle Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=150168.1

  • Hi While Updating to 2.3 my PC gets Hanged After prepare stage ??

    Hi While Updating to 2.3 my PC gets Hanged After prepare stage ??
    I'hv tried for atleast 5 times but same problem occurs ...
    Please help...

    what are u using to update pc companion or update service
    download update service and try to update with this.
    http://dl-www.sonyericsson.com/cws/download/1/110/61/1309763183/Update_Service_Setup-2.11.7.13.exe
    and if u still find this problem..then i'll trecommend to update thru another pc if possible..
    or it can be a result of server overload..
    more and more peole are updatings so that may be the reason..
    firtst try with update service then goin to another pc..
    and if both doesnt solve then it's problem of the server..

  • Mozilla firefox get hang , when i click on a link to download a file using Interenet Download manager. any solution??

    When i click on any link to download a file ( software, document etc.) using idm , the firefox get hang for sometime till the download dialogue box don't come. any solution to this problem.??

    Try to start Firefox in [[Safe mode|Safe mode]]. This mode disables all extensions, user customizations, hardware acceleration, etc. temporarily for diagnostic and troubleshooting. If Firefox works find in Safe Mode, then this is likely an add-on issue. Restart Firefox in normal mode, then type "About:addons" (without the quotes) in the address bar. Disable your extensions one by one, restarting Firefox between each one, until you find the trouble maker. Once you do, you can disable that add-on and report the issue to that add-on's developer.
    A few other basic trouble shooting things you can try is this:
    Run all Windows Updates, install all needed service packs, etc.
    Update your graphics driver (Firefox uses your graphics card for some rendering, and an out of date graphics card driver can cause problems. [https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers].
    Update all your plugins (Flash, Java, etc.): [http://www.mozilla.org/plugincheck/ http://www.mozilla.org/plugincheck/].
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]. This helps check that there are no viruses on your computer causing issues. You can uninstall this program after you clean off any infections.

  • Weblogic portal is getting hanged after a regular interval

    Hi,
    We are using WLP 8.1 SP 5 on a HP Unix environment. Our Weblogic instance is getting hanged and we need to restart the same. This problem is happing once in a 3 weeks time. From console we cheked that avilable memory for JVM heap is quite low when this happens. Below are the some of the log messages we have found in the weblogic log:
    <Jun 28, 2010 6:12:59 AM GMT> <Error> <HTTP> <BEA-101083> <Connection failure.
    java.net.SocketException: Error in poll for fd=172, revents=32
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:131)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    <Jun 28, 2010 6:45:14 AM GMT> <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '57' for queue: 'default' has been busy for "966" seconds working on the request "Http Reques
    t: /Xxxxx/global/docs/en/careers/Xxxxx_Power_Source.wmv", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
    ********* resources error jsp is called *******
    <Jun 28, 2010 7:55:14 AM GMT> <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '13' for queue: 'default' has been busy for "606" seconds working on the request "Http Reques
    t: /Xxxxx/global/docs/en/xxxxx/media_publications/technical_papers/xxxx.pdf", which is more than the configured time (StuckThreadMaxTime) of "600" seco
    nds.>
    ********* resources error jsp is called *******
    <Jun 28, 2010 7:46:13 AM GMT> <Error> <HTTP> <BEA-101046> <[ServletContext(id=12830383,name=xxxxxportal,context-path=)] mt:mail: Could not send message
    javax.mail.SendFailedException: No recipient addresses
    at javax.mail.Transport.send0(Transport.java:111)
    at javax.mail.Transport.send(Transport.java:81)
    at org.apache.taglibs.mailer2.BackgroundMailThread.run(BackgroundMailThread.java:65)
         ********* resources error jsp is called *******
    Any help is highly appriciated.

    Hi,
    Please find below my findings about the memory leak.
    Many (around 40 where max connection is 50) connection were created without they getting closed in a very short span of time. This caused the connection pool to be filled as rest of the connections in the connection pool were doing something else. Below is the log message:
    ####<Jul 4, 2010 12:24:01 AM GMT> <Info> <Common> <domainname.xxxxxxxx.com> <EXL> <ExecuteThread: '4' for queue: 'default'> <<anonymous>> <BEA1-39390F6683087D485CB1> <BEA-000627> <Reached maximum capacity of pool "portalPool", making "0" new resource instances instead of "1".>
    ####<Jul 4, 2010 12:24:01 AM GMT> <Info> <Common> <domainname.xxxxxxxx.com> <EXL> <ExecuteThread: '48' for queue: 'default'> <<anonymous>> <BEA1-393D0F6683087D485CB1> <BEA-000627> <Reached maximum capacity of pool "portalPool", making "0" new resource instances instead of "1".>
    ####<Jul 4, 2010 12:26:06 AM GMT> <Info> <Common> <domainname.xxxxxxxx.com> <EXL> <ExecuteThread: '45' for queue: 'default'> <<anonymous>> <BEA1-397A0F6683087D485CB1> <BEA-000627> <Reached maximum capacity of pool "portalPool", making "0" new resource instances instead of "1".>
    This caused all the threads handling request to the application hanged.
    ####<Jul 4, 2010 12:29:24 AM GMT> <Error> <WebLogicServer> <domainname.xxxxxxxx.com> <EXL> <weblogic.health.CoreHealthMonitor> <<WLS Kernel>> <> <BEA-000337> <ExecuteThread: '1' for queue: 'default' has been busy for "636" seconds working on the request "Http Request: /xxxxxxxx.portal", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
    ####<Jul 4, 2010 12:29:24 AM GMT> <Error> <WebLogicServer> <domainname.xxxxxxxx.com> <EXL> <weblogic.health.CoreHealthMonitor> <<WLS Kernel>> <> <BEA-000337> <ExecuteThread: '2' for queue: 'default' has been busy for "696" seconds working on the request "Http Request: /xxxxxxxx.portal", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
    69 of 70 threads hanged and logged this error message
    Also, other Weblogic modules (EJBs etc.) were not able to release connections due to this connection leak problem.
    <Jul 4, 2010 12:31:13 AM GMT> <Info> <EJB> <domainname.xxxxxxxx.com> <EXL> <ExecuteThread: '15' for queue: 'default'> <<anonymous>> <BEA1-38C90F6683087D485CB1> <BEA-010051> <EJB Exception occurred during invocation from home: [email protected]106df27 threw exception: javax.ejb.TransactionRolledbackLocalException: EJB Exception: ; nested exception is: javax.ejb.TransactionRolledbackLocalException: EJB Exception: ; nested exception is: weblogic.transaction.internal.TimedOutException: Transaction timed out after 502 seconds
    BEA1-38C90F6683087D485CB1
    These hanged threads and EJBs caused the memory leak in JVM heap.
    ####<Jul 4, 2010 2:00:35 AM GMT> <Error> <T3Misc> <domainname.xxxxxxxx.com> <EXL> <weblogic.time.TimeEventGenerator> <<WLS Kernel>> <> <BEA-000712> <Exception invoking Scheduled Trigger
    java.lang.OutOfMemoryError: Java heap space
    java.lang.OutOfMemoryError: Java heap space
    >
    When checked the JDBC log the below exception was found:
    SQLException: SQLState(null) vendor code(17002)
    SQLException: SQLState(null) vendor code(17002)
    java.sql.SQLException: Io exception: Broken pipe (errno:32)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
    So, what might cause this JDBC error. Is the problem at Weblogic end or the database end? It seems that the connections are hanging due to this JDBC error which is causing the connection pool to be filled up. Subsequently threads are hanging which leads to memory leak.
    Please help as this issue is reoccuring again and again!!!

  • 8900 Smartphone getting hang after boot

    I had problem with the 8900 Smartphone, All Contacts, Call logs used to get erase after i boot up the bb after removing the battery.  so I upgraded the bb with 8900jEastAsia_PBr5.0.0_rel1168_PL5.2.0.67_A5.0.0.681_Redington__India__Limited.  But after installing this version my bb takes long time to boot and get hang on white screen with BB logo.  I'm trying to downgrade the version but not able to do so.. Please advise soon.

    In that case, have you try updating the latest BIOS, chipset driver, USB driver(if any) from your mainboard website.
    Jason

  • Why my iPhone5C is getting Hang after updating to iOS8?

    After updating to iOS8 my iPhone5C is getting Hang Frequently once or twice a day. Please fix this problem releasing stable OS. Not only I am having same problem some of my friends having iPhone5C and 5S are also having same.
    Please release iOS8.0.1 or iOS8.0.2

    My 5c too was
    hanging
    Once I'd restarted it
    Now it has stopped hanging

  • HT1338 My system preference hang after i click desktop and screen saver app.

    When ever i try to change my wall paper or click on my desktop and screen saver app the system preference hang..
    Any one know how to fix that beside format the whole system?
    Thanks in Adv.

    Welcome to the Apple Support Communities
    Try to delete the Desktop settings file. First, open Finder, select Go menu > Go to Folder, and type ~/Library/Preferences. Then, delete "com.apple.desktop.plist" and "com.apple.systempreferences.plist", and restart. Finally, you should be able to go to Desktop and Screen Saver on System Preferences

  • GUI Hangs after some click

    Hi Guys !!
    I am facing one problem with this particular thread. I can see that the GUI is hanging at this thread infinetly !! any thoughts why ?
    *{color:#ff0000}+"AWT-EventQueue-0" prio=6 tid=0x1047abd8 nid=0x9d8 runnable [0x107bf000..0x107bfb68]+*
    +        at sun.awt.windows.WComponentPeer.reshape(Native Method)+
    +        - locked <0x02e10000> (a sun.awt.windows.WCanvasPeer)+
    +        at sun.awt.windows.WComponentPeer.setBounds(WComponentPeer.java:118)+
    +        at java.awt.Component.reshapeNativePeer(Component.java:1926)+
    +        at java.awt.Component.reshape(Component.java:1882)+
    +        - locked <0x036825e8> (a java.awt.Component$AWTTreeLock)+
    +        at java.awt.Component.setBounds(Component.java:1849)+
    +        at com.webrenderer.windows.NativeBrowserCanvas.setBounds(NativeBrowserCanvas.java)+
    +        at java.awt.Component.resize(Component.java:1783)+
    +        - locked <0x036825e8> (a java.awt.Component$AWTTreeLock)+
    +        at java.awt.Component.setSize(Component.java:1772)+
    +        at com.webrenderer.windows.NativeBrowserCanvas.setSize(NativeBrowserCanvas.java)+
    +        at java.awt.Component.resize(Component.java:1806)+
    +        at java.awt.Component.setSize(Component.java:1797)+
    +        at com.webrenderer.windows.NativeBrowserCanvas.setSize(NativeBrowserCanvas.java)+
    +        at javax.swing.JViewport.setViewSize(JViewport.java:1023)+
    +        at javax.swing.ViewportLayout.layoutContainer(ViewportLayout.java:183)+
    +        at java.awt.Container.layout(Container.java:1401)+
    +        at java.awt.Container.doLayout(Container.java:1390)+
    +        at java.awt.Container.validateTree(Container.java:1473)+
    +        at java.awt.Container.validateTree(Container.java:1480)+
    +        at java.awt.Container.validateTree(Container.java:1480)+
    +        at java.awt.Container.validateTree(Container.java:1480)+
    +        at com.objectsavvy.base.gui.panels.BaseTabbedPanel.validateTree(BaseTabbedPanel.java:73)+
    +        at java.awt.Container.validateTree(Container.java:1480)+
    +        at java.awt.Container.validateTree(Container.java:1480)+
    +        at java.awt.Container.validateTree(Container.java:1480)+
    +        at java.awt.Container.validateTree(Container.java:1480)+
    +        at java.awt.Container.validate(Container.java:1448)+
    +        - locked <0x036825e8> (a java.awt.Component$AWTTreeLock)+
    +        at javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.java:379)+
    +        at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:113)+
    +        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)+
    +        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)+
    +        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)+
    +        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)+
    +        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)+
    +        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)+
    *+        at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)+{color}*
    Edited by: bhvijay on Oct 8, 2009 9:48 AM

    Example code goes a long way to getting an answer, also putting well placed print statements in will give you a fairly good clue on what is happening.

  • My iphone 5 is getting hanged after unattended miscalls...i am forced to switch off the phone can someone   help me out

    after unattented misscalls if i try to unlock the screen by swiping it wont respond . so i will have to force shutdown the phone

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • My iphone5 is getting troublesome after installing that ios7 it goes blank and gets switched off automatically pls help, My iphone5 is getting troublesome after installing that ios7 it goes blank and gets switched off automatically pls help

    My iPhone 5 is getting hanged after installing ios7 and gets switched off automatically when ever I type and shows vertical black bars fading to getting it switched off.some freezing screen also happen kindly help. Thanks

    Try a reset: hold down the home button along with the power button until you see the Apple, then let go.

  • DMP 4305 getting hanged and not reachable

    Hi,
    We have a DMP 4305 player which is running the version 5.2.1 and MCS 7835-H2 server playing version 5.2.2.
    The players are getting hanged after few days and is not reachable. We need to restart the players, but the same thing repeats after few days.
    Kindly advise.

    Hi,
    Normally DMP and DMM are supposed to run the same version so the first step here would be to upgrade your DMP to 5.2.2 so that it matches the DMM version.
    If you still have the problem afterwards a TAC case would be the way to go to investigate if we are facing a memory leak or a simple hang of the device.
    Regards,
    Nicolas

  • E90 Hangs after restart.... Requires Hard reformat...

    Hi Guys,
    Any one faced problems with E90 Phone getting hanged after restart.... It hangs up at the boot cycle..... You have to hard format using * + Call + 3 + Power on button to reformat it.
    But after reformating it after i restore my data, after restart it again hangs...
    Any one aware of any firmware or software that can help me solve this issue.

    It is the orginal Snow Leopard install disk that came with the machine.
    Techtool indicates that the dvd drive is working correctly.
    Techtool shows Disks 3 and 4 are working correctly.
    Disk utility and disk warrior show 3 & 4 are working correctly.
    Disk utility and disk warrior say that the raid setup needs to be rebuilt.
    In order to rebuild the raid and lots of other reasons using the install disk is necessary.

  • SAP BW 640-----SAINT HANGS AFTER CLICKING START

    Hi Everybody,
    We are on stack 9 on the source BW 640.  I am trying  to take the stack to 22 as a prerequirement for unicode conversion, and the upgrade to BI 7.0.
    In this regard there is a dependency on PI_BASIS to be on 2005, and BI_CONT to be on 353.  Currently we are on PI_BASIS 2004, and BI_CONT 352 on the source.
    We have extracted the appropriate installation packages for the above components.  When we run SAINT to install these components, and click START it just hangs.  It does not take me to the  next window.
    At least SAINT used to take me to the next window after clicking start, but one change I did was to update the kernel to 221, saint was still hanging after clicking start, again updated the kernel to 274 which is the latest release for NW 2004.  I also have the latest version of R3Trans, and tp.  SAINT still hangs after clicking start button.  No  logs are getting generated in \usr\sap\trans\log.  No files are getting generated in \usr\sap\trans\tmp. 
    I restored the database to what it was before we initiated the SAINT process.  Still SAINT hangs after clicking start button.
    In STMS-overviewu2014system-sap system-all the checks work fine(connection, transport directory, transport tool).  Likewise in SAINT-utilities-check-transport tool----every thing looks good.
    Why is SAINT hanging after clicking start button, can we downgrade the kernel to what it was before (level 155). 
    Any input is greatly appreciated.
    Thank you.
    Ramesh Srinivasan.

    Thank you so very,very much.  We are currently using a 640 gui.  We tested with 710 gui and saint after clicking start does not hang.
    So we are assuming that 710 gui will solve the problem.
    Thanks once again.  A very timely help.  You bet I'll touch base with you if I run into issues.
    RS

  • Z87-G45 hangs after clicking on OC Genie

    For starters, I'm not IT techie guru, just a noob.
    What happens is that after I click on the OC Genie button, the comp will hang as it boots up at the "STARTING WINDOWS" just before the 4 balls appear.
    I hv set my comp to "OPTIMAL MODE" F6.
    I used to have the Z77A-G43 & I just click on the OC Genie button & all was smooth.
    Wonder why am I facing this issue now.
    My setup
    Intel i7-4770k 3.5ghz 8mb LGA1150
    Z87-G45 Gaming mainboard
    Windows7 Home Premium 64k
    Corsair Vengeance 1600 16GB kit CL9 (2 x 8GB)
    MSI GTX760 Twin Frozr Gaming 2GB GDDR5 PCI-E OC
    Seasonic X-Series 750W Modular Gold PSU
    Samsung  840 PRO SSD series
    Appreciate if the experts here can help to guide me.
    Tks & much appreciated

    Quote from: Froggy Gremlin on 14-February-14, 13:45:50
    Did you uncheck Auto Restart so as to get the BSOD error code? That will tell what was needed to correct it.
    Yes sifu I did before I started the movie
    Quote from: Froggy Gremlin on 14-February-14, 13:45:50
    If the BIOS has the settting VDroop, set it to 100%. Also, enter the OC Section of the BIOS Sub Section 'CPU Features' and set all the power limits (w) to 255, Power Duration (s) to 60 or 128. Overspeed Protection set to disabled. Make sure EuP 2013 is disabled.
    Ah~~~so~~~~~~ ok I will do this
    Quote from: Bernhard on 14-February-14, 14:15:29
    If ever you want to inspect any crashes, then do the following:3. Click on the Technical detail link and you will see something that is similar to this:
    This will provide you with a host of information, including any error and BSOD codes which are needed to ascertain the cause of the crash.
    Trust this can assist you in finding the data of the crashes that you have experienced.
    Tks Bernhad for ur tips, now I go the reason for the crash
    Description
    The computer has rebooted from a bugcheck.  The bugcheck was: 0x00000124 (0x0000000000000000, 0xfffffa8010e32028, 0x00000000ba000000, 0x0000000052000402). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 021414-4009-01.
    As I've mentioned in my initial post, I'm so noob at this I hv no idea wat the desc is talkin abt

Maybe you are looking for

  • HT201318 Can I upgrade icloud plan to more than 50GB?

    Hello Guys, I looking for a cloud storage until to 100GB. Can I upgrade icloud plan to more than 50GB? Thanks a lot. Marcos R Barroso

  • Poor sound after updating to ISO 7

    Poor sound after updating to ISO 7. Before updating i had terrific sound both on my music and videos I recorded with my cam, i had to turn it down. Now, after update, i put volym on Max and can hardly hear the music or whatever. Anyone else with same

  • Error only on automatic start

    My workflow is set to automatically start when an item is created or changed, however, I automatically get "Error Occurred." If I manually start it, it works just fine.  My workflow history seems to be ok.  There are 3199 items with a limit of 20000.

  • How do I invert scrolling?

    In Firefox, the vertical scrolling is inverted. That is instead of simulating the motion of the scrollbar, scrolling simulates the motion of a piece of paper. I don't know how it got that way, and I don't know how to get it back to the way it was bef

  • Set Document Actions

    Hi, I simply want to notify a user that a required field is blank when they print or save the PDF. Based on other posts in the forum, I added the following JavaScript in Set Document Actions > Document Will Save and Document Will Print. function chec