rluck
30-08-2007 03:11:05
QuickGUI::Window* window = this->mSheet->createWindow(name, rect, texture); /* this works fine */
window->hide();
The window is still created as visible...the variable is not a member of the class its created in, it is inside an if statement, and the window is created fine...just not hidden.