Hi,

I have an app where clicking on a menu item causes a popup to appear.
 The popup consists of a title window with a module being loaded. 
I've tried letting the tabbing just do what it wants, but the first
time I tab, the focus disappears and doesn't come back - regardless of
number of tabs.  I've tried the hints I've come across, such as using
a new focusManager and adding/removing a component, but nothing has
solved it.  The best I've been able to do is at the creation_complete
event, I use:

fm = new FocusManager(this);
fm.activate();

When I do this, it doesn't work the first time the popup is created,
but if you close and then reopen it, the tabs work just fine.

Any ideas on what to change?

Thanks,

John

Reply via email to