FMirande Posted March 9, 2020 Posted March 9, 2020 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 Quote
Sherzod Posted March 9, 2020 Posted March 9, 2020 Hello, Can you please specify which edition and build of UniGUI are you using? Quote
Sherzod Posted March 10, 2020 Posted March 10, 2020 12 hours ago, FMirande said: Version:0.99.95 build 1308 Hello, Why are you still using this beta version? Quote
FMirande Posted March 10, 2020 Author Posted March 10, 2020 Hello Beta version ??? We bought this version 4 years ago !!! Can I download a new version ? Quote
Administrators Farshad Mohajeri Posted March 10, 2020 Administrators Posted March 10, 2020 1 hour ago, FMirande said: Hello Beta version ??? We bought this version 4 years ago !!! Can I download a new version ? Please check your subscription date. If expired you need to renew your license. Thanks Quote
FMirande Posted March 10, 2020 Author Posted March 10, 2020 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 ? Quote
FMirande Posted March 10, 2020 Author Posted March 10, 2020 1.70.0.1485 version date is before my subscription expiration date Quote
Administrators Farshad Mohajeri Posted March 10, 2020 Administrators Posted March 10, 2020 26 minutes ago, FMirande said: 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 ? Yes, you can install and activate it. Quote
FMirande Posted March 12, 2020 Author Posted March 12, 2020 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 Quote
Sherzod Posted March 12, 2020 Posted March 12, 2020 12 minutes ago, FMirande said: For exemple ? Have you installed third-party components or developed custom components on the basis on UniGUI? Quote
Freeman35 Posted March 12, 2020 Posted March 12, 2020 unisntall unigui, then remove all unigui's bpl files from harddisk. Then reinstall unigui. Quote
FMirande Posted March 16, 2020 Author Posted March 16, 2020 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.