
MOGSY
uniGUI Subscriber-
Content Count
192 -
Joined
-
Last visited
-
Days Won
1
MOGSY last won the day on January 27 2018
MOGSY had the most liked content!
Community Reputation
5 NeutralAbout MOGSY
- Currently Viewing Forum: General
-
Rank
Active Member
-
MOGSY started following UniPageControl, UniDbGrid, HyperServer and 2 others
-
Hi I get the following error from one dbgrid and can't find what is the cause. The grid is connected to a datasource that generally returns less than 50 rows. "TUniDBGrid: Argument out of range." I appreciate any clue what may be the cause. Regards
-
Thank you Andy, I have tried your code, however it is the same. The standalone exe works fine it is when run with hyperserver is not running. Regards
-
Hi My standalone app works on localhost, however when running with HyperServer it fails with error message "Could not bind socket". Attached are the log files. I have updated the UniGUi to the latest version "uniGUI - v1.90.0.1545". What could be the reason? Regards A2021-02-14.log A2021-02-14.log A2021-02-14.log A2021-02-14.log
-
Hi I have a TuniTimer which stops firing after few minutes. The timer is enabled but the ontimer event is not called. I have set chainMode to true. The timer in running in a TuniFrame. OnTimer event queries couple of tables and updates unidbgrid and stringgrid. UniGui version 1.90.0.1543. Any suggestion what may cause this behaviour? Regards
-
Hi self.Parent.Broadcast(aParam); There is method to broadcast message to parent of a Frame. Has anyone have an example of how to use it and receive the message at parent. Thank you Regards.
-
Hi Farshad / Sherzod To call function on UniHTMLFrame is it different to UniURLFrame?. I was using the following for UniURLFrame but is not working on UniHTMLFrame. UniHTMLFrame1.JSInterface.JSCode(#1'.iframe.contentWindow.showLocationOnMap'+ format('("type,description,job,orange,true", "%S,%S");',[pLatitude, pLongitude]));} Regards
-
Hi Farshad Thank you for your help. I have two more issues with this. 1- I woud like to change the parent of the UniURLFrame from one page to other, so the same map displayed with different other information. Changing the parent makes the map disapear. 2- I also get the following error ext-all.js:20 Uncaught DOMException: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://localhost:8077/HandleEvent': Synchronous XHR in page dismissal. See https://www.chromestatus.com/feature/4664843055398912 for more details. at ctor.start (http://localhost:8077/ext-
-
Hi Sherzod Thank you very much for your email. The problem is UniHTMLFrame is the same code for some reason is not working. Attached project has the same code in UniHTMLFrame, typing anything in the search box produces nothing. but the map remain on screen which is good. Regards ServerModule.zip
-
Hi try to use UniURLFrame on UniPageControl, The content will display first, however changing page will cause the content of the UniURLFrame to disappear. I have included a test project. Would appreciate any clues why and how to fix it please. Regards Main.zip
-
Hi Sherzod / Farshad excellent, sorted, thank you.
-
Hi Sherzod / Farshad Is it possible to implement Ajaxrequest fot uniURLFrame? The issue I have the same code that works good on browser however using uniURLFrame is partially working the map works and the search is good except I can't send result back to UniGui. The same code in uniHTMLFrame doest work although it displays the map the search is not working. If Leaflet map also initialized at the same time as the UniHTMLFrame, then uniHTMLFrame works 100% and everything works well except there is an error from google complains about two maps. It appears that UniHTMLF
-
Thank you very much Andy.