Search found 10 matches

by ttripp
Tue Jan 17, 2006 6:46 pm
Forum: Wishes and ideas
Topic: Features Demo
Replies: 1
Views: 7260

Features Demo

I like the features demo and the tab to see the underlying code. However, much of it only shows how to accomplish given tasks at design time, and ony a small portion, of what I've seen, actually shows how to manipulate charts prorammatically at run time. Using cbuilder, so maybe it's different in th...
by ttripp
Sun Dec 25, 2005 7:13 pm
Forum: VCL
Topic: SelectChart
Replies: 3
Views: 5920

Actually the brief example in the demo only opened up other cans of worms. The correct answer--design time and for future reference--is: TChartSeriesClass list[5] = {__classid(TFastLineSeries), __classid(TLineSeries), __classid(THorizLineSeries), __classid(TBarSeries), __classid(THorizBarSeries)}; C...
by ttripp
Thu Dec 22, 2005 2:24 am
Forum: VCL
Topic: SelectChart
Replies: 3
Views: 5920

Thanks,

I created the gallery at design time and guess I thought this example did the same thing.
by ttripp
Tue Dec 20, 2005 9:12 pm
Forum: VCL
Topic: SelectChart
Replies: 3
Views: 5920

SelectChart

I have the following code: TChartSeriesClass list[5] = {__classid(TFastLineSeries), __classid(TLineSeries), __classid(THorizLineSeries), __classid(TBarSeries), __classid(THorizBarSeries)}; ChartGalleryPanel1->CreateChartList(EXISTINGARRAY(list)); ChartGalleryPanel1->SelectChart(ChartGalleryPanel1->C...
by ttripp
Mon Dec 12, 2005 4:56 pm
Forum: VCL
Topic: Themes CBuilder again
Replies: 4
Views: 7243

oops

That's right, one has to pay to communicate directly...
by ttripp
Mon Dec 12, 2005 4:52 pm
Forum: VCL
Topic: Themes CBuilder again
Replies: 4
Views: 7243

Ouch

Interesting. I would have expected a response. I'll send an email directly to Steema support and let everyone know what happens:) I suspect they are pleading the 5th...
by ttripp
Thu Dec 08, 2005 5:21 am
Forum: VCL
Topic: Install
Replies: 2
Views: 8858

Install

I noticed, in skimming through this forum, that Steema was aware that TeeTree was not compatable with Builder as early as Aug 31, 2004. I repurchased TeeChart earlier this year (2005) and received TeeTree with it. It wasn't mentioned anywhere that it did not work with Builder--I see it's still not m...
by ttripp
Thu Dec 08, 2005 5:05 am
Forum: VCL
Topic: Themes CBuilder again
Replies: 4
Views: 7243

Themes CBuilder again

Hi Narcis, Thanks for the examples you sent. I sent you an email back, but did not get a response. The example you sent is posted below. Interestingly, the ones you commented out did not work (even after I uncommented them:)) and the ones that were not commented did work. Does this mean that they sh...
by ttripp
Tue Nov 29, 2005 2:29 pm
Forum: VCL
Topic: Themes
Replies: 3
Views: 6005

OK, I have Builder5, Chart_Themes.cpp example does not exist in this version. Would it be possible to copy/paste source for me?
by ttripp
Sun Nov 27, 2005 6:29 am
Forum: VCL
Topic: Themes
Replies: 3
Views: 6005

Themes

I left a message in the NGs while the forum was down about examples on how to use themes in cbuilder and got a response from the support staff to look at the example that cam on the New Features Demo. Themes examples may be in the Delphi demo, but I'm not seeing it in the builder version. I simply w...