If you have time, run a test with an ActionScript-only project (no Flex code).
It could be that Flex is still drawing something. But it is unclear from the doc snippet what "fully transparent" means. It could still mean that you didn't draw anything vs drew something with alpha=0 On 4/23/14 9:58 AM, "Fréderic Cox" <[email protected]> wrote: >That is my guess too Alex. However in the docs it is stated: > >Important: On Linux, mouse events do not pass through fully transparent >pixels. You should avoid creating windows with large, fully transparent >areas since you may invisibly block the user¹s access to other windows or >items on their desktop. On Mac OS X and Windows, mouse events do pass >through fully transparent pixels. > >http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7 >e09.html#WS5b3ccc516d4fbf351e63e3d118676a452d-7fe5 > >So on MacOSX it "should" work. Any idea on where to go with this? AIR bug? >OS issue? > >Can I somehow log this or detect? All I'm getting now is an activated >event >without a reason. >If I could somehow "deactivate" my application when it is activated and >the >mouse is not where I want it to be that could be a workaround but I can't >find how to deactivate an AIR application either. > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/Activate-events-on-applicat >ion-tp6234p6245.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
