Jump to content

DonaldShimoda

uniGUI Subscriber
  • Posts

    68
  • Joined

  • Last visited

Recent Profile Visitors

921 profile views

DonaldShimoda's Achievements

Member

Member (2/4)

1

Reputation

  1. So, seems the same code the unigui datamodule produce... weird. Maybe as datatables in A use datatables in B Unigui don´t see closing b will be a problem... Again i believe the better solution is to create and destroy your datamodules BY HAND on every init and destroy session. Im sur Farjad will explain how to do this manually, not automatic.
  2. Farshad, i believe he want to control when a datamodule is created and when is destroyed, and need to create this when a new session start and destroy this when a session is closed. Not automamaged.
  3. UniApplication is empty also as far as i remember. I must change the code, cant stop.
  4. No, im calling from a frame inside the main unigui form, with an active session. Is very weird.
  5. But how do you reconnect of the server goes down? Is automatic? Any specific action to do in Ajaxtimeout? thanks a lot for your help
  6. function UniMainModule: TUniMainModule; begin Result := TUniMainModule(UniApplication.UniMainModule); Result = nil Theres any pre requisites before get this value? Best regards
  7. Imagine i have 5 sessions open. Each session have one id stored in a cookie. I need to change a label dinamically, from the server, in the correct session id. Example, update temperature value in session with id 1 Is possible? Any hint how to search the session id? How will refresh at client side(browser) Best regards
  8. I plan to use a RPI with chrome to display info on kiosk mode. No keyboard or mouse. It work as expected so far. The problem is , if the server or the connection goes down for any cause, the browser go to the restart app message and stop showing the information. Theres any way to solve this? If dont. Theres any way to execute an os command when this happens from the browser to restart linux (sudo reboot, for example)? Best regards.
  9. Any reason for this? I having issues right now. base form have a TUniMenuItems. Add a item to the inherited form and raise AV, remove the item the AV is gone...
  10. Seems like inherited wizard fails with message Frame not found. Can please fix?
  11. Have no idea what is ext.pas. The problem here is related to instdecode. That is a view of the package in RIO.
  12. Not work here nether. version 1508. The library path is ok, and the dcl file is there but don't compile on Tokyo. Works perfect on RIO.
×
×
  • Create New...