ID:2481237
 
Using "is-default" does nothing.
My Login screen doesnt show up in the task bar because it's not the default window.
If I make it the default then my main window won't show up.
Using winset(player, control_id, params) with the "is-visible=true" parameter should show the Login screen.
In response to Maximus_Alex2003
Still doesn't show up in the task bar because it's not a default window.
You generally don't want to change the default window at runtime due to various issues associated with it. Instead your default window should just be a window with a child element on it, then you'd switch out the pane visible within that child as needed.