Menu's?
Author |
Message |
CReid
|
Posted: Tue Nov 04, 2003 2:09 pm Post subject: Menu's? |
|
|
Hi!
Long time listener first time caller..
Im experimenting with some GUI.CreateMenu's... now i've got it configured for my liking...but i havent found out how to change say once you pick something in the menu..say... if you click Home, then click Go..it goes to a certain page, or part of code?it doesnt really explain it in the help menu...
Thanks,
Chris |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Tue Nov 04, 2003 4:40 pm Post subject: (No subject) |
|
|
well the way I understand the whole GUI - each object you can click on is linked to a procedure that gets executed. So basically you code the whole "page" under that procedure that is assosiated with such button.
One way to create a new "page" is to open a new window. Or clear the existing one. Though you might run into problems if you'll have more then one GUI sets running. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|
|