Jump to content

Hayri ASLAN

Moderators
  • Posts

    1578
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by Hayri ASLAN

  1. Hi, Can you please specify, which edition of UniGUI are you using?
  2. Hi, Can you please specify, which edition of UniGUI are you using?
  3. Merhaba, Sorunu çözdük. Bir sonraki sürüm olan 1536 da bu hatayı almayacaksınız.
  4. I'm using the latest version. It is not compatible with 1486
  5. Hi, We are working on UniDBCheckCombobox
  6. Hi, Are you planning to use HyperServer? Also, don't forget that to able to interact with the client-side, you have to get an event from the client. So even you sent a message to the client, it will wait for the next event. I would rather use WebSocket.
  7. Link is correct http://forums.unigui.com/index.php?/topic/13074-unigui-opensource-paypal-buttons-webcam-videopanel-mxgraph-barcodescanner-qzio/&do=findComment&comment=81631
  8. Hi, Unless you can't share a test case, we can not figure out from just this error message.
  9. qz.io silent printing. Please download the QZ Tray to the client machine. https://qz.io/download/ UniGUIOS.zip
  10. Hi, I can't reproduce the issue. Can you please attach a test case?
  11. Hello, Can you please specify, which edition and build of UniGUI are you using?
  12. Hello, It works for me. Please check StringGrid demo C:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\StringGrid Demo You may refresh the query.
  13. Hello, Can you please specify, which edition and build of UniGUI are you using?
  14. Hi Please use this code: with UniPDFFrame1, JSInterface do begin JSCallDefer('iframe.contentWindow.document.getElementById("pageRotateCw").click',[], 500); end;
  15. Hi, Yes, I realized it's always unimainmenu. We are changing it and you will get it with the next build.
  16. Hi, You can try this : function click(sender, e, eOpts) { sender.MyProperty = 'Test 2'; ajaxRequest(sender,"myevent", {myproperty:sender.MyProperty}); } and in Button.OnAjaxEvent if EventName='myevent' then // params['myproperty'].asstring
  17. Hi, You can use ServerModule -> onServerStartup event.
  18. Hello, Can you please specify, which edition and build of UniGUI are you using?
  19. Hi, Please specify an edition and build of UniGUI you are using.
  20. Hi, Do you have any errors in the console? Do you have icon files in the related folder? (files/images/...)
  21. Hello, Are you using a trial version or a licensed version?
×
×
  • Create New...