Upon running the game, there is a logging in window that you must click to show the main window, hiding the logging in window.
When I click the enter button, the main window and an options & messages window pops up.
How would I go about avoiding this options & messages window without using a control. (tried one way to fix it with a post from LummoxJR)
ID:155269
Aug 7 2011, 10:17 pm
|
|
In response to Heyya46
|
|
This does not help, I already know about <small>control_freak</small>.
client The window comes up because the default window at runtime is set to hidden in the interface file. |
In response to Neimo
|
|
Set the alpha for the main window to 0 and set "is-visible" to false for the map on that window.
|
Depends which one is the default window. If the default window is not visible then options & messages will show up. I suggest the you use a pane to handle the switching because if you try to change the default window you will run into problems where the game window will that show up on a computers (Windows) toolbar.
|
This may help you.