[flexcoders] Re: Focus Question

2007-11-28 Thread m.ar80
Look into implementation of TextInput.focusInHandler() and override it to set focusManager.showFocusIndicator to false

Re: [flexcoders] Re: Focus Question

2007-11-28 Thread Christopher Olsen
Thank you for the help it worked great. Daniel Freiman wrote: or you could set the focusAlpha style equal to 0. - Dan Freiman On Nov 28, 2007 8:48 AM, m.ar80 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Look into implementation of TextInput.focusInHandler() and override it to

Re: [flexcoders] Re: Focus Question

2007-11-28 Thread Daniel Freiman
or you could set the focusAlpha style equal to 0. - Dan Freiman On Nov 28, 2007 8:48 AM, m.ar80 [EMAIL PROTECTED] wrote: Look into implementation of TextInput.focusInHandler() and override it to set focusManager.showFocusIndicator to false