RPTools / maptool

Virtual Tabletop for playing roleplaying games with remote players or face to face.
http://rptools.net
GNU Affero General Public License v3.0
766 stars 258 forks source link

Set order of opened frames #2711

Open Purzelkater opened 3 years ago

Purzelkater commented 3 years ago

Is your feature request related to a problem? Please describe. If macros open multiple frames - even if only two - it can happen new frames are opened/displayed underlying old frames. When that happens, new frames are not recognized by players, because they can't see them.

Describe the solution you'd like A simple bringToFront(name) macro function brings the named frame on top of all other frames (and dialogs) if existing.

Describe alternatives you've considered A new optional parameter zOrder for frames (and dialogs) to set the wanted zOrder manually.

Baaaaaz commented 1 month ago

Alternatively and for improved usability without having to keep track of the max zOrder myself I'd just like to see that newly opened dialogs and undocked frames/dialogs are just always opened on top of other ones, or have a setting under preferences that provides me this option.