Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by bbm

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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.

    image.thumb.png.ebe9c5bdb50a4068bd66a28f685360e7.png

    image.png.e323478a6ddb2cc74af377d8d4f77aab.png
    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

  6. 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

    • Upvote 1
×
×
  • Create New...