Hi there,
What's the current status?
Is Vista fully supported now?
Also for 64-bit systems ?
Search found 10 matches
- Fri Oct 13, 2006 6:31 am
- Forum: ActiveX
- Topic: Windows Vista compatibility
- Replies: 5
- Views: 10071
- Tue Jun 20, 2006 6:23 am
- Forum: ActiveX
- Topic: First-chance exceptions (screensaver)
- Replies: 1
- Views: 4479
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:...
- Tue Jun 13, 2006 12:48 pm
- Forum: ActiveX
- Topic: polar bar (variation)
- Replies: 1
- Views: 4347
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 ...
- Thu Jun 08, 2006 11:16 am
- Forum: ActiveX
- Topic: OpenGL editor
- Replies: 1
- Views: 4647
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
is it correct that not all properties can be changed programmatically?
For example,
how can I change the 'visible' option for 'Light0', 'Light1',...
thx
- Mon Oct 17, 2005 11:47 am
- Forum: ActiveX
- Topic: Access Violation (mouse over graph)
- Replies: 5
- Views: 8865
- Wed Oct 12, 2005 11:22 am
- Forum: ActiveX
- Topic: Access Violation (mouse over graph)
- Replies: 5
- Views: 8865
Sorry for the late reply,
The TeeChartDefines.h is included in my project.
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.
The TeeChartDefines.h is included in my project.
Code: Select all
...
m_Chart.AddSeries(14);
...
I'll try to post an example project later this evening, I can't post it here @ work due to firewall restrictions.
- Tue Oct 11, 2005 9:09 am
- Forum: ActiveX
- Topic: Access Violation (mouse over graph)
- Replies: 5
- Views: 8865
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...
- Fri Sep 02, 2005 1:58 pm
- Forum: ActiveX
- Topic: Tower 3D Series and coloring
- Replies: 1
- Views: 4358
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
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
- Mon Dec 20, 2004 11:34 am
- Forum: ActiveX
- Topic: don't allow negative zooming/scrolling
- Replies: 1
- Views: 4468
don't allow negative zooming/scrolling
I have a standard Bar Series chart.
Is it possible to disable negative zooming/scrolling ?
Is it possible to disable negative zooming/scrolling ?
- Wed Oct 20, 2004 12:10 pm
- Forum: ActiveX
- Topic: Export graphs to image
- Replies: 1
- Views: 4602
Export graphs to image
Hello,
Is it possible to save two or more graphs to one image file ?
Is it possible to save two or more graphs to one image file ?