-
27 Oct 2010 9:54 AM #11
thanks....
now my code is:
and work fine.. now appears that make more sence...Code:class Login extends Window { onRender(.....) { field = new TextField(); setFocusWidget(field); } }

Similar Threads
-
Cannot get focus into a TextField in a popup window?
By the.jxc in forum Ext 3.x: Help & DiscussionReplies: 20Last Post: 11 Aug 2010, 6:09 AM -
[Solved] Window.show and TextField focus
By mohaaron in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 10 Aug 2010, 2:56 PM -
[CLOSED]Listeners focus lost when a new item is added.
By nairep in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 2 Mar 2010, 1:02 PM -
Focus is not in textfield after changing the window
By lukas.wappler in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 8 Aug 2008, 5:18 AM -
[FIXED] TextField lost focus if added to a TableItem [Safari]
By Kutu in forum Ext GWT: Bugs (1.x)Replies: 1Last Post: 14 Jul 2008, 10:16 PM


Reply With Quote