stevemidlanduk
03-13-2007, 07:47 PM
I'm creating a list in a box using the following code:
elements.addItem("", 0);
elements.addItem("None", 1);
elements.addItem("Some", 2);
elements.addItem("Most", 3);
elements.addItem("All", 4);
which works fine, but when i click restart which reloads the frame ,it should reload them again but the list is empty?
any ideas?
i've attached the code to look at, the combo is on the second page/frame.
Thanks for any help.:confused:
elements.addItem("", 0);
elements.addItem("None", 1);
elements.addItem("Some", 2);
elements.addItem("Most", 3);
elements.addItem("All", 4);
which works fine, but when i click restart which reloads the frame ,it should reload them again but the list is empty?
any ideas?
i've attached the code to look at, the combo is on the second page/frame.
Thanks for any help.:confused: