I?m creating a menu bar in which the links have to be dynamically created based
on the values in the xml, and the number of links(buttons) may even exceed 100.
The menu bar will be displayed in the horizontal manner. I have the following
questions, can any one help me ?
1. How to create the buttons dynamically based on the number of entries in the
xml..?
2. How to have a on (release) action common to all even though they have to
perform different action.(such as loading a movie based on the button clicked)
3. When the number of links becomes more how to have a horizontal scrolling
effect for this.
4. I even want to change the colors of some dynamic buttons to be changed
based on some values in the xml. Can this be done?
The Feldkircher - 19 Dec 2006 20:08 GMT
Hi
Most of what you want is here - http://www.gotoandlearn.com
Check out the 3 Carousel Tutorials, although its not a horizontal navbar is does everything else you want
Hope it helps
srirama.83 - 20 Dec 2006 05:01 GMT
Hello,
Thanks for the suggestion and link.
That?s a really is a cool tutorial. I hope I?ll be able to complete my task using this