|
How can I populate a “list” or “combo” box from the xml file? I couldn’t find any examples that showed how it worked. I figured it would look something like:
<combobox name=”ComboBox1”> <item>One</item> <item>Two</item> </combobox>
or maybe
<combobox name=”ComboBox2” items=”One Two”/>
Unable to figure it out from source code.
|
