Computer Science Canada AssertFailed - GUI.Quit Problem |
Author: | jamonathin [ Sat Feb 18, 2006 4:53 pm ] | ||
Post subject: | AssertFailed - GUI.Quit Problem | ||
Hey all, im stumped right now. I'm getting an error message that reads Quote: Dispose: widget id number "18105" not found and I looked it up in GUI and apparently it's in this:
(at the bottom) My question is, what is causing this? |
Author: | Delos [ Sat Feb 18, 2006 10:57 pm ] |
Post subject: | |
What is causing this error. Where's your code? Help us out a little! ![]() It's likely caused by a show/hide error, or a reference to a widget that hasn't been initialized. As a side note, stop using Turing's GUI. Make your own! |
Author: | jamonathin [ Sun Feb 19, 2006 2:26 am ] | ||
Post subject: | |||
Well, im not going to post the entire program, but i'll give u a snip of it. Basically what's going wrong is, whenever i go into this procedure, and fully complete it without cancling it (you'll see in code), GUI.Quit gets an error. But if I do choose to cancel it, no error will pop up. Here's the entire procedure, and the only part different from the finish and cancel.
|