Computer Science Canada

Problem with GUI

Author:  contrast4u [ Sun Dec 07, 2003 8:57 pm ]
Post subject:  Problem with GUI

A few years ago I did a lot of programming, and I have just recently decided to get back into it. However, I have been attempting to use the "GUI.CloseWindow" command, and it has not been working very well. Every time that I select "Exit" in my program, an error box pops up saying "(wdgtmod.tu,212) Unopened or closed stream passed to 'setactive'"

I know that I figured out how to fix this before, but I am a little lost now. Does anyone else know?

Author:  Tony [ Sun Dec 07, 2003 9:14 pm ]
Post subject: 

well what does your "exit" code do? Confused

my guess right now is that the program tries to "setactive" something that is not there. Could be some unopened window... Or you might have to dispose of the GUI items before closing the window Thinking


: