Jump to content

picyka

uniGUI Subscriber
  • Posts

    1059
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by picyka

  1. How did your html look, can you paste it here?
  2. With the help of master @Sherzod I managed it, here is an example Stay here, thank you very much. TestTimer.zip
  3. To access the screens you need to login
  4. I needed a clock that would show how many minutes the person has been in the register, but the timer should only update on the client side. When saving, I could stop the timer and get the time value.
  5. 00:06 - Cronômetro online - RelogioOnline.com.br
  6. I would like when starting a registration to show a time counter, and when saving the registration, I can save this time, I did it using UniTimer, but it keeps talking to the server all the time
  7. It would be possible to create a timer on the client side, which would need a play and a stop, and still take this time on the server side. I once tried to do this on the client side and was unsuccessful.
  8. GitHub - lminuti/Delphi-WkHtmlToX: Delphi implementation of WkHtmlToPdf API I tried to use this project with the dll, but on my api server, it works once, then there is an error and it doesn't work anymore.
  9. Hello, can you post an example of how to use it?
  10. picyka

    TUniPopupMenu

    It works!
  11. picyka

    TUniPopupMenu

    I'll test it, thanks Doctor JS.😁
  12. picyka

    TUniPopupMenu

    I would like to order the menus by caption Something like, UniPoupMenu.Items.Sort;
  13. picyka

    TUniPopupMenu

    Is there a possibility to order the menu items?
  14. Unigui has always been alive. 😀
  15. ServerModule {* MAPS *} Self.CustomFiles.Clear; Self.CustomFiles.Add('https://maps.googleapis.com/maps/api/js?key=' + Self.KeyMaps + '&callback=gmNoop&libraries=geometry,places,visualization'); Self.CustomFiles.Add('../files/maps/uniGmap.css'); Self.CustomFiles.Add('../files/maps/markerwithlabel_packed.js'); Self.CustomFiles.Add('../files/maps/markerclusterer.js'); console: Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading Has anyone resolved this?
  16. Have there been any improvements to your unigui application after the update?
  17. What do you use to convert from html to pdf?
  18. I have a routine here that can generate thousands of PDFs, and the solution to downloading them was simple. Just get all pdf and zip it. Download the zip and be happy.
  19. function afterrender(sender, eOpts) { Ext.create('Ext.tip.ToolTip', { target: sender.getEl(), html: "Concluir operação!" }); }
  20. I have something similar here, I never figured out what that would be.
  21. Hello, in my humble opinion, you should think differently, you can have an api and put the cache in it. And it would solve your problem. The web server needs to consume as little memory as possible.
×
×
  • Create New...