Sure, although there is not much to my code in terms of what I want to
do with a popup.

<!-- Airport code label and combobox -->
<mx:Label text="Airport Code:" fontWeight="bold"></mx:Label>
<local:ComboBoxBase id="airportCode"
       dataSourceName="dddw_airport"
       width="150"
       dropdownWidth="150"
       editable="false"
       change="airportChange(event)"
 />

Currently, I have airport_code as a ComboBox. However, this does not
work very well for a couple of reasons. So I want the user to be able
to simply enter the airport_code in a TextInput or FormItem control.

However, the user may not know the airport_code they need, so I want
to be able to open a popUp window that allows for searching of
airports. Once they find the appopriate airport_code in the popup, I
would like to doubleclick on the airport_code and have the TextInput
above populated.

SO, basically, I want to initiate a popup window and have
communication between the popup and its parent window/object.

Thanks,
Jeff


--- In [email protected], "Matt Horn" <[EMAIL PROTECTED]> wrote:
> Can you post some code to give us an indication of what you're trying to
> accomplish? THanks!
>  
> matt horn  
> 
> 
> ________________________________
> 
>       From: Jeff [mailto:[EMAIL PROTECTED] 
>       Sent: Tuesday, April 05, 2005 2:38 PM
>       To: [email protected]
>       Subject: [flexcoders] PopUp Help!
>       
>       
>       
>       Greetings All,
>       
>       I have been looking for some pop up example code online and have
> not
>       found much so far. For example, I have a form item of "airport
> code".
>       The user should be able to initiate a popup search to look for
> said
>       code by city, country, airport name, etc. Then select the
> apporpirate
>       code and have the form item populated.
>       
>       Any help/example code would be much appreciated.
>       
>       Thanks,
>       Jeff
>       
>       
>       
>       
>       
> ________________________________
> 
>       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]
> <mailto:[EMAIL PROTECTED]> 
>                 
>       *       Your use of Yahoo! Groups is subject to the Yahoo! Terms
> of Service <http://docs.yahoo.com/info/terms/> .





 
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