http://www.cflex.net/showFileDetails.cfm?ObjectID=558

Shows several options, but does not use events.  I mostly use events
these days.

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ritexcorp
Sent: Tuesday, June 03, 2008 12:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] passing data from a PopUp Window labelfield.text
to calling main app textbox

 

Hi guys, I am new to the group and new to Flex, my background is in 
Java, so I am going through alot of tutorials getting up to speed. I 
want to redo my website http://www.mycabservice.com
<http://www.mycabservice.com>  with a Flex UI 
frontend, so heres the problem. So far I have a flex 2 application 
that has a popup window that contains 4 cascading combo boxes fed from 
an xml file, and I want the last combobox selection -"airport", to 
populate airport selection back to the opening application's textbox. 
and display the popup selection. country-state-city-"airport". 
popup.labelfield.text= mainapp.textbox.text. This is an easy one but 
it is consuming too much of my time to sort out. I have seen some 
examples using events, what is the simplest method to use.

 

Reply via email to