RE: [flexcoders] MAC : TextInput focus

2009-11-29 Thread Alex Harui
: [flexcoders] MAC : TextInput focus Alex, As soon as the application loads up, im getting the login screen(TitlwWindow component) which has got three fields username, password and domain. I'm trying to set the focus to the username field so that user can start typing. The focus is set

RE: [flexcoders] MAC : TextInput focus

2009-11-27 Thread suman gayakwad
Alex, As soon as the application loads up, im getting the login screen(TitlwWindow component) which has got three fields username, password and domain. I'm trying to set the focus to the username field so that user can start typing. The focus is set to username field in IE, Firefox and also in

Re: [flexcoders] MAC : TextInput focus

2009-11-25 Thread suman gayakwad
Julian, Still the focus is not set:( in the text input filed even after setting callLater(myComp.setFocus) and more thing is keyboard events wont work, ie. i mean clicking on tab wont work.Right now i m calling myComp.setFocus in creation complete event handler. *code Snippet* creation

RE: [flexcoders] MAC : TextInput focus

2009-11-25 Thread Alex Harui
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of suman gayakwad Sent: Wednesday, November 25, 2009 8:55 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] MAC : TextInput focus Julian, Still the focus is not set:( in the text input filed even after

Re: [flexcoders] MAC : TextInput focus

2009-11-24 Thread suman gayakwad
Hi Julian, The screen looks to have focus on the login page and the textinput seems to have focus(i mean blue border surrouding the text input field) but the focus is not set inside text input field.On clicking(Mouse click ) somewhere within the application, the focus is set in the text input

Re: [flexcoders] MAC : TextInput focus

2009-11-24 Thread Julian Alexander
gayakwad srgayak...@gmail.com To: flexcoders@yahoogroups.com Sent: Tue, November 24, 2009 12:13:50 AM Subject: Re: [flexcoders] MAC : TextInput focus Hi Julian, The screen looks to have focus on the login page and the textinput seems to have focus(i mean blue border surrouding the text input

Re: [flexcoders] MAC : TextInput focus

2009-11-24 Thread suman gayakwad
Hi Julian, I did that and the focus seems to be in loaded SWF but it wont set the focus in textinput field embedded in the swf :( . This happens only in safari browser. Thanks, Suman

Re: [flexcoders] MAC : TextInput focus

2009-11-24 Thread Julian Alexander
To: flexcoders@yahoogroups.com Sent: Tue, November 24, 2009 11:12:33 AM Subject: Re: [flexcoders] MAC : TextInput focus Hi Julian, I did that and the focus seems to be in loaded SWF but it wont set the focus in textinput field embedded in the swf :( . This happens only in safari browser

[flexcoders] MAC : TextInput focus

2009-11-23 Thread Suman
Hi, In our application, i am trying to set the focus on the login page which has got textinput field. This works fine in IE as well as Firefox but fails in Mac browser. Any pointers on how to set the focus on the textinput field in Mac browser? Thanks, Suman

Re: [flexcoders] MAC : TextInput focus

2009-11-23 Thread Julian Alexander
Does the screen look like it has focus but when you type it doesn't actually go there? From: Suman srgayak...@gmail.com To: flexcoders@yahoogroups.com Sent: Mon, November 23, 2009 11:37:49 AM Subject: [flexcoders] MAC : TextInput focus Hi, In our