----------------------------------- TheXploder Fri Feb 13, 2004 10:37 pm 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... ----------------------------------- Cervantes Sat Feb 14, 2004 10:15 am ----------------------------------- Window.Open and Window.Close ex. var winID : int := Window.Open ("graphics:600;400") is that what you're talking about? ----------------------------------- TheXploder Sat Feb 14, 2004 10:25 am ----------------------------------- yes, thanx, that's what I was talking about...