View Single Post
  #1 (permalink)  
Old Aug 5th, 2005, 00:23
Ozeona Ozeona is offline
Junior Member
Join Date: Jul 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
array unable to check another array so as to be displayed

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 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
Reply With Quote