PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Receive error when a dialog page is idle for more than 2 minutes.
Receive error when a dialog page is idle for more than 2 minutes.
Started by Tobie (USTI ), May, 28 2014 8:48 PM - 2 replies
Registered member
3 messages
Posted on May, 28 2014 - 8:48 PM




Scenario:

Start page has a button with PageDisplayDialog. Each page has a timer in Load (onload): Timer(KeepBrowserAlive,30000)

Internal error detected by WebDev application server.
Internal Error Code: ERR_NO_PAGE
.\srcSession\interfEXE.cpp (4449)
(21, ERR_INTERNAL)
Posted on May, 29 2014 - 1:23 PM
Hi Tobie

I haven't tested this particular point, but I think that a timer is
active only when a page is active. PageDisplayDialog displays ANOTHER
page, so you should have a timer active in THAT ONE in order for your
keepalive to work

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXShowroom.com is available: Show your projects!
More information on http://www.fabriceharari.com


On 5/28/2014 12:48 PM, Tobie (USTI ) wrote:





Scenario:

Start page has a button with PageDisplayDialog. Each page has a timer in
Load (onload): Timer(KeepBrowserAlive,30000)

Internal error detected by WebDev application server.
Internal Error Code: ERR_NO_PAGE
.\srcSession\interfEXE.cpp (4449)
(21, ERR_INTERNAL)
Registered member
3 messages
Posted on June, 03 2014 - 3:32 PM
Thank you for your response. The page and the page dialog both have Load (onload): Timer(KeepBrowserAlive,30000) and receive the error:

Internal error detected by WebDev application server.
Internal Error Code: ERR_NO_PAGE
.\srcSession\interfEXE.cpp (4449)
(21, ERR_INTERNAL)