Jump to content

augusto.pellis

uniGUI Subscriber
  • Posts

    65
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by augusto.pellis

  1. Good morning, I was using an hyperserver install on a server with uniGui runtime installed and everything worked ok. Then I disinstalled the runtimes, modifying my application ServerModule BeforeInit to set ExtRoot and UniRoot properties accordingly. The ext and uni folders are on the same folder of the application executable and the hyperserver service exe. The applications runs normally while when trying to access <app_ip>\server, I get just a 'Loadin' text and the UI is not loaded. On hyper_service.cfg I set ext_root=.\[ext]\ uni_mobile_root=.\[unim]\ uni_root=.\[uni]\ Just like ServerModule What do I do wrong? Thanks for your help!
  2. That was it, ESET was blocking the execution of the program through HyperServer. Non we will try to configure the antivirus to ignore the program. Thanks for your helpful assistance! Augusto
  3. I've read similar threads and disabled temporarily the antivirus. No changes. Weird is that program is actually starting due to the events fired. No exceptions detected. Same software runs on another server. Ports are free. User has full rights over all folders. Don't know where to bang my head
  4. Yes I did but no success. Same behaviour unfortunately; of course I checked the ports available in order not to have conflicts.
  5. Hi Sherzod, it does start as usual...allows software updates and all functionalities
  6. Good morning, I am deploying an application on a Windows server using Hyperserver. I've been following the same steps used in another installation which works perfectly. The application looks stuck at loading so I added manu log entries for every event between main and login form. here's the result: Program.exe: 00002B40: 16:53:31 [TUniServerModule]:HTTP Server Started on Port: 1026 Program.exe: 00001F9C: 16:53:31 [Program:]:Performing Main Module before Create checks Program.exe: 00001F9C: 16:53:31 [Program:]:Ending Main Module before Create checks Program.exe: 00001F9C: 16:53:31 [Program:]:Performing before Login checks Program.exe: 00001F9C: 16:53:31 [Program:]:Before Login checks done Program.exe: 00001F9C: 16:53:31 [Program:]:Performing Login Form before Create checks Program.exe: 00001F9C: 16:53:31 [Program:]:Ending Login Form before Create checks Program.exe: 00001F9C: 16:53:31 [Program:]:Performing Login Form before Show checks Program.exe: 00001F9C: 16:53:31 [Program:]:Ending Login Form before Show checks Program.exe: 00001F9C: 16:53:31 [Program:]:Performing Login Form On Show checks Program.exe: 00001F9C: 16:53:31 [Program:]:Ending Login Form On Show checks Program.exe: 00001F9C: 16:53:31 [Program:]:Performing Login Form before Ready checks Program.exe: 00001F9C: 16:53:31 [Program:]:Ending Login Form before Ready checks Program.exe: 000012E4: 16:54:22 []:Node-2, Terminate Started. Program.exe: 00002B40: 16:54:23 [TUniServerModule]:Shutting Down Server. Program.exe: 00002B40: 16:54:23 [TUniServerModule]:Stopping HTTP Server. Program.exe: 00002B40: 16:54:24 [TUniServerModule]:HTTP Server Stopped. Program.exe: 00002B40: 16:54:24 [TUniGUISessionManager]:Terminating Session manager. Program.exe: 00002B40: 16:54:24 [TUniGUISessionManager]:Stopping Cache Eraser... Program.exe: 00002B40: 16:54:24 [TUniGUISessionManager]:Cache Eraser Stopped. Program.exe: 00002B40: 16:54:24 [TUniGUISessionManager]:Destroying Worker Threads. Program.exe: 00002B40: 16:54:24 [TUniGUISessionManager]:Session manager terminated. Program.exe: 00002B40: 16:54:24 [TUniServerModule]:Server Shutdown Completed. No loading mask, no login form..the only evidence the something about the application has loaded is the fact that on the browser window the right click is disabled accordingly to the application's settings. Running the app as a service or standalone desktop works just fine, although terribly slow. Has anyone ideas to point me to the solution? Thank you all Augusto
  7. Solved. It was a multithread problem with a dll. Thanks anyway for the time you dedicated to me Augusto
  8. Hi Farshad, no other firewall other than the Windows's built it. Augusto
  9. Good morning, I have an unpredictable issue on an uniGui application. It's possibly a network issue but I would like your valued opinion. The application currently makes request to various https// apis and in the prodocution machine /Windows 10, Delphi 10.4.2, latest UniGui) there is no issue at all. The xml/json result is correctly retrieved and everything is all right. We deployed the application among HyperServer as service on a cloud Windows 10 machine. The firewall has a rule to allow inbound and outbound rules to HyperServer through the designed port of the application. The application works as intended but the api calls 9 to 10 fails resulting in an empty json/xml result. I might guess it's a firewall problem but I frankly have no idea where to look at. Has anybody had similar experiences on this kind of issue? Thank you all Augusto
  10. Found the issue. Was a function on login process which would raise an error. Not sure why at release only but fixing that solved the issue. Thank you all 🙂
  11. Hi Abaksoft, of course I tried all the options already. A new unigui project works flawlessly. There are a pair of questions here on the forum regarding a similar issue An instance of <TMainForm> already is being created. What's weird is that it happens when you set ModalResult
  12. Good morning everybody. I am facing a strange issue when compiling and running a Stand alone server uniGui application. On Debug mode I have not the error and there are no {ifdef debug} directives that might change program behaviour. I get an access violation when setting the project's login form ModalResult to mrOK. The av raises at the exact line where ModalResult is set. that's the log: dds.exe: 00003184: 07:17:37 [TUniServerModule]:Server First Init. dds.exe: 00003184: 07:17:37 [TUniServerModule]:Start Path = C:\Projects\XXXXX\Win32\Release\ dds.exe: 00003184: 07:17:37 [TUniServerModule]:Debug Mode = ON dds.exe: 00003184: 07:17:37 [TUniServerModule]:Global Cache Folder Erased. <9> Files deleted. dds.exe: 00003184: 07:17:38 [TUniServerModule]:Starting HTTP Server on Port: 8075... dds.exe: 00003184: 07:17:38 [TUniServerModule]:HTTP Server Started on Port: 8075 dds.exe: 00000B64: 07:17:40 [127.0.0.1]:EUniSessionException : Invalid session or session Timeout. (Session not found: DYrfXbm399107EE5374 ) : Addr: $008397DA dds.exe: 000040A4: 07:17:41 [127.0.0.1]:EUniSessionException : Invalid session or session Timeout. (Session not found: DYrfXbm399107EE5374 ) : Addr: $008397DA dds.exe: 000034D8: 07:17:57 [127.0.0.1]:Class: Exception<br>Msg..: An instance of <TMainForm> already is being created.<br><br>Comp: btnLog_In (TUniBitBtn)<br>Form: frmLogin<br> dds.exe: 000034D8: 07:17:57 [An instance of <TMainForm> already is being created.-127.0.0.1]:Exception : An instance of <TMainForm> already is being created. : Addr: $007ED5E8 Has somebody got suggestions? Thank you
  13. Hi Sherzod, what I wish to accomplish is to let user select via checkbox various detail records even when master table is scrolled by the user itself. So I need to store which records the user selected separately from the SelectedList. that's why I guess I shall detect when user checks or unchecks any record. Augusto
  14. Good afternoon, I would like to allow user to select records in an uniDBGrid and that's not a problem with dgCheckSelect option. Is there a way to trigger an event when user clicks on the grid selection's checkbox and check its state? Thank you all Augusto
  15. @andyhill, I appreciate your tips. I hope that Sherzod might help with a workaround as well 🙂
  16. Well, the entire frame area I guess. I might also use a read only version of the link (https://teamup.com/ks7wrrnbheyq4wo8so) . I thought it was possible to intercept user actions before 'sending' them to the remote site but possibly I am wrong
  17. There you are. All I wish to accomplish, if possible, is detect any user action (i.e. doubleclick) on the html frame so I can, for example, open another form. Thank you! CalendarTest.zip
  18. I'm sorry andyhill but the frameAjaxEvent is not fired. Any other suggestions? Augusto
  19. Sure. It's TeamUp embeddable calendar. https://www.teamup.com/ Work s perfectly into HTMLFrame, I just need to interact with it UniGui side when user dbl clicks on the frame area. I will try AndyHill suggestion in a while
  20. Good morning everybody, I hope everyone's safe and sound. I have embedded into our application a widget using a simple iframe tag. the HtmlFrame area loads and works exactly as expected. We would like to double click into the frame area to perfomr an action (i.e. open a url into another browser page). Can someone give me advices on how to do this? I appreciate your help Augusto
  21. I'm using RadCORE since one week and I am amazed of how full of gems it is. In my opinion it speeds up development *a lot* and ghelps keep the application tidy and well organized. A must have, no doubts.
  22. It works like a charm! Respect. Augusto
  23. Good evening, in order to make my application somewhat responsive when user resizes browser window (or with different screen resolutions) and since I know nothing about css, I found this page to obtain fitting within text container. https://css-tricks.com/fitting-text-to-a-container/ Would someone give me advice how to use these suggestions within uniGUI? Thank you all Augusto
×
×
  • Create New...