PDA

View Full Version : Help With Menu's



Longalien
04-23-2008, 07:18 PM
First off, I don't know if I am going about this the right way. I am not good at scripting or programming.
What I am trying to do is have a set of buttons that display different lables. When button 1 is pushed it would display 1 set of labels. When button 2 is pushed it would display a different set of labels in the same place. The trouble I am having is getting it to replace the existing labels instead of having them overlap. I am lost :huh. any help is greatly appreciated. Thanks :D

jassing
04-23-2008, 07:49 PM
First off, I don't know if I am going about this the right way. I am not good at scripting or programming.
What I am trying to do is have a set of buttons that display different lables. When button 1 is pushed it would display 1 set of labels. When button 2 is pushed it would display a different set of labels in the same place. The trouble I am having is getting it to replace the existing labels instead of having them overlap. I am lost :huh. any help is greatly appreciated. Thanks :D

you can do it a few ways ( I did not download your apz)
you can set the visible to true/false for the labels and have them, indeed, overlap
or better - set the text of each label as you press the button.

Longalien
04-23-2008, 07:54 PM
Good idea. but I was going to use multiple labels as buttons. kind of like a drop down menu, each label (or button) needs to pressed individually.

Thanks for the reply