Re: [Flashcoders] Setting Focus on TextInput Component

2006-03-14 Thread Johannes Nel
pop a textinput onto the stage called a this.onEnterFrame = function() { delete this.onEnterFrame; Selection.setFocus(a.label) a.drawFocus(true); } its a v2 component takes a frame to init. i misread the question the firstime and thought you meant ust giving it selection focus instea

Re: [Flashcoders] Setting Focus on TextInput Component

2006-03-14 Thread Danny
Johannes Nel wrote: it can be done by targeting the textfield inside the component directly And how would one do that? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/ma

Re: [Flashcoders] Setting Focus on TextInput Component

2006-03-14 Thread Johannes Nel
e, 14 Mar 2006 16:13:12 -0600 > From: Danny <[EMAIL PROTECTED]> > Subject: [Flashcoders] Setting Focus on TextInput Component > To: Flashcoders mailing list > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed &

[Flashcoders] Setting Focus on TextInput Component

2006-03-14 Thread John laPlante
The focus rectangle doesn't appear when you use setFocus() or when you click into a text field. Message: 24 Date: Tue, 14 Mar 2006 16:13:12 -0600 From: Danny <[EMAIL PROTECTED]> Subject: [Flashcoders] Setting Focus on TextInput Component To: Flashcoders mailing list

[Flashcoders] Setting Focus on TextInput Component

2006-03-14 Thread Danny
I have set the tab order for a group of TextInput components. If I use the TAB button, it cycles through the tab order as it should, and highlights each textInput with a halo. But if I use the mouse instead to select focus, I get the I-beam indicating the component received focus, but I do no