Hi, I'm working through a really strange issue with my Flex 4 AIR app. I've lost days of sleep, hair, and numerous brain cells trying to get to the source of the issue with no luck. The scenario is as follows:
- AIR app with initialized receiving and sending localConnection objects. - Browser with an initialized receiving and sending localConnection objects. - The AIR app receiving localConnection object is triggered by the browser, resulting in a new instance of a spark window. - Form elements in the window (DropDownList in particular) become _slow_. For example, to open up the dropDownList I need to click and hold for 3-5 seconds. The reason I believe that this is a issue with the AIR receiving localConnection is if I open a new instance of the spark window from the AIR app directly it works fine. As soon as I open a new instance from the receiving localConnection method, that instance slows. Also, any future instances opened (from the AIR app directly) are also slow until I restart the application. I'm looking for some tips on how to solve this issue. Or, if you have ideas how I can better troubleshoot this, that would be great too. Thanks, Mike

