Computer Science Canada

GUI.MENU

Author:  coolest35 [ Wed Dec 10, 2003 7:39 pm ]
Post subject:  GUI.MENU

Hi, i made a menu, ( the files are attached) for a program in my class, iT t goes to the file " LOAD DATA TO KEYBOARD.T" but what script do i need to write in order for the user to return from that subprogram? to the main menu... i hope i clearly said that..

Author:  Mazer [ Wed Dec 10, 2003 8:27 pm ]
Post subject: 

you don't need any script or command to have the user return from the subprogram because actually, they already did. the problem is that in the Load_Data_From_Keyboard.t file, i think you cleared the screen or something that drew over the GUI menu bar. all you need to do to have it show up again is add the following line after the include Load_Data_From_Keyboard.t line:

code:

GUI.ShowMenuBar

yep, it's that simple Wink

Author:  coolest35 [ Thu Dec 11, 2003 12:12 am ]
Post subject:  THANK YOU!!

THANK YOU VERY MUCH FOR THAT... Laughing Wink Rolling Eyes Razz HERE.. HAVE SOME BITS FOR THAT...

Author:  Mazer [ Thu Dec 11, 2003 8:33 am ]
Post subject: 

aww, you shouldn't have! hehe, thanks coolest35!


: