How to keep a pop-up ont top
MorgoZ
Posts: 116
Hello!
My question is simple, i just want to keep a pop-up always on top of all pages and rest of pop-ups, so i would like to know if there is a way to do it without having to launch the pop-up each time i open a new page or pop-up window.
Thanks to all!!
My question is simple, i just want to keep a pop-up always on top of all pages and rest of pop-ups, so i would like to know if there is a way to do it without having to launch the pop-up each time i open a new page or pop-up window.
Thanks to all!!
0
Comments
There is no 'always on top' setting or command unfortunately. If you open a popup that takes up any of the 'always on top' popup's space, it will get covered.
But Eric is right in that they may stay on, but will just get covered by other popups if any are in the same location.
As a workaround, set a variable in code that tracks that popup, and have your pageflips in code that fire the popup if you need it to stay on.
Jeff
Yes, popups are linked to the page that called them. If you switch pages without closing them, they will vanish when you change pages, but still be there when you go back.
This shouldn't be that hard. Can't you call the popup immediately after every page/popup change? If its popped up at every page flip, then I can't see how it could get buried. Make sure its the last thing you do. I would have a function that does all the page flipping stuff, and put the popup at the end of it.
Paul.