How to place window before an other window?

Posted by Admin on 03-Mar-2009 10:08

Hello,

I have a problem with Dynamics. When i open a popup window (new container with viewer), it dissapears behind the main window.

How can i place the popup on top of my screen?

Thank you for helping me

Kurt

All Replies

Posted by Håvard Danielsen on 05-Mar-2009 15:52

All visual adm2 objects have a viewObject method and the container's implementation should bring the window to the front if necessary.

But this should already be called as part of the launch. It is thus somewhat unlikely that adding a call to viewObject will fix your problem. You should not normally need to to anything to make a child window appear on top, so it is possible that that the behavior is caused by code that (inadvertently) sets focus back to the caller.

This thread is closed