thawki
02-25-2004, 12:24 PM
I am populating a combo box via a webservice which works fine.
But having some issues.
1. I am trying to add an ItemAt the first position using addItemAt,
on(load) - it seems to add it and then it gets overwritten by the incoming data.
2. When the combobox selection changes I am changing a picture on the screen using an Event Listener. The item is changing but is one picture behind the current selection.
Should my function that unloads and loads the picture and my listener be in the same on(Change) on my combobox.
Thanks.
Tim
But having some issues.
1. I am trying to add an ItemAt the first position using addItemAt,
on(load) - it seems to add it and then it gets overwritten by the incoming data.
2. When the combobox selection changes I am changing a picture on the screen using an Event Listener. The item is changing but is one picture behind the current selection.
Should my function that unloads and loads the picture and my listener be in the same on(Change) on my combobox.
Thanks.
Tim