Page 1 of 1

WebGadget very old with IE 4.0 ActiveX

Posted: Fri Jul 04, 2014 11:18 pm
by nicolaus
Hi PB Team,

The IE 4.0 ActiveX is very old and actual new websites are not working any more right in the WebGadget.
So is there any way that you can update this ActiveX Object to a newver version ( in my Windows 8.1 is actual IE 11 installed so maybe there is also a new version of the ActiveX Object)

Hoipe you can fix this asap because until a update is there, the webgadget is not fully useable.

Thanks,
Nico

Re: WebGadget very old with IE 4.0 ActiveX

Posted: Sat Jul 05, 2014 12:08 am
by IdeasVacuum
.... No FireFox/Chrome either. Perhaps WebKit could be used, since it already is for Linux and OSX?
I think the most desirable is Chrome, it is way faster than IE (and faster than FireFox, even though FF is built on Chrome).

Re: WebGadget very old with IE 4.0 ActiveX

Posted: Sat Jul 05, 2014 3:05 am
by rsts

Re: WebGadget very old with IE 4.0 ActiveX

Posted: Wed Jul 09, 2014 9:00 am
by nicolaus
First thx for the link.
This is nice but the point that the WebGadget is out of time is still there!

To work with DOM and the WebGadget is crasy and a lot of stuff dosen't work with the old WebGadget.
So i think the WebGadget must be fully redesigned by the PB team.

Hope this is, in time of Internet, HTML5 etc., more importend for the next PB update.
Until this, the WebGadget is only very limited usable.

That is my point of view :D

Re: WebGadget very old with IE 4.0 ActiveX

Posted: Wed Jul 09, 2014 7:10 pm
by freak
Your IE is probably running in compatibility mode which makes it act like an older IE version. We don't use a particular IE version. Whatever is installed on the system is used.

Re: WebGadget very old with IE 4.0 ActiveX

Posted: Thu Jul 24, 2014 10:09 pm
by Poshu
IdeasVacuum wrote:even though FF is built on Chrome
Nope. Nope nope nope. NOOOOOOPE

A Firefox Lover.

Re: WebGadget very old with IE 4.0 ActiveX

Posted: Fri Sep 12, 2014 11:41 pm
by reddon
I've been looking on different threads (incl. the given http://www.purebasic.fr/english/viewtop ... _Emulation) in this forum with great posts about how to use the latest IE version. Best post was to change the registry key. But I've found a better way. Just insert following in the <head></head> section:

Code: Select all

<meta http-equiv='X-UA-Compatible' content='IE=edge' />
Edge means it should use the latest IE version. Search for possible values in Google.

Test if it works by:

Code: Select all

SetGadgetItemText(#WebGadget, #PB_Web_HtmlCode, "<meta http-equiv='X-UA-Compatible' content='IE=edge' /><canvas>If this shows on the webgagdet, then this trick does not work</canvas>")
Only tested on Windows 8.1 PB version 5.30 x86