Jump to content

zanona

uniGUI Subscriber
  • Posts

    264
  • Joined

  • Last visited

  • Days Won

    1

zanona last won the day on September 3 2023

zanona had the most liked content!

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

1434 profile views

zanona's Achievements

Advanced Member

Advanced Member (4/4)

4

Reputation

  1. Há previsão para ajustar o problema?
  2. Here's an example of what happened! Note that Unigui cannot mount the screen correctly! teste keyboard.zip
  3. Você encontrou uma solução para o seu caso usando formattedNumberEdit ?
  4. What would the code for TuniformattedNumberEdit look like? Because if I use the solution above, the screen crashes!
  5. Consegui analisar uma possível solução?
  6. Thanks a lot for the help! That's what I needed :D
  7. Thank you for your help, I saw your example but I still couldn't do what I needed!
  8. Below is the example file! Note that it makes a request to the javascript agentCliSiTef.js I need to get the return from the criaSessao function that is inside the agentCliSiTef.js file. It would be possible? test javascript.zip
  9. Thanks for the help! But what would it look like to call a function that is inside my test.js file? The function would be function StartTransaction(type, function, vpsJson) { } In the end I would get your return!
  10. Would you have an example to help with understanding? Would this ajaxRequest be a function?
  11. I need to execute a java script code and get its return as soon as the exception ends. Is it possible to do this action? I can already execute the javascript using the code below, but I need to get its return as soon as it finishes executing. with JSInterface do WebForm of TUniForm begin JSCallGlobal('criaSessaoIdJson', ['']); end;
  12. I followed the example indicated but it didn't work! Need to activate some property? See example attached! Main.zip
  13. How to hit enter on the selected ListBox item? When I give enter above the selected item does nothing!
  14. zanona

    lock subscreen

    OK, but is it possible to prevent UNIGUI from being locked in that command when calling the showmodal and only released when the subscreen is closed?
×
×
  • Create New...