RE: [flexcoders] TitleWindow show event

2005-05-17 Thread Jeff Beeman
@yahoogroups.com Subject: RE: [flexcoders] TitleWindow show event   Works like a charm:   http://www.macromedia.com/2003/mxml"     closeButton="true" width="200" click="this.deletePopUp();" creationComplete="setMyFocus()">

RE: [flexcoders] TitleWindow show event

2005-05-17 Thread Matt Horn
ders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy SprattSent: Tuesday, May 17, 2005 3:48 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] TitleWindow show event I'd use creationComplete of the TitleWindow instead.Tracy-Original Message-From:

RE: [flexcoders] TitleWindow show event

2005-05-17 Thread Tracy Spratt
I'd use creationComplete of the TitleWindow instead. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Beeman Sent: Tuesday, May 17, 2005 2:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] TitleWindow show event I

[flexcoders] TitleWindow show event

2005-05-17 Thread Jeff Beeman
I've got a TitleWindow popup that appears when a button is clicked. When the window appears, I want to set focus on a TextInput component that is in the TitleWindow. I assume that the event I'm looking for is "show" - but it doesn't seem to be broadcasting that event when the TitleWindow is popped