Jump to content

DonaldShimoda

uniGUI Subscriber
  • Posts

    68
  • Joined

  • Last visited

Everything posted by DonaldShimoda

  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.
  13. I have the same need, can please share your code?
  14. I have the same need, can please share your code? Best regards.
  15. Im trying hard to undesrtand WTF are you talking about. Dont trust in lazarus? I have using lazarus 10 years. releasing code to any kind of devices (includign raspberry PI) all the code (and i mean ALL the code) is there. If you do some mistake and delete a project(?) how can you blame lazarus? Dont even use source control? Anyway... lazarus is the best thing happen to a pascal user. Free, multiplatform. The only drawback is the debugger. Nothing more.
  16. Is the only thing i pray every nigth. Linux support in Delphi or avene better Lazarus support and run everywhere!
  17. Wich is the fastest and safe way to embbed my app inside a IOS app? Best regards
  18. Ok, i find the problem. I was using a UniThreadTimer. have logic, i bet that thread have no access to main thread and that cause the lack of update. Changin for standard uniTimer fix the problem. Solved now. Thanks for the support
  19. Well, in my test case with a single image and a button it works. So, i have no idea what exactly is causing the problem and i cant send you teh complete app because it calls a own webservice from another server, requiring install... I'm scrubbing I dont know if is teh cause is the amount of images (10), the fact it happens inside a threaded timer, or because is inside a unigui panel... Now start the tedious path to find why this bug happens. Let you know if find any reason there Best regards.
×
×
  • Create New...