PDA

View Full Version : List Component, Anyone with Experience Please


woowee
03-03-2006, 04:03 AM
I have a application that allows user to navigate pages through a main menu that populates a list component. this list contains the the currently open pages the user has viewed and not closed yet. once the page is open and populated in the list the user can also click the original link from the main menu to sort between which page is on top. I need to have the main menu buttons select, set focus on the list items. sound simple right?

on (release) {

myList.selectedIndex = ?; whatever right
}

except that the list is populated dynamically and is contingent on what the user selects therefore never having the same index structure as the time before. Any help or advice or ideas would be so greatly appreciated.
Thanks all you AS experts!

woowee
03-06-2006, 05:23 PM
Thanks for all your help and ideas.

Fixed the problem myself.