You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use WebUI4Delphi to serve html documents from a database with about 60k documents. The wrapper is straightforward and easy to use. It also works as good as I ever hoped for, but... The special case is: I'm using a desktop app for selecting the documents and call Show() with a virtual URL that is going to be served from inside the filehandler.
When the user choses to close the WebUI window and selects another document afterwards, the window (with same ID as the window_id from previous calls) is reopened for a second and closes itself half a second later. The file handler is called with the new "virtual url" and then the app comes to a halt for about 10 seconds. No events are dispatched to my OnWebUIEvent function anymore.
Is there anything I have to do to "fix" the Window object after the user closes the window manually? And how do I find out if the Window object is in such state?
The text was updated successfully, but these errors were encountered:
The HTML in all windows must load the webui.js script to communicate with your application.
Try the new web_app_multi_client demo. It allows you to have multiple connections and clients.
The current WebUI4Delphi version uses a beta WebUI library and it may have bugs. If you find one please provide a small demo to replicate the issue in my computer.
I'm trying to use WebUI4Delphi to serve html documents from a database with about 60k documents. The wrapper is straightforward and easy to use. It also works as good as I ever hoped for, but... The special case is: I'm using a desktop app for selecting the documents and call Show() with a virtual URL that is going to be served from inside the filehandler.
When the user choses to close the WebUI window and selects another document afterwards, the window (with same ID as the window_id from previous calls) is reopened for a second and closes itself half a second later. The file handler is called with the new "virtual url" and then the app comes to a halt for about 10 seconds. No events are dispatched to my OnWebUIEvent function anymore.
Is there anything I have to do to "fix" the Window object after the user closes the window manually? And how do I find out if the Window object is in such state?
The text was updated successfully, but these errors were encountered: