Bug.  Do something like this:

function removeWindow()
{
    doLater(pop1, "deletePopUp");
}

For some reason, it needs a frame when the removal is triggered by an event 
dispatched from the popup.

----- Original Message ----- 
From: "Jordan Snyder" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, June 29, 2005 8:02 PM
Subject: [flexcoders] After TitleWindow deletePopup(), nothing is accessible 
on screen


Hello,

I am using code to popup a TitleWindow from the main <mx:Application>.
 The window pops up fine, and seems to close fine, but after closing,
nothing on the screen can be clicked.  Nothing has focus, so rollovers
don't even work, and the only thing clickable is the Link that spawned
the popup window in the first place.

I'm using the code from the Flex documentation on popping up 
TitleWindows....

function showScreen(screen:String) {
     pop1 = TitleWindow( popupWindow(NewProposalScreen, {title:'New
Proposal', closeButton:true, app: this }) );
}


Any ideas?  Seems to be a focus issue, but I'm a Flash Pro becoming a
Flex noob, so I can't figure out what to do next.

Thanks in advance for any help!

-- 
Jordan Snyder
Applications Developer
ImageAction, USA
http://www.imageaction.com


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

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