Search found 17 matches

by QuijoteMX
Tue Apr 06, 2021 8:37 pm
Forum: ActiveX
Topic: Editing graphs in VBA Excel at design time
Replies: 4
Views: 23499

Re: Editing graphs in VBA Excel at design time

Thank you Yeray ...
by QuijoteMX
Fri Apr 02, 2021 3:57 pm
Forum: ActiveX
Topic: Editing graphs in VBA Excel at design time
Replies: 4
Views: 23499

Re: Editing graphs in VBA Excel at design time

Hi! Thank you Yeray. I followed your hint and works perfectly for embedded graphs on Excel sheets. Sorry, but what I was trying to do is editing graphs on user forms in vba. I turned on the developers mode prior to trying to edit graphs in user forms without success. This functionality is what I'm l...
by QuijoteMX
Tue Feb 01, 2011 6:14 am
Forum: ActiveX
Topic: TeeChart Pro V8 Activex not working in FireFox
Replies: 3
Views: 7659

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 ...
by QuijoteMX
Sun Jan 30, 2011 2:57 pm
Forum: ActiveX
Topic: TeeChart Pro V8 Activex not working in FireFox
Replies: 3
Views: 7659

TeeChart Pro V8 Activex not working in FireFox

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...
by QuijoteMX
Thu Jul 16, 2009 12:39 pm
Forum: ActiveX
Topic: Zooming problem with multiple Y axis
Replies: 13
Views: 20761

Re: Zooming problem with multiple Y axis

Thanks Yeray!

It's exactly the functionality I'm looking for.

Saludos desde MEXICO
by QuijoteMX
Thu Jul 16, 2009 4:55 am
Forum: ActiveX
Topic: Zooming problem with multiple Y axis
Replies: 13
Views: 20761

Re: Zooming problem with multiple Y axis

Hi! It's me again. I've done a lot of progress since I moved my application to v8. Now I'm facing another problem. By now it is solved but the solution I've found implies some extra clicks by the user and makes the application a little bit confusing. I'm doing fine with custom axis, but zooming it's...
by QuijoteMX
Mon Jul 13, 2009 3:20 pm
Forum: ActiveX
Topic: Zooming problem with multiple Y axis
Replies: 13
Views: 20761

Re: Zooming problem with multiple Y axis

Thanks Yeray !

I´ll move to version 8. Mean while I'll unattach the chart to teecommander.
by QuijoteMX
Mon Jul 13, 2009 2:00 pm
Forum: ActiveX
Topic: Zooming problem with multiple Y axis
Replies: 13
Views: 20761

Re: Zooming problem with multiple Y axis

Hi Yeray! I looked the delphi sample, the few things I understood (I'm not good on delphi) is that I should need to set the minimum and maximum properties of each custom axis manually. I knew that and tried to do in my testcode. The problem is that I can't find y's properties for the zoomed area to ...
by QuijoteMX
Sun Jul 12, 2009 4:59 pm
Forum: ActiveX
Topic: Zooming problem with multiple Y axis
Replies: 13
Views: 20761

Zooming problem with multiple Y axis

Hi! I'm developing an application using your example of multiple axis as model. I was doing so fine up to now. The graphs should look like the one in the attachment. The problem with zooming is as follows: If you zoom any section in the graph, x axis is zoomed but y axis do not respond to zoom. I th...
by QuijoteMX
Tue Jul 15, 2008 4:22 am
Forum: ActiveX
Topic: Making Isometric 3d grapsh
Replies: 14
Views: 25633

I'm stuck

Hi Narcis! I made a first down, but I'm still in yard number 20. The code I've added implements your recommendations. But I'm far away of the functionality I'm looking for. I've drawn all the surfaces of the box using 3dpoint series and looks fine but I don't get the oblique planes to look opaque. c...
by QuijoteMX
Fri Jun 20, 2008 12:40 pm
Forum: ActiveX
Topic: Making Isometric 3d grapsh
Replies: 14
Views: 25633

3D ISOMETRIC AXIS

Thank you!. I didn't want to be rude. I apologize if I look alike.

QuijoteMX
by QuijoteMX
Thu Jun 19, 2008 12:29 pm
Forum: ActiveX
Topic: Making Isometric 3d grapsh
Replies: 14
Views: 25633

Any hint?

i'm really :(
by QuijoteMX
Fri Jun 13, 2008 3:02 am
Forum: ActiveX
Topic: Making Isometric 3d grapsh
Replies: 14
Views: 25633

3D ISOMETRIC AXIS

I implemented the code in my application and boosted it. The code below is the core of the functionality I'm looking for. It works fairy well but really not as intended. For example: 1. MakingIsoAxis don't produce any effect if it is invoked in the same procedure where the graphic is done. If you co...
by QuijoteMX
Wed Jun 11, 2008 1:37 am
Forum: ActiveX
Topic: Making Isometric 3d grapsh
Replies: 14
Views: 25633

Isometric axis 3D

Hi Narcis!

I'm having problems port the code to vb6. What´s the function getDeviceCaps?

The concept is clear making Left (y's) and bottom (x's) axis isometric. But what screen.dimension would apply for the depth(z's) axis.

Have you done something alike before? (3D isometric axis)
by QuijoteMX
Tue Jun 10, 2008 12:26 pm
Forum: ActiveX
Topic: Making Isometric 3d grapsh
Replies: 14
Views: 25633

3D ISOMETRIC AXIS

Hi Narcis! I'm working in VB6, the code you have sent is in C isn't it? Could it be converted almost as is or there are some issues that are diferent? Besides, the setIsometric method provided by tChart works on left and bottom axes. The procedure you are referring to does the same. What about the d...