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
TeeChart Pro V8 Activex not working in FireFox
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart Pro V8 Activex not working in FireFox
Hi QuijoteMx,
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: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.
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?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 ?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: TeeChart Pro V8 Activex not working in FireFox
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
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
Hi QuijoteMx,
If that's not what you are trying to do, could you please try to explain again what you are exactly trying to do?
TeeChart for ActiveX doesn't work on Firefox if you don't use an IE plug-in as Narcis explained above.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.
I'm not sure if you mean that you are trying to do the same as discussed here.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?
If that's not what you are trying to do, could you please try to explain again what you are exactly trying to do?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |