Quote:
Originally Posted by fowlplay4
|
To expand on this, the reason it's not working is because when the window is closed,
visible becomes false. When you show the window the next time by using
new GuiWindowCtrl, it reuses the same window object. Since
visible is still false, it doesn't show.
Normally I just set
visible = true when creating a new window.