Computer Science Canada

GUI Help

Author:  matt__77 [ Sat Jan 17, 2009 2:45 pm ]
Post subject:  GUI Help

please help
i have a program that is a little bit like jeopardy but im using gui buttons to go to the procedure
but when i go back to the menu i want the button to diassapear and its not doing that im using boolean variables
ive tried GUI.Hide and GUI.Dispose but nothings working
also its really flashy ill send hte program if any one needs it but i jast cant fix this problem

Author:  The_Bean [ Sat Jan 17, 2009 3:01 pm ]
Post subject:  Re: GUI Help

To stop the flashing you need to use:
Turing:

View.Set("offscreenonly")

Although turing's built in GUI does not support this, and may not show up.

To fix the GUI.Hide problem we will need to see the code to figure out what is wrong. It is most likely wrong implementation.

Author:  matt__77 [ Sat Jan 17, 2009 3:02 pm ]
Post subject:  Re: GUI Help

here is the progrem
please ignore all the % lines

Author:  matt__77 [ Sat Jan 17, 2009 3:09 pm ]
Post subject:  Re: GUI Help

thanks the offscrenonly fixed the flashing but now when i click a button the procedure runs underneath the menu
here is the updated file


: