Page 1 of 1
WebGadget analog?
Posted: Sun Apr 17, 2011 3:32 pm
by VeryVeryWell
Hello! WebGadget use IE5. It is not good, because I see many JS error-windows and other...
Where can I get an analog of WebGadget??? Or how I can configure that?
Thanks.
Re: WebGadget analog?
Posted: Sun Apr 17, 2011 3:49 pm
by Rook Zimbabwe
I do not think this translated into english good. Can you try again with more simple words and adjectives to describe what you want?
Your "buddy" posted this topic... is this what you mean:
http://www.purebasic.fr/english/viewtop ... 13&t=46064
Re: WebGadget analog?
Posted: Sun Apr 17, 2011 3:57 pm
by VeryVeryWell
Rook Zimbabwe wrote:I do not think this translated into english good. Can you try again with more simple words and adjectives to describe what you want?
OK. I want to block windows with JavaScript errors in WebGadget. How I can do that?
And what you think about that (change IE version for WebGadget. Will it work on other OS):
Code: Select all
RegCreateKeyValue("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION", GetFilePart(ProgramFilename()), "8000", #REG_DWORD, ".")
RegCreateKeyValue("HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION", GetFilePart(ProgramFilename()), "8000", #REG_DWORD, ".")
Re: WebGadget analog?
Posted: Sun Apr 17, 2011 4:01 pm
by TomS
There's currently only one alternative, the Mozilla ActiveX Control.
But it hasn't been updated in a while and is no longer maintained.
But there are ways to intercept the JS-errors and keep the Webgadget from showing the error box.
http://purebasic.fr/english/viewtopic.php?f=13&t=28533
If that's the only problem you're having with the Webgadget, that's the solution.
But you probably get display errors anyway, when the Javascipts are not working.
Re: WebGadget analog?
Posted: Sun Apr 17, 2011 4:07 pm
by VeryVeryWell
Thanks! It is work

Re: WebGadget analog?
Posted: Mon Apr 18, 2011 11:38 am
by ultralazor
Re: WebGadget analog?
Posted: Mon Apr 18, 2011 7:51 pm
by ricardo
Webgadget does not use I5, it depends on which version did you have installed
Also, using HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS and HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
Also, using this metatag <meta http-equiv="X-UA-Compatible" content="IE=edge"> you can force IE to use IE9 (if its installed).