Jump to content

aristeo

Members
  • Posts

    145
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by aristeo

  1. You're right, the problem is this line in the source of the project: ShellExecute(GetDesktopWindow,'open', PChar('http://127.0.0.1:8077'), '', '',SW_MAXIMIZE); to open the browser automatically when running debugging
  2. In the server running as hyperserver, many iexplore.exe processes are opened, and they remain suspended. Is that normal? What is the work of these processes? ScreenShot attached. Thanks
  3. I would like to communicate with the servvermodule of node zero from the rest of the nodes, I think one possibility is through the HTTPCommand event. That is, from another node make a get request to the URL https://127.0.0.1:Port. The question is .... the zero node port is always the "start port" of the cfg file? Thank you
  4. When I try to deploy an ISAPI HyperServer, even if I select the neptune theme, I ignore it and select the classic theme. How can I get to select the neptune theme? any configuration in the cfg file of HyperServer? Thank you
  5. Yes, this works OK. I assign this event in every TUniForm in the OnNewComponent (when the classtype of AComponent parameter is TUniForm) of TUniMainModule Thank you very much
  6. I want to remove or modify the form's close button hint.... Anyboydy could help me? Thanks.
  7. Has anyone had problems deploying two UniGui dlls in the same IIS ApplicationPool? I happen that when a UniGui dll is running, and another dll is uploaded and I try to run it in the same ApplicationPool, it is hanged. Do this also happen to someone else? Thank you.
  8. Try websockets Enviado desde mi Nexus 5X mediante Tapatalk
  9. To implement a ProgressBar try the attached code. Main.zip
  10. Is there any way to change the TUniDBGrid title height?
  11. aristeo

    commuinication

    WebSockets is your solution. I use this components and iit works very well http://www.esegece.com/websockets
  12. Does anyone have a solution for this? Thanks
  13. I'm using http://www.esegece.com/websockets/ For websockets and works perfectly Enviado desde mi Nexus 5X mediante Tapatalk
  14. Perfect! this works! Thank you very much.
  15. aristeo

    IP*Works

    I use IPWorks to access to a SSL SOAP. Webservice, and ir works perfect Enviado desde mi Nexus 5X mediante Tapatalk
  16. In the OnCreate event of UniServerModule yo can assign the ExtRoot and UniRoot property yo the paths. Enviado desde mi Nexus 5X mediante Tapatalk
  17. If the the TUniMainMenu width is higher than TUniForm width, is possible wrap the TUniMainMenu? FIit the TUnIMainMenu in more than one row? Thank you. Enviado desde mi Nexus 5X mediante Tapatalk
  18. If the site is configured to ask for a client certificate, we would want get the client certificate in server, like $_SERVER['SSL_CLIENT_CERT'] in PHP. Thanks.
  19. Yes! Enviado desde mi Nexus 5X mediante Tapatalk
  20. I think the problem is the left property of the button's css class Enviado desde mi Nexus 5X mediante Tapatalk
  21. And why when a submenu is dispalayed, all works ok? Do you know the reason? Enviado desde mi Nexus 5X mediante Tapatalk
  22. I'm trying make a small case, buy i cannot because works ok! It's happening me in a large project Enviado desde mi Nexus 5X mediante Tapatalk
  23. Andy Richmond, could you try you showing a submenú and tell us if the confirm dialog shows the buttons? Enviado desde mi Nexus 5X mediante Tapatalk
  24. A hint. If i open the confirm dialog from a form, when before the users shows a submenú of a TUniMainMenu component, the buttons shows correctly. Strange! I think when a.submenu is showed the css needed by the confirm dialog is loaded. Enviado desde mi Nexus 5X mediante Tapatalk
×
×
  • Create New...