Search found 7 matches
- Tue Jan 04, 2011 2:58 pm
- Forum: ActiveX
- Topic: Circular Gauge Label Problem
- Replies: 11
- Views: 16215
Re: Circular Gauge Label Problem
Sandra, The reason I changed that is because the CCircularGauge does not have the GetXCenter, GetXRadius, GetYCenter, and GetYRadius methods. Were these methods added in a later version? I have v8.0.0.7.x Below are the public methods of CCircularGauge. Thanks. Heath --- CTeeShape GetFace(); CFramedB...
- Mon Jan 03, 2011 8:34 pm
- Forum: ActiveX
- Topic: Circular Gauge Label Problem
- Replies: 11
- Views: 16215
Re: Circular Gauge Label Problem
Sandra, I finally tried to implement your patch. I am guessing that what you posted was for C++ .Net? I am using VC 6.0 and MFC. Here is what I attempted to translate to regular C++: This resulted in an exception being thrown at the bold line Please advise. --- void CCircularGaugeTestDlg::OnOnAfterD...
- Tue Dec 14, 2010 6:00 pm
- Forum: ActiveX
- Topic: Circular Gauge Label Problem
- Replies: 11
- Views: 16215
Re: Circular Gauge Label Problem
Thank you for the information.
I will attempt to translate from VB to C++.
If you happen to have the fix in C++ that would be great.
I will attempt to translate from VB to C++.
If you happen to have the fix in C++ that would be great.
- Mon Dec 13, 2010 12:37 pm
- Forum: ActiveX
- Topic: Circular Gauge Label Problem
- Replies: 11
- Views: 16215
Re: Circular Gauge Label Problem
That is disappointing since this is a critical feature for me. The decision to buy Teechart over the competition was the support for circular gauges.
So I would be required to upgrade from v8, about $200-$300 to get a fix for this?
So I would be required to upgrade from v8, about $200-$300 to get a fix for this?
- Sat Dec 11, 2010 11:35 pm
- Forum: ActiveX
- Topic: Circular Gauge Label Problem
- Replies: 11
- Views: 16215
Re: Circular Gauge Label Problem
I was looking to see if this issue had been addressed in v8 of the ActiveX controls but I do not see an update to v8 since 3-2010.
Have updates to v8 ceased since the release of 2010?
If not, is there a release schedule listed somewhere?
Thank you.
Have updates to v8 ceased since the release of 2010?
If not, is there a release schedule listed somewhere?
Thank you.
- Sat Oct 09, 2010 10:12 pm
- Forum: ActiveX
- Topic: Circular Gauge Label Problem
- Replies: 11
- Views: 16215
Circular Gauge Label Problem
I am trying to create a circular gauge that has an origin of 0 at the top of the gauge and has 360 degrees. I am trying to simulate compass dial with 0 at the top in the North position. Under the series Format/Options, if I set the Rotation value to 0, and the Total Angle to 360, I have something cl...
- Thu Dec 24, 2009 4:35 pm
- Forum: ActiveX
- Topic: WindRose SetMirrorAngles() member not found
- Replies: 1
- Views: 3327
WindRose SetMirrorAngles() member not found
The code compiles fine, but when I run my program, I receive a dialog saying "member not found".
If I remove the line of code, there is no problem.
Example (C++ 6.0):
m_WindRose.Series(0).GetAsWindRose().SetMirrorAngles(TRUE);
Thank you in advance.
If I remove the line of code, there is no problem.
Example (C++ 6.0):
m_WindRose.Series(0).GetAsWindRose().SetMirrorAngles(TRUE);
Thank you in advance.