Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by eduardosuruagy

  1. I have this code in my UniFrameCreate BtnFilter.JSInterface.JSAddListener( 'click', 'function(){'+ SearchPaFilters.JSName +'.setVisible(!'+ SearchPaFilters.JSName +'.isVisible())'+ '}' ); and I would like when I click the F2 key to execute this code, there is a way to do this BtnFiltro.Click; ?
  2. If you can give me an example, I'd appreciate it, when you have the native option to mark the record, that's where the error happens
  3. I live with this error for years and it has never been resolved, unfortunately. I think the grid deserved an overhaul as it is the most used component on all systems.
  4. Are you going to sell the tool? If so, I'm interested in knowing more about her.
  5. I'm using a TUniSpinEdit and I'd like to block typing if the typed value is greater than that informed in the MaxValue property, the component lets me type a larger value and it turns red, and the user sometimes doesn't see it. I would like to block or show a message if this happens. Thanks!!
  6. I'm using it in the same way as wilton_rad I use IIS + Hyperserver and each client has its own folder.
  7. I go through that too, in several places in my code it doesn't work.
  8. In this code, what is the UniThreadTimer1.Lock command for? procedure TUniServerModule.UniThreadTimer1Timer(Sender: TObject); begin UniThreadTimer1.Lock; syslog('test server'); UniThreadTimer1.Unlock; end;
  9. I've been working with this for years and all of a sudden it stopped working, I just put Hypersever to work and these errors show up for me sigefweb_hyper_server.exe: 00001D0C: 12:00:44 []:>--------------------------------------------------------------< sigefweb_hyper_server.exe: 00001D0C: 12:00:44 [TUniServerModule]:Server First Init. sigefweb_hyper_server.exe: 00001D0C: 12:00:44 [TUniServerModule]:Start Path = C:\inetpub\wwwroot\novo\ sigefweb_hyper_server.exe: 00001D0C: 12:00:44 [TUniHyperServer]:InitInterceptor sigefweb_hyper_server.exe: 00001D0C: 12:00:45 [Transport.PoolSize]:516 sigefweb_hyper_server.exe: 00001D0C: 12:02:19 [TUniHyperNode.Terminate]:Node #0 forcefully terminated. sigefweb_hyper_server.exe: 00001D0C: 12:02:19 [PostInit]:Failed to initialize node: 0 sigefweb_hyper_server.exe: 00001D0C: 12:02:19 [TUniServerModule]:Starting HTTP Server on Port: 8081... sigefweb_hyper_server.exe: 00001D0C: 12:02:19 [TUniServerModule]:HTTP Server Started on Port: 8081 sigefweb_hyper_server.exe: 000016E8: 12:02:28 [TUniHyperNode.Terminate]:Node #1 forcefully terminated. sigefweb_hyper_server.exe: 000016E8: 12:02:29 [TUniHyperNodeManagerWorker]:Failed to initialize node: 1
  10. I'm using Hyperserver together with IIS and I can open the client's Hyperserver but the page doesn't open, the images are attached
  11. How can I identify the attached error with Eurekalog? SigefWeb_SERVIDORUNIGUI_20210624135703.el SigefWeb_SERVIDORUNIGUI_20210624102216.el
  12. would there be another way to do this? I'm using third party component
  13. I saw now that the property exists. What does this property do? I'm using another type of button and it doesn't have it
  14. I open my frame in a pagecontrol and close it like this: At the click of the close button: MainForm.pgGeral.ActivePage.Close;
  15. I have users who are clicking twice on the button to close my form and this error with the attached image is happening!
×
×
  • Create New...