Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
B who K #1
ComboBox bound to a ComboBox: doesn't work until .changeevent
Hi, i have two ComboBoxes getting DataProvider from an XMl doc. The XML nodes
look like this:
<activity label="aerobics">
<level label="low impact" data="21.4"/>
<level label="medium impact" data="28.5"/>
</activity>
<activity label="arguing">
<level label="verbal" data="8.8"/>
<level label="animated" data="12.2"/>
</activity>
The Activity ComboBox displays the activity labels (parent node in this case)
The Level ComboBox displays the level labels (child node in this case)
So, both are bound to the appropriate node in the schema of the XML connector.
The binding for the Level CB looks like this:
activities.activity.[n].level
Then, in the bindings tab of the XML connector, the "index for activity" is
set to the SelectedIndex of the Activity ComboBox.
Now, here's the thing: IT WORKS, BUT NOT UNTIL THERE IS A MANUAL CHANGE OF THE
ACTIVITY CB BY THE USER. When it first loads, the Activity CB displays the
data, but the Level CB displays NULL. When I select something from Activity CB,
it all starts to work just fine.
What am i doing wrong?
Is it just me, or is binding more trouble than it's worth?
Thanks so much!
B
B who K Guest
-
XML to comboBox
For some reason the default/first index of the comboBox Im using is not visible within the combo box's text box subcomponent - so basically its... -
combobox and xml
Hi , myfile.xml ---> XMLconnector ---> combobox ( formatter: Rearrange Fields , formatter options: label=city )... can i display in my combobox... -
xml to combobox, combobox to listbox, listbox todetails
i am going out of my mind looking for a tutorial i am able to use a xml document and the xml connector component to populate a pulldown menu, i... -
XML ComboBox
I am new to Flash, but I have been working on a project. I am attempting to design Bible in Flash using XML. The problem is that I am also new to... -
ComboBox UI component doesn't work when the swf is loaded via LoadMovie
I've got a movie which loads an external SWF into itself via loadMovie. That external SWF uses the flash UI component "ComboBox". When it gets...



Reply With Quote

