PDA

View Full Version : Menu and progress object


mstumpo
07-24-2006, 12:06 PM
I am playing around with the trial version and have figured out how to get the menu to work. I have the code on each page. Is that the best way or should the code be in globally?

Another question. Can the progress object appear prior to the "home" page loading to show the user that the CD is loading and if so, how should I do that?

Thanks for help in advance.

Animl
07-24-2006, 02:08 PM
I am playing around with the trial version and have figured out how to get the menu to work. I have the code on each page. Is that the best way or should the code be in globally?

Another question. Can the progress object appear prior to the "home" page loading to show the user that the CD is loading and if so, how should I do that?

Thanks for help in advance.

I'm definately no guru yet with this software. Obviously by my first post, but I'm working on it. lol

I put my menu scripts in the global, if more then one page. Saves on redundant repeats. Infact almost anything I use more then once or twice ends up in a global of some kind. Whether it be in the Global section or on Preload. Helps keep the app small. What I do then is any property changes I make to the menu go On Preload. Someone else may have a better answer.

Animl