In my project, when a press a key (#1) it loads a xml file (file1.xml) and then uses it to populate a combobox objetc. If I press another key (#2) I need to populate the SAME combobox object from a DIFFERENT xml file (file2.xml).
As the xml actions do not mention the name of the loaded xml file, I am not sure if when loading the second file it will be used as the current one.
Anybody to confirm that or suggest a better way to perform the action?

Reply With Quote