Flash Q
Flash Q
- Started
- Last post
- 0 Responses
- honda
Working with two list component boxes. Would like info from one list component sent to the other list component.
Essentially:
listBox1 gathers all data from XML file. and displays a segment of it in it's list.
on click listBox1 sends a set of values to listBox2. items in listBox2 are then selected and the results of that are displayed in several textfields.
make sense?