hi
I have a main listbox, which the content is in form of dynamic arrays. Upon click on some of the item in the listbox, some other arrays are suppose to appear in another listbox, by checking that both of them have the same “title”.
I was thinking of using listener to listen to the main listbox, but it does not seem logical to me. Can anyone suggest a better way to solve this?
btw, i saw one tutorial at http://www.flash-mx.com/flash/combobox.cfm[url=“http://www.flash-mx.com/”][color=#800080][/color] its something like the dependable combobox tutorial, but in this case, the arrays are 2 different arrays that has the same content for checking purpose, unlike the one in the tutorial.
thanks