Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    831
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by eduardosuruagy

  1. This error is happening a lot after updating to version 1.90.0.1547. Event: click, Object: O8BB not found in session list. It could be timed out, refresh page and try again Event: click, Object: O1690 not found in session list. It could be timed out, refresh page and try again Event: click, Object: O747A not found in session list. It could be timed out, refresh page and try again All my clients have similar errors and I don't know what it can be.
  2. Sorry, I didn't understand the translation of what would be "grid is dirty"
  3. This error is old and they have never been able to correct it.
  4. I have several routines, cancellation, deletion and etc. just do the test with the example that I send and see that it gives error when passing through this line ClientDataSet1.Bookmark: = dd.SelectedRows [I];
  5. I put a sleep just to simulate a code execution that takes a little longer.
  6. Are you talking about the project I sent? Or in my project? I was using version 1537 of unigui and this week I migrated to the latest version and after that started to give these errors
  7. Please, someone give me a solution to my problem, after I upgraded to version 1547 several errors started to appear and this is one of them, I have several routines that I use this way and all are with errors
  8. When I perform a loop where I have checkboxes in dbgrid, I randomly get an error in the line ClientDataSet1.Bookmark: = dd.SelectedRows [I]; I am attaching an example, just check all the grid options and click on the "Test" button and wait for the error to happen. This is urgent, my project uses this option a lot! UniGui - DbGrid Slelecao.rar
  9. TFrameInicialPrestador(MainForm.FindComponent('FrameInicialPrestador')).TimerAtualizacaoPrestador.Enabled := True;
  10. great, it worked perfectly. Thank you very much!!
  11. An example is attached Unigui - Video.rar
  12. Quando eu reproduzo um vídeo no UniHTMLFrame, um ícone com 3 pontos aparece e ao clicar nesse ícone, há uma opção para baixar o vídeo, como posso desabilitar essa opção?
  13. I wanted to open popupmenu in UniCalendarPanel only when an event exists and is clicked on. CalendarPanel.rar
  14. I wanted to use this example but I'm using the calendar inside a frame and I can't get the right mouse button to work, what procedure can I do? I wanted to use this example but I'm using the calendar inside a frame and I can't get the right mouse button to work, what procedure can I do?
  15. I have an application that is using IIS + HyperServer and I would like to get a post command that will be sent to that application. I'm using the UniGUIServerModuleHTTPCommand inside the TUniServerModule, I did a test and I'm not able to catch the event, if I use my application as StandAlone it will be normal. I'm using Postman to generate this Post through the url: http: // MeuIP: 8081 / managenet_notificacao / teste / 23 / card
  16. Do you intend to sell this solution?
  17. Did you convert Fast to unigui?
  18. The zero node is it reserved for hyperserve only? Does this property here "NodeZero" indicate that the node is zero?
×
×
  • Create New...