Search found 10 matches

by Ronald
Fri Oct 13, 2006 6:31 am
Forum: ActiveX
Topic: Windows Vista compatibility
Replies: 5
Views: 9004

Hi there,

What's the current status?
Is Vista fully supported now?
Also for 64-bit systems ?
by Ronald
Tue Jun 20, 2006 6:23 am
Forum: ActiveX
Topic: First-chance exceptions (screensaver)
Replies: 1
Views: 4129

First-chance exceptions (screensaver)

Hello, When my application is running (MFC dlg-based), and the screensaver is actived (during period of inactivity), the output debug window displays following messages: Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003). First-chance exception at 0x7c81eb33 in myApp.exe:...
by Ronald
Tue Jun 13, 2006 12:48 pm
Forum: ActiveX
Topic: polar bar (variation)
Replies: 1
Views: 3985

polar bar (variation)

Hello, I need to draw 3D bars on a circle surface (perpendicular), with every bar having a different height and/or color. I was playing with the polar bar series, but this doesn't help me much. I could add a new series for each bar, but I need to draw 10.000 or more bars, so I don't think this is a ...
by Ronald
Thu Jun 08, 2006 11:16 am
Forum: ActiveX
Topic: OpenGL editor
Replies: 1
Views: 4310

OpenGL editor

Hello,

is it correct that not all properties can be changed programmatically?
For example,
how can I change the 'visible' option for 'Light0', 'Light1',...

thx
by Ronald
Mon Oct 17, 2005 11:47 am
Forum: ActiveX
Topic: Access Violation (mouse over graph)
Replies: 5
Views: 8036

Thank you for sending the file.
I can confirm that the problem is solved with this file.

grtz,
Ronald
by Ronald
Wed Oct 12, 2005 11:22 am
Forum: ActiveX
Topic: Access Violation (mouse over graph)
Replies: 5
Views: 8036

Sorry for the late reply,

The TeeChartDefines.h is included in my project.

Code: Select all

...
m_Chart.AddSeries(14); 
...
This makes no difference.

I'll try to post an example project later this evening, I can't post it here @ work due to firewall restrictions.
by Ronald
Tue Oct 11, 2005 9:09 am
Forum: ActiveX
Topic: Access Violation (mouse over graph)
Replies: 5
Views: 8036

Access Violation (mouse over graph)

Hello, Strange thing, I get an access violation error when I move my mouse cursor over the graph. I created a new application (MFC dlg-based) in VS.NET 2003, and added the following function (which is called in the OnInitDialog() ): void CTestTeeChartDlg::InitGraph(void) { m_Chart.ClearChart(); m_Ch...
by Ronald
Fri Sep 02, 2005 1:58 pm
Forum: ActiveX
Topic: Tower 3D Series and coloring
Replies: 1
Views: 4068

Tower 3D Series and coloring

Hello,

Using Tower 3D series, you can specify start-end range colors, palette styles, but in all cases the towers have a solid color.

Is it possible to draw each tower with a gradient color (depending on the Y-values) ?

thx
by Ronald
Mon Dec 20, 2004 11:34 am
Forum: ActiveX
Topic: don't allow negative zooming/scrolling
Replies: 1
Views: 4095

don't allow negative zooming/scrolling

I have a standard Bar Series chart.
Is it possible to disable negative zooming/scrolling ?
by Ronald
Wed Oct 20, 2004 12:10 pm
Forum: ActiveX
Topic: Export graphs to image
Replies: 1
Views: 4206

Export graphs to image

Hello,

Is it possible to save two or more graphs to one image file ?