Jump to content

FMirande

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by FMirande

  1. Hello

    I've done uninstall/remove bpl/reinstall and the problem is the same.

    Did this bpl files are necessary for my delphi version ?

    All others bpl files are with number 23, not 24

  2. When I connect on My products management console, I see my subscription date is expired.

    A few minutes ago, I download 1.70.0.1485 version.

    Can I still install this version wihtout any problems ?

  3. Hello

    In one of my projects, I need to intercept clicks (all clicks) on specific web pages.

    It seems to be possible with addEventListener in JavaScript using TUniURLFrame.JSName like this :

        UniURLFrame.HTML.Text :=
            '<script type="text/javascript">' +
            '   document.addEventListener("click", function(e) { ' +
            '       parent.ajaxRequest(parent.' + UniURLFrame.JSName + ', "ClickEvent", [ "param0=a", "param1=b" ]);' +
            '   })' + ....

    procedure UniURLFrameAjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings);

    Did someone can tell me if I can fix UniURLFrame.JSName (like AAA for exemple) in my Delphi code for use directly in HTML body page ?

    Thanks

    FMirande

  4. Hello forum guys !

     

    I'm using unigui components in a phone application. As a part of the application I need to interact with a bank payment webservice using post protocol.

     

    To close payment process and validate customer order the bank payment solution need an URL as validated return.

     

    Was it possible to access an unigui form as an URL ?

     

    I need to stay in the application worflow because I have to save informations and send an email to the customer when payment is ok.

     

    Thanks a lot for your Help

     

    Fred

  5. As we said at home, champion !!!

    It works fine.

     

    An other question, I'm using a TunimTabPanel and I want to change active page swiping left and right. Did have I to do something like you have done ?

     

    An other question bis ... Where can I find any help topic about JS programming in uni gui ?

     

    Thanks a lot !!!

×
×
  • Create New...