Search found 11 matches

by janjons
Tue Sep 27, 2005 10:55 am
Forum: ActiveX
Topic: Tooltip
Replies: 10
Views: 14951

Hi,

Yes, we have this error in many different mashines, of different type, models and graphics.
We can't find any computer that we have,that doesn't get this error.
I upploded a sample program, did you get it?

And Yes, please give me anything I can test.

/ Jan
by janjons
Mon Sep 26, 2005 8:12 am
Forum: ActiveX
Topic: Tooltip
Replies: 10
Views: 14951

Update

I downloaded latest version of the version 6, and error is still the same. It is only PIE grafs that casues this error, If I change to a BAR then it works fine. I can email pictures of output if this helps. Bars has a more clear defined area for each of the bars, and tooltip dissapears as soone as y...
by janjons
Mon Sep 26, 2005 7:07 am
Forum: ActiveX
Topic: Tooltip
Replies: 10
Views: 14951

Toolti

I am using version 6.
by janjons
Fri Sep 23, 2005 12:26 pm
Forum: ActiveX
Topic: Tooltip
Replies: 10
Views: 14951

Tooltip

Hi, I did add tooltips to my serie with this command: m_Chart1.GetTools().Add(8); // tooltip Problem: If a tooltip is displayed, and user move mouse out of tchart component, befor the tooltip time expires and the tooltip dissapears, then tchart will leave the shadow after the tooltip on the chart fo...
by janjons
Wed Jul 28, 2004 4:39 am
Forum: ActiveX
Topic: Tooltip
Replies: 8
Views: 13436

Works 100%

Hi,
Sorry, it works 100%. you just have to return different text, else it does not continue show the tooltip.
/ Jan
by janjons
Wed Jul 28, 2004 4:03 am
Forum: ActiveX
Topic: Tooltip
Replies: 8
Views: 13436

tcMarksTip = 8

Hi, Found the constant in manual. Not existing in headerfiles! So now my tooltip is working. BUT! Major problem, it is one tooltip for hole Pie. I whant to display different tooltip for each item in a serie. How can I do that? / Jan From help: Not all development environments support the direct call...
by janjons
Wed Jul 28, 2004 3:33 am
Forum: ActiveX
Topic: Tooltip
Replies: 8
Views: 13436

tcMarksTip

I can't find the definition for tcMarksTip. However it is listed in the manual. TeeChartDefines.h // EToolClass const unsigned long tcCursor = 0; const unsigned long tcDragMarks = 1; const unsigned long tcAxisArrow = 2; const unsigned long tcDraw = 3; const unsigned long tcHints = 4; const unsigned ...
by janjons
Tue Jul 27, 2004 5:35 am
Forum: ActiveX
Topic: Tooltip
Replies: 8
Views: 13436

OnOnMarkTipToolGetTextTchart

I tried to oerwrite "OnOnMarkTipToolGetTextTchart"
without any result.
Id did not display any tooltip at all. Is it need to turn on tooltip somewhere?
by janjons
Tue Jul 27, 2004 5:28 am
Forum: ActiveX
Topic: Tooltip
Replies: 8
Views: 13436

Hi, I tried this. It just changes the label of the pie slices. I whant to have a yellow tooltip that is displayed if uses puts mouse over the pie slies. Pies are somettimes small, and the short text can be hard to understand. So I would like to display a longer description if user put mouse over wha...
by janjons
Wed Jul 21, 2004 5:25 am
Forum: ActiveX
Topic: Tooltip
Replies: 8
Views: 13436

Tooltip

Hi,
Is there an example how to set tooltip text in a pie, from MFC?
I read something about OnGetText event and GetMark but I can't really understand how.
I am using TChartProAtvicex control v6.
/ Jan
by janjons
Thu Dec 11, 2003 7:54 am
Forum: ActiveX
Topic: Converting from v4 to v6, MS C++, font error
Replies: 1
Views: 7987

Converting from v4 to v6, MS C++, font error

Hi, I just upgrade from version 4 to 6. Using C++ Only one problem so fare, changeing fonts. This example: m_Chart1.Series(0).GetMarks().GetFont().SetName(pc8_faze_name); m_Chart1.Series(0).GetMarks().GetFont().SetSize(u32_size); :?: Gets this error: fxpie.obj : error LNK2001: unresolved external sy...