Search found 10 matches
- Tue Jan 17, 2006 6:46 pm
- Forum: Wishes and ideas
- Topic: Features Demo
- Replies: 1
- Views: 8210
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...
- Sun Dec 25, 2005 7:13 pm
- Forum: VCL
- Topic: SelectChart
- Replies: 3
- Views: 6421
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...
- Thu Dec 22, 2005 2:24 am
- Forum: VCL
- Topic: SelectChart
- Replies: 3
- Views: 6421
- Tue Dec 20, 2005 9:12 pm
- Forum: VCL
- Topic: SelectChart
- Replies: 3
- Views: 6421
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...
- Mon Dec 12, 2005 4:56 pm
- Forum: VCL
- Topic: Themes CBuilder again
- Replies: 4
- Views: 7709
oops
That's right, one has to pay to communicate directly...
- Mon Dec 12, 2005 4:52 pm
- Forum: VCL
- Topic: Themes CBuilder again
- Replies: 4
- Views: 7709
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...
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...
- Thu Dec 08, 2005 5:05 am
- Forum: VCL
- Topic: Themes CBuilder again
- Replies: 4
- Views: 7709
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...
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...