In Standalone builds, I’m preventing multiple instances to run. Instead I want any already-running instance to get to the foreground whenever the user tries to launch a new instance. The following works on MacOS:
I don’t think the documentation indicates that this should happen, and on macOS it is a lucky side-effect of something? I agree there should be a way to do it, but it almost seems like moving an apps z order relative to the whole screen should be different than managing the z order of the application components.
Brings the component to the front of its siblings.