Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by bbm

  1. Hi Sherzod, thank you very much for your support 👍! Best regards
  2. Hi, I didn't find any. It sounds to me like there is no easy solution. I'll try to find a workaround myself. Thanks! Best regards
  3. Hi all, I am using Delphi 10.2 and unuGUI version 1.90.0.1551. I have activated the RowWidget in a DBGrid Is it possible to close an opened row widget by opening another one. Best regards
  4. Hi, What do you mean by that?
  5. Hi, Is there a chance that a newer version can be used in the short term? I got the following information from our customer: This could mean a problem for the use of our software Best regards
  6. Hi, Many thanks for the quick response. I'll test it right away. Is there a special function I can use to test if I solved everything correctly? Best regards
  7. Hi, The file jquery-1.11.2.min.js is available in version 1.90.0.1551. A customer asked me whether this file could be replaced by a more recent version. Best regards
  8. Hi, thank you. Good idea🙂 Best regards
  9. Hi, is there any way to get Toolbuttons on a uniPageControl? Best regards
  10. Hi, sorry for my late answer. I think I found a solution. Thanky for your answer! Best regards
  11. Hi, I think I found it! Thank you
  12. Hi, I have another question. How can I get the cachefolder of the current session (including sessionid)? Best regards
  13. Hi how can I prevent such a cachefolder? E:\Programme\CenAdCo\cache\blegiserv_app_exe\sBBMwNrevS109DD2811 I want to have the cachefolder without the name of the aaplication like this E:\Programme\CenAdCo\cache\sBBMwNrevS109DD2811 Best regards
  14. Hi Sherzod, do you need more input or more information? Best regards
  15. Hi, In the sample project, the frame from which the callback event comes is created as HTML text. In this HTML text, placeholders are replaced by call information. <form name="input" action="{URL_CALLBACK}" method="POST"> <a href="{CANCEL_URL}"> In my application, the page of another application should be displayed in the frame. For this, the URL property of the frame is used to refer to the other application. The other application was also developed by me (also uniGUI). How can I trigger the event (mycallback) of this application, just like from the HTML page? Sc:=UniSession.CallbackUrlEx('mycallback', Self, ['RES', 'OK']); S:=StringReplace(S, '{URL_CALLBACK}', Sc, []); Sc:=UniSession.CallbackUrlEx('mycallback', Self, ['RES', 'CANCEL']); S:=StringReplace(S, '{CANCEL_URL}', Sc, []); I want to trigger the event by clicking a button in the second application Best regards
  16. Hi I'm currently testing the demo "HTTP Post Callback - URLFrame - Auto Target". I would like to test the callback function in my application. Instead of displaying an HTML page in the uniURLFrame, I would like to display a page from a second server (also my own uniGUI application) via uniURLFrame.URL. A callback event should then be triggered back in the page of the other server displayed in the frame, which is then sent to the window of the uniURLFrame. How can I trigger the callback event? Many greetings
  17. Hi, No, the canvas is designed and not created at runtime. Best regards
  18. Hi Sherzod, thank you for your answer, but I think this ist not the correct way. The result is as follows: O23=new Ext.form.Canvas({id:"O23_id",ajxS:AjaxSuccess,ajxF:AjaxFailure,id:"Canvas_Sig_ID",fieldSubTpl:..... Best regards
  19. Hi, is it possible to give a uniCanvas a self-determined JSID and a JSName? I need the same for the main window. Best regards
  20. bbm

    HTML canvas

    Hi, I found a solution, thank you. Best regards
  21. bbm

    HTML canvas

    Hi, Which uniGUI-component has the same JavaScript properties and functions as a <CANVAS>? Best regards
  22. bbm

    HTML canvas

    Hi, I know the example. I think that's a different application than I need. The JavaScript that I have sent is used to communicate with a Signotec signature pad. The purpose of the canvas is to display the live signature off the pad. So far I haven't get any lines displayed, although I enter the uniCancas element (JSID). Best regards
  23. bbm

    HTML canvas

    Hi, I am currently trying to integrate the functionality of a signature pad. The signature should be displayed on the screen. A canvas component is used for display in the example. I can start the signing (getSignatureDefault();), but I don't get any representation. How can I implement the display with a UniGUI component? I have attached an HTML page that makes it work. Best regards SignExample.html
  24. bbm

    Error with uniCanvas

    Hello Sherzod, Thank you for the fast answer. So far I've only received the message on one PC. So it's not that urgent. I just wanted to know if anyone else had this error message. If there are any more problems, I'll report back. Thank you again and best regards
  25. Hi Does anybody know the problem of this error message? Best regards
×
×
  • Create New...