Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12635
  • Joined

  • Last visited

  • Days Won

    916

Farshad Mohajeri last won the day on May 5

Farshad Mohajeri had the most liked content!

About Farshad Mohajeri

Profile Information

  • Gender
    Male

Recent Profile Visitors

58497 profile views

Farshad Mohajeri's Achievements

Advanced Member

Advanced Member (4/4)

2.9k

Reputation

  1. Hi, I have tested your form and yes, it is slow to load and navigate. It is because uniGUI components are hybrid controls. They encapsulate a VCL control for visual purpose. I willl try to implement a solution. Maybe in next build, but definitely in the other build. Thanks
  2. We will try to find a solution for this.
  3. No. There's no plan to add it because of implementation complexity and other difficulties. OnBroadcastMessage will be supported on main form and other active forms. Maybe you can share your usage scenario and we can make recommendation based on it.
  4. Not exactly, because frames are just like any other controls in the app. Each form may contain many frames and uniGUI doesn't maintain a list of active frames internally.
  5. Please check if "hyper_server.exe" is intact using file comparison.
  6. hyper_server.exe is pre-compiled by us. So source of this call can't be your application. Otherwise your own EXE would be marked by defender.
  7. Another note : Hyperserver or unigui don't make calls to validate the license. It is only done during the installation.
  8. BTW, is it clear that source of this remote call is Hyperserver.exe ? Are you using exe or Dll form of Hyperserver ? Thanks
  9. Hi David Hyperserver never makes outbound requests to a remote server unless it's configured as a cluster master with slave Hyperserver instances at fixed ip addresses.
  10. BTW, if you send us a sample DFM file which shows this issue we will analyze it.
  11. Hi, Probably it is a Delphi related issue. In design time IDE uniGUI components are just a descendants of VCL controls.
  12. You can enable websockets regardless of the HTTP or HTTPS prorocols. If the incoming traffic is HTTP then uniGUI will also listen to Websockets on non-secure ws:// protocol. If the incoming traffic is HTTPS then uniGUI will listen to Websockets on secure wss:// protocol. If you enable the option "AlwaysUseHTTP", then uniGUI will always listen on ws:// protocol regardless of the website protocol.
  13. Hi, So let me understand the situation better. Your app runs behind cloudflare. Cloudflare handles https calls and redirect calls to your app using a http channel? What is your particular setup? Can you explain the exact way that cloudflare handles calls and directs them to your server?
  14. Hello, We constantly update JQuery to latest version. That said, Jquery plays no role in Ext JS functionality except for some 3rd party JS libraries that rely on it. Regarding "Handleevent", it only works if it is provided a valid session ID otherwise it is rejected by the server. Started from a certain build we are embedding session id in form parameters hiding it from URL (which was previously a part of the URL parameters)
  15. unigui module can not prevent unloading but there must be some settings on Apache side.
×
×
  • Create New...