Hiding windows

Posted by Darrick Bush on 22-Sep-2016 15:20

Wanted to see if anyone else might have this issue, and more importantly, if there is a way to fix it.

I have a window (A), which calls another windows (B)...now, while loading window B (in an init procedure and before enable_ui is run) a server side program will be called to load some data...The problem, window B will "disappear" or drop behind Window A.  I end up having to click on taskbar, and click on window B to get it to come back to the front.

Is there anyway to stop this?

Thanks,

Darrick

All Replies

Posted by Samuel ETTERLEN on 23-Sep-2016 04:54

Hi Darrick,

Try to switch the state of session:immediate-display before calling the window B.

Posted by Brian K. Maher on 23-Sep-2016 05:38

Darrick,
 
Can you post the code for the main block and your init procedure?
 
Brian

Posted by jquerijero on 26-Sep-2016 13:43

This is an ongoing problem. We remedy this by adding an include file that runs after the enable_ui that puts the focus back to the window.

This thread is closed