![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 2 of 2 total |
![]() |
Thu, Dec 15 2011 3:40 AM | Permanent Link |
Max Evans | There are a few my (win32 based) desktop apps that use embedded IE contained within a TForm within the app.
I communicate with the embedded IE instance via capturing window.external events from a url click. eg..the url could be <a href=javascript:window.external.dothis(456)>Click here</a> Would it be worthwhile or possibile to add "external" as a function or procedure to the TWindow class that can accept unknown parameters ? So within an EWB app, say on a button click, I could call window.external('dothis(456)') Thanks for a great product Tim... |
Thu, Dec 15 2011 5:08 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Max,
<< There are a few my (win32 based) desktop apps that use embedded IE contained within a TForm within the app. I communicate with the embedded IE instance via capturing window.external events from a url click. eg..the url could be <a href=javascript:window.external.dothis(456)>Click here</a> Would it be worthwhile or possibile to add "external" as a function or procedure to the TWindow class that can accept unknown parameters ? >> Hmm, the unknown parameters bit is tough right now, since the compiler won't allow it. Something like this will most likely require variant support, which isn't very hard to do and could be added rather easily. -- Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Thursday, March 30, 2023 at 10:19 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |