Close Window
BlitzMax Forums/BlitzMax Beginners Area/Close Window| 
 | ||
| A silly question from a silly user :) I've created a window for my application and one task opens up a second temporary window. The temporary window asks for a username and has an OK / Cancel button and all the window gadgets, I would like it to close when the user clicks any of these buttons and then return to the main window. Yet I cannot see a CloseWindow command of any kind? Help please. I'm too stupid to figure it out for myself :) | 
| 
 | ||
| Look at this http://www.blitzbasic.com/Community/posts.php?topic=54049#603584 it was my silly question... | 
| 
 | ||
| Aha!  It's a gadget.  Of course silly me... freeGadget(dialogue) did the trick. |