Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Client always on top

Engineer
Joined
Jul 28, 2013
Messages
2,776
Nice idea, I'll add it in the next build.
 
I was planning to add it on the next release, but setAlwaysOnTop seems to only be taking affect on the main window. Calling setAlwaysOnTop on the child dialogs appears to be being ignored and because of this it's actually rather frustrating to use it.
 
Joined
Jan 8, 2015
Messages
1,426
Nice idea, I'll add it in the next build.
 
I was planning to add it on the next release, but setAlwaysOnTop seems to only be taking affect on the main window. Calling setAlwaysOnTop on the child dialogs appears to be being ignored and because of this it's actually rather frustrating to use it.

Take your time buddie, I'll be patient
 
Joined
Nov 3, 2013
Messages
609
It would also be nice if the options and debug menus opened on the same monitor as the main window in a multi-monitor environment.
 
Joined
Nov 3, 2013
Messages
609
How is it doing things currently?
Always opens on the main monitor. I think I recall from some time I spent working on GUIs for scripts, I just called this.setLocationRelativeTo(getParent()); in the JFrame constructor and it always put it on top of the window that launched it. I'm not sure if you are even using JFrames, but maybe it will be a nice quick fix.

Edit: I just restarted, and it seems to be working the way I wanted now, lol did you just push an update?
 
Last edited:
Engineer
Joined
Jul 28, 2013
Messages
2,776
Always opens on the main monitor. I think I recall from some time I spent working on GUIs for scripts, I just called this.setLocationRelativeTo(getParent()); in the JFrame constructor and it always put it on top of the window that launched it. I'm not sure if you are even using JFrames, but maybe it will be a nice quick fix.

Edit: I just restarted, and it seems to be working the way I wanted now, lol did you just push an update?
Nope...
 
Top