If I understand you, there is an event that is raised whenever a popup window 
is opened, 
and I can create a listener function.  My question is, what is the name of this 
event and 
where would I find a list of these events.    I currently have the following 
lines:

mx.managers.PopUpManager.addPopUp(loginWindow, this, true);
loginWindow.txtUserID.setFocus();


Thanks
Bruce


--- In [email protected], "Daniel Freiman" <[EMAIL PROTECTED]> wrote:
>
> it works if you setFocus after you call addPopUp/createPopUp, so my guess is
> that the PopUpManager is setting focus to the popup which overriding your
> call.  If you don't have access to the textfield, try putting the setfocus
> in more creative places, like a listener for when the popup is shown.
> 
> - Dan
> 
> On 10/18/06, boy_trike <[EMAIL PROTECTED]> wrote:
> >
> > This does NOT seem to work for a popup.  Is there another trick to
> > setFocus on a text field in
> > a popup?
> >
> > Thanks
> > Bruce
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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