Jump to content

micbasov

uniGUI Subscriber
  • Posts

    28
  • Joined

  • Last visited

Everything posted by micbasov

  1. Hi Farshad, When is the correct implementation Application.Terminate? log an issue for it: # 1024
  2. Hi Farhad! Processing required the URL address of the server without displaying the main form of application For example: http://127.0.0.1/DataSnapQuery?parameter=1 Need to return data as XML or JSON using UniSession.SendResponse Is it possible to add an event to OnUserClientEvent in TUniGUIMainModule that will be triggered for example when requesting http://127.0.0.1/UserEvent?parameter=1 ?
  3. Hi Farhad! How to processing the URL address of the server without displaying the main form of application? For example: http://127.0.0.1/ DataSnapQuery?parameter=1 How to return the response using UniSession.SendResponse? In ExtPascal solves this problem by creating a new procedure published in classes inherited from TExtThread: TAppThread = class(TExtThread) procedure AfterConstruction; override; procedure BeforeDestruction; override; published procedure Home; override; procedure DataSnapQuery; procedure DataSnapGetParams; procedure GetObjectData; end; Is it possible to add an event to OnUserClientEvent in TUniGUIMainModule that will be triggered for example when requesting http://127.0.0.1/UserEvent?parameter=1 ?
  4. Hi Farhad! My team is developing a large project on UniGui. We are faced with the fact that we can not divide the project in the BPL packages. [Pascal Error] E2223 $ DENYPACKAGEUNIT 'UniGUIVars' cannot be put into a package.
  5. Yes, I use to display the PDF, the examples will lay out here next week
  6. I use FastReport, soon plan to lay out examples.
  7. Thanks for the demo, we will try to test your example.
  8. Hi zilav! Do you have the opportunity to lay out the demo CheckListBox? For my project is very important.
  9. Hi, Farshad Is it possible to implement CloseButton and OnCloseButton event for tabs in the TUniPageControl component. It is critical problem for my project now. Thank you.
×
×
  • Create New...