Page 1 of 1

TeeChart Pro V8 Activex not working in FireFox

Posted: Sun Jan 30, 2011 2:57 pm
by 15049124
Hi! I'm starting a project using php and teechart pro v8 activex and it's not working.
if I use IExplorer it works fine but if I use FireFox as webBrowser the graph is not displayed.

At this moment I'm at the very begining of the project, doing some tests. I took the script
in the example basic.html and converted to php scritp. As mentioned earlier, it works
fine under IE but got nothing in FireFox.

Can some one help Me?

An additional question: I've noticed in your site that there is some free code or php projects.
Is it necessary or it is convenient ?

ThankYou
QuijoteMx

Re: TeeChart Pro V8 Activex not working in FireFox

Posted: Mon Jan 31, 2011 8:12 am
by narcis
Hi QuijoteMx,
QuijoteMX wrote:I'm starting a project using php and teechart pro v8 activex and it's not working.
if I use IExplorer it works fine but if I use FireFox as webBrowser the graph is not displayed.
That's because Firefox doesn't support ActiveX controls as explained in Mozilla support pages. A plug-in for hosting ActiveX controls in Firefox was created but it was dropped with support for Firefox 1.5.
QuijoteMX wrote:An additional question: I've noticed in your site that there is some free code or php projects.
Is it necessary or it is convenient ?
I'm not sure about what do you mean here. Yes, there's an open-source TeeChart for PHP version for non-commercial use. You can see further information in the TeeChart for PHP licensing page. It's neither necessary nor an inconvenient. Do you have any specific problem with it?

Re: TeeChart Pro V8 Activex not working in FireFox

Posted: Tue Feb 01, 2011 6:14 am
by 15049124
thank you for your response.

The project I'm developing now is conversion to web plattform
of a system that has some graphics. The first version was developed in
vb6 with teeChart Pro V8 Activex.

The new version now is written in php and I've done some trials
trying to graph on web environment.

I'm using the internet examples that came with the distribution
of the teeChart V8 and having no problems if they are
browsed in IE. I've tried FireFox and got no graph; that's my first
question.

I've noticed that graph directives in the Internet Examples are written in vbscript; I think
I can deal with it but I'm wonder about the PHP open source routines for teeChart. Are they
for the same intention that the vbscripts?

I hope this clarify my questions

Thanks for your patience ...

QuijoteMx

Re: TeeChart Pro V8 Activex not working in FireFox

Posted: Thu Feb 03, 2011 1:31 pm
by yeray
Hi QuijoteMx,
QuijoteMX wrote:I'm using the internet examples that came with the distribution of the teeChart V8 and having no problems if they arebrowsed in IE. I've tried FireFox and got no graph; that's my firstquestion.
TeeChart for ActiveX doesn't work on Firefox if you don't use an IE plug-in as Narcis explained above.
QuijoteMX wrote:I've noticed that graph directives in the Internet Examples are written in vbscript; I thinkI can deal with it but I'm wonder about the PHP open source routines for teeChart. Are theyfor the same intention that the vbscripts?
I'm not sure if you mean that you are trying to do the same as discussed here.
If that's not what you are trying to do, could you please try to explain again what you are exactly trying to do?