[flexcoders] Re: Flex2: Popup Error

2005-10-20 Thread Greg Johnson
In the end I solved it by just writing my own code using the example in Flex2 Sample Explorer. Thing is every example of sending data to a popup I have found usually instead shows returning data :/ But I have a way I can easily send and recieve from a popup. Here is the code im using. This

[flexcoders] Re: Flex2: Popup Error

2005-10-20 Thread Greg Johnson
Ah. Very interesting. I just gave up on the X and did a close button, which effectively did the same thing as figureing out how to get it not to do that double click. --- In flexcoders@yahoogroups.com, Mercer, Dustin [EMAIL PROTECTED] wrote: I believe the removePopUp method is

RE: [flexcoders] Re: Flex2: Popup Error

2005-10-20 Thread Mercer, Dustin
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex2: Popup Error Ah. Very interesting. I just gave up on the X and did a close button, which effectively did the same thing as figureing out how to get it not to do that double click. --- In flexcoders@yahoogroups.com, Mercer, Dustin

RE: [flexcoders] Re: Flex2: Popup Error

2005-10-20 Thread Tracy Spratt
Sounds like a bug, guys, Id report it. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mercer, Dustin Sent: Thursday, October 20, 2005 1:30 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Flex2: Popup Error Yes