Hi, I have started writing an application that manages multiple child windows. It works well, except …
I cannot work out how to use code to bring child window to the front the other child window.
Anyone got a good idea for me.
Thanks
Hi, I have started writing an application that manages multiple child windows. It works well, except …
I cannot work out how to use code to bring child window to the front the other child window.
Anyone got a good idea for me.
Thanks
This is currently impossible to achieve from the server-side, there’s no method like “bringToFront” for windows. Window.focus() might be another option, if it existed.
Worth a ticket (you can create a new one in our
Trac
, but you need to register first).
Hi! Interestingly, ticket has been created?
Two separate tickets are now in trac for these issues:
#5037: Make window top-most
and
#4384: Window should be focusable