On 5/9/05, Jim Laing <[EMAIL PROTECTED]> wrote:
> I think the right way to do this is to use the static Selection class, as in
> 
> Selection.setFocus(feedURLText);

Actually that's what feedURLText.setFocus() does too.

  <mx:TextInput id="txt" />
  <mx:Button click="txt.setFocus()" />

Works for me. :-/


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to