I have a LoginWindow object which extends qx.ui.window.Window
When the user clicks a login button, it calls this method in
LoginWindow:
popup : function()
{
this.open();
this.setActive(true); // made no difference
this.focus(); // made no difference
this.username.setFocused(true);
// also made no difference
},
The LoginWindow object does open, but I don't know how to set focus on
the username TextField. I've tried the above commands.
Thanks
Bill
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel