Hey all!
I've been struggling with a problem for a week now, and it seems that I'm stuck.
PROBLEM ONE:
I'm trying to make a "Dynamic" Combobox? Well, I'm trying to read in an XML file, and based on the number of Nodes in that file, i wish to create a identical number of Comboboxes! (If the xml file has ten nodes, ten comboboxes must be created, if only five nodes, five comboboxes must be created). I'm really lost at this point to how its done. Need help please.
I've created the structure to read in the XML file, and I've tested it and it works.
PROBLEM TWO:
I've decided to use comboboxes for this job, but any suggestions are taking in :-). The thing is, I have to read the content of a XML files first nodes into a combobox, and based on what is selected read in the childnodes from the selection into a second combobox, and so forth... My problem here is I don't know how to do this, because I've tried to use an ItemEvent handler, but having trouble cause, I can only have one handler, and if all comboboxes implements this handler, I goes wacky!! And How to create Eventhandler on the fly because that what I've got to do with the comboboxes in problem one??
Please I need help, so thanks in advance