Error message accessing to the forum through a IE explorer embedded in another program

Avatar
  • updated
  • Fixed
We have this error message accesing to the forum through our program, this is happening to all users of OfiPro. We would like to know if there is a possible solution to the issue.

Thanks for taking a look on it!

Avatar
Sergey Stukov co-founder

Try temporarily delete twitter module here


http://comunidad.ofipro.es/settings/customize/

And then check for error.
It's appears on twitter side.
Avatar
Juan de Oliveira
Quote from Sergey Stukov

Try temporarily delete twitter module here


http://comunidad.ofipro.es/settings/customize/

And then check for error.
It's appears on twitter side.
Now it doesn't give the error. But we cannot see the topics, even if we select the different tabs or if we do a search.

Avatar
Sergey Stukov co-founder
Quote from Juan de Oliveira
Now it doesn't give the error. But we cannot see the topics, even if we select the different tabs or if we do a search.

Ok we understand now, you need disable compatible mode in embedded internet explorer component. Ask your developer about it or provide us more detail which development environment used for your ERP
Avatar
Juan de Oliveira
Quote from Sergey Stukov
Ok we understand now, you need disable compatible mode in embedded internet explorer component. Ask your developer about it or provide us more detail which development environment used for your ERP

They develope with Delphi XE, using component TWebBrowse. The solutions founded in internet modifying Windows registry are not working, http://stackoverflow.com/questions/3821648/twebbrowser-and-ie-version

Avatar
Sergey Stukov co-founder
Quote from Juan de Oliveira

They develope with Delphi XE, using component TWebBrowse. The solutions founded in internet modifying Windows registry are not working, http://stackoverflow.com/questions/3821648/twebbrowser-and-ie-version

We added to page headers


<meta http-equiv="X-UA-Compatible" content="IE=8" /> 

http://stackoverflow.com/questions/3554314/msies-webbrowser-control-hosted-in-winforms-app-runs-in-compatibility-mode

Try maybe this helps.
Avatar
Juan de Oliveira
Quote from Sergey Stukov

We added to page headers


<meta http-equiv="X-UA-Compatible" content="IE=8" /> 

http://stackoverflow.com/questions/3554314/msies-webbrowser-control-hosted-in-winforms-app-runs-in-compatibility-mode

Try maybe this helps.
Now works fine!

Very nice job :)
Avatar
Sergey Stukov co-founder
  • Answer
  • Fixed
Avatar
Juan de Oliveira
Quote from Juan de Oliveira
Now works fine!

Very nice job :)
Oopss! When we turn on again the twitter module the js error appears again

Avatar
Sergey Stukov co-founder
Quote from Juan de Oliveira
Oopss! When we turn on again the twitter module the js error appears again

Yes we know it's another js error which happens on twitter.com side :)
Look at url widgets.twimg.com

Where we can ask twitter team to add support for embedded WebBrowser component?