WebGadget analog?

Just starting out? Need help? Post your questions and find answers here.
VeryVeryWell
User
User
Posts: 35
Joined: Sat Jun 19, 2010 1:41 pm

WebGadget analog?

Post 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.
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: WebGadget analog?

Post 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
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
VeryVeryWell
User
User
Posts: 35
Joined: Sat Jun 19, 2010 1:41 pm

Re: WebGadget analog?

Post 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, ".")
User avatar
TomS
Enthusiast
Enthusiast
Posts: 342
Joined: Sun Mar 18, 2007 2:26 pm
Location: Munich, Germany

Re: WebGadget analog?

Post 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.
VeryVeryWell
User
User
Posts: 35
Joined: Sat Jun 19, 2010 1:41 pm

Re: WebGadget analog?

Post by VeryVeryWell »

Thanks! It is work :)
User avatar
ultralazor
Enthusiast
Enthusiast
Posts: 186
Joined: Sun Jun 27, 2010 9:00 am

Re: WebGadget analog?

Post by ultralazor »

so many ideas so little time..
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Re: WebGadget analog?

Post 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).
ARGENTINA WORLD CHAMPION
Post Reply