Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12099
  • Joined

  • Last visited

  • Days Won

    801

Everything posted by Farshad Mohajeri

  1. Thanks for the update. Glad to see that your issue is resolved.
  2. Hello, Have you followed below instructions? https://www.unigui.com/doc/online_help/index.html?using-runtime-packages.htm For 64-bit you need to build "Runtime" uniGUI packages that are listed in above link for Win64 and deploy them with your application. That said, we always recommend using 32-bit apps along with HyperServer. Also, if your generated EXE is so big you can turn off all debug information, so the need for runtime packages will be eliminated.
  3. Let make it clear that MainModule or DataModule(s) class instances are created separately for each session. However, uniGUI can't create multiple copies of global variables that are placed in a global var declaration. In below image you see a DataModule created using uniGUI wizard. The data module instance (TDataModule1) is created separately for each session, but the variable named GlobalVariable is not replicated for each session and there is only one instance of it for the whole web application. Trying to access it from multiple sessions can lead to serious issues.
  4. Please let us know how do access or use these data modules in your app.
  5. Hi, How did you created the Data module? You must create it from unigui wizard. Standard Delphi data modules are not compatible with unigui.
  6. Hello, What is your session timeout? Do you keep sessions alive using a timer?
  7. Please check your IIS pool settings. Recycling must be disabled as described in our docs. If a version is grayed out it is an indication that your subscription may have been expired.
  8. Hello, Firefox should have the PDF plugin installed. (I believe that it is installed by default)
  9. It seems to occur only when certain components are used. Can you send a sample of the form which causes this errors?
  10. Merhaba, uniGUI uygulamalarında websocket sunucu tarafından web istemcilerine doğrudan mesaj göndermek için kullanılır. Siz hangi uca (sunucu, web istemcisi) veri yollamak istiyorsunuz?
  11. Can you please attach a sample project?
  12. What will be the usage for this function? In a single application a function can return this value easily because websockets server is embedded in the application, but in a cluster only the actual WebSockets server knows this number.
  13. Farshad Mohajeri

    Bryntum

    Unfortunately we had to cancel it for time being.
  14. Your are correct. It is not included in the source deployment. It will be fixed in the next build. Meanwhile I will send it to you in a PM.
  15. Hi, uniGUIApache.pas is included in uniGUI source codes. Compiler should compile it when you compile your app.
  16. It clearly shows that Delphi is messing up things. I will try to figure it out.
  17. Can you debug your app and see if actually below line is executed? initialization --> CPPInit;
×
×
  • Create New...