Pop-up pages
Thomas Hayes
Posts: 1,164
Hi everyone
Has anyone had problems with pop-up pages that fail to turn off? I have tried using both the panel and code to turn then off after they are no longer needed and on occassion they fail to turn off. Even if I reboot the system the panel goes back to the pop-up page.
Has anyone had problems with pop-up pages that fail to turn off? I have tried using both the panel and code to turn then off after they are no longer needed and on occassion they fail to turn off. Even if I reboot the system the panel goes back to the pop-up page.
0
Comments
I never have this problem. But then I have a fairly tight integration between my panel and my code (particularly for VPNs, which can go off line routinely). If I tell the master to send an '@PPF' to the panel, and the panel is talking to to the master, the popup pages always go away.
Can you give us a little more detail? What types of panels? What normally launches the popups? How do you reboot the panel? (If a Modero-style panel, it's very difficult to believe that a popup page comes back after reboot unless you have a code bug that keeps launching the popup or something ...)
-- Jeff
(a) the pop-ups are per panel page. That is you can have a popup open on one page and not on the other. That means if you have some code that turns off the popup and moves to another page, you won't see the popup any longer regardless of having it closed it properly or not (because the panel is not showing the page where the popup is on).
(b) rebooting the master does not change the state of the panel. If a popup was on, it is still on after a reboot of the master. You may want to issue a all popup off command in your online event handler for the panel if this is the behaviour you'd expect.
Once again I have to agree with Jeff that VPN panels are very difficult beasts to tame properly.
Fred