Jump to content

FMirande

Members
  • Posts

    16
  • Joined

  • Last visited

Everything 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. Hello After installing new version. I've a lot of prompt errors for uniGUI24Core.bpl, uniGUI24dcl.bpl and uniGUI24mdcl.pbl My delphi version is XE10 Seattle I
  3. 1.70.0.1485 version date is before my subscription expiration date
  4. 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 ?
  5. Hello Beta version ??? We bought this version 4 years ago !!! Can I download a new version ?
  6. Version:0.99.95 build 1308
  7. 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
  8. 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
  9. Hi Code tried and validated ! One more time, it works fine !!! I would like to do another developments like this. Is there any help topic about JS programming in uni gui ?
  10. 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 !!!
  11. Hi I actually work as freelance developer. My UNIGUI licence as been registered by boss company I was working for. So I can't upload my test case directly to the forum ! For developers who want and can help me, you can find a simply test case that show my problem following the link http://www.atout-logiciel.com/TestCase_UniMScrollPb.zip Thanks
  12. Hi I have done a little test case. How can I send it to the forum ? Thanks
  13. Hi I'm using a TUnimPanel included in a TUnimScrollBox. When I scroll down, it automatically scrolls up !!! Did someone can explain me what's wrong ? Was it a configuration problem ? Thanks Fred
×
×
  • Create New...