Computer Science Canada

Pop Up Windows

Author:  TheXploder [ Fri Feb 13, 2004 10:37 pm ]
Post subject:  Pop Up Windows

Eh, how do I make a window pop up and so that you can only change stuff in the pop up window... for example if I wanna open a window to change the settings for the main program and close the window, by pressing the ok button...

Author:  Cervantes [ Sat Feb 14, 2004 10:15 am ]
Post subject: 

Window.Open
and
Window.Close

ex.

code:
var winID : int := Window.Open ("graphics:600;400")


is that what you're talking about?

Author:  TheXploder [ Sat Feb 14, 2004 10:25 am ]
Post subject: 

yes, thanx, that's what I was talking about...


: