So jeff new thread new topic. Hope you read my post on 'why im jumping through al these hoops'
The above code will allow me to scroll down the list i take it, but i have an extension to the above problem.
what if not all the list options can be fitted on one page:
On one of my forms i want the user to be presented with a list of options (like that on a mobile phone) but of course not all the options can be displayed at once. I want the system to allow the user to press up and down to scroll through each option, changing its apperance depending if currently selected or not. But as i said not all the options can fit on screen, so when the user clicks down whilst the last option is highlighted the options below should beocome visible and all the options move up, therfore the top option should dissapear of screen.
I hope this makes sense.
I was hoping i could use a list box but not sure this would allow me to use the directional keys to navigate through the options and change there appearance, also not sure if i could create the functionality described above whereby when down is pressed on the last displayed option another one beocomes visible and the top one dissaperas. What do you think, any ideas
Thanks again Dan