Computer Science Canada GUI Pop up windows |
Author: | Pwah [ Fri Nov 21, 2008 10:58 am ] |
Post subject: | GUI Pop up windows |
aparently there is a way when you click on a gui button it opens the procedure in its own window. if so how do you do it? I want to be able to open it and when you clise it or click a button it runs a main screen again |
Author: | TheGuardian001 [ Fri Nov 21, 2008 3:16 pm ] |
Post subject: | Re: GUI Pop up windows |
just have the first line in the procedure be a Window.Open call. The procedure will open a new window whenever called and run itself in that window. |
Author: | Pwah [ Fri Nov 21, 2008 4:04 pm ] | ||
Post subject: | Re: GUI Pop up windows | ||
I have been messing around with GUI.HideWindow and i added my own little throw together calculator to it
and it opens the window first (only when needing input tho) what am I doing wrong or am i using the wring thing? ![]() |