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.
WebGadget analog?
- Rook Zimbabwe
- Addict

- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Re: WebGadget analog?
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
Your "buddy" posted this topic... is this what you mean:
http://www.purebasic.fr/english/viewtop ... 13&t=46064
-
VeryVeryWell
- User

- Posts: 35
- Joined: Sat Jun 19, 2010 1:41 pm
Re: WebGadget analog?
OK. I want to block windows with JavaScript errors in WebGadget. How I can do that?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?
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?
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.
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.
-
VeryVeryWell
- User

- Posts: 35
- Joined: Sat Jun 19, 2010 1:41 pm
Re: WebGadget analog?
Thanks! It is work 
- ultralazor
- Enthusiast

- Posts: 186
- Joined: Sun Jun 27, 2010 9:00 am
Re: WebGadget analog?
so many ideas so little time..
Re: WebGadget analog?
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).
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).
ARGENTINA WORLD CHAMPION
