[flexcoders] Re: FB4: Tabbing Problem on Popped Up Custom Components

2010-08-27 Thread Arik de Guzman
parent container that called it which is the main application container, windowedapplication. --- In flexcoders@yahoogroups.com, Alex Harui wrote: > > Try setting focus on creationComplete, or even later than that by using > callLater > > > On 8/24/10 11:30 PM, "

[flexcoders] Re: FB4: Tabbing Problem on Popped Up Custom Components

2010-08-27 Thread Arik de Guzman
, Alex Harui wrote: > > Try setting focus on creationComplete, or even later than that by using > callLater > > > On 8/24/10 11:30 PM, "Arik de Guzman" wrote: > > > > > > > Hi, > > just made a switch from Flex Builder 3 to FB 4, and enc

[flexcoders] FB4: Tabbing Problem on Popped Up Custom Components

2010-08-25 Thread Arik de Guzman
Hi, just made a switch from Flex Builder 3 to FB 4, and encountered a problem in tabbing when i create an instance of a custom component using the PopUpManager. When i tab inside the fields of the pop up, it goes to the container under it. my scenario would be : WindowApplication initialize ca

[flexcoders] Re: Question: How to Catch/Handle of Exiting of AIR Application

2010-06-16 Thread Arik de Guzman
wrote: > > Should be flash.events.Event.EXITING > > > On 6/14/10 8:07 PM, "Arik de Guzman" wrote: > > > > > > > Hi, > > i would like to ask how can i catch an "ALT+F4" close on my application so i > set some rules/methods be

[flexcoders] Question: How to Catch/Handle of Exiting of AIR Application

2010-06-15 Thread Arik de Guzman
Hi, i would like to ask how can i catch an "ALT+F4" close on my application so i set some rules/methods before exiting. i have tried catching a keyboard.keydown event, it directly closes the application. Thanks in advance for the people who would reply to this post :)