Search found 66 matches
- Fri May 26, 2006 5:21 pm
- Forum: VCL
- Topic: 3D closed box, other missing planes?
- Replies: 0
- Views: 6026
3D closed box, other missing planes?
hi, i gues this is a weird quest, I just wonder if there's a way I can add all 6 faces to the chart box. For now, it only supports left, bottom, back and right, but I wish I can add top and front plane too while at normal mode or OpenGL mode. and also this might be a bug, at OpenGL mode, if you set ...
- Fri May 26, 2006 5:15 pm
- Forum: VCL
- Topic: Custom point series pointer style
- Replies: 5
- Views: 15506
- Fri May 26, 2006 3:10 pm
- Forum: VCL
- Topic: Custom point series pointer style
- Replies: 5
- Views: 15506
- Sun May 14, 2006 3:11 am
- Forum: VCL
- Topic: TeeDrawBitmapEditor doesn't work outside
- Replies: 1
- Views: 6641
- Sun May 14, 2006 3:00 am
- Forum: VCL
- Topic: TeeDrawBitmapEditor doesn't work outside
- Replies: 1
- Views: 6641
TeeDrawBitmapEditor doesn't work outside
hi, what's wrong with the following code? I try to draw the series icon on the imagelist using TeeDrawBitmapEditor, but just got a white blank rectangle. What shall I set before calling this function? Graphics::TBitmap *BImage = new Graphics::TBitmap; BImage->SetSize(16,16); Graphics::TCanvas* ACanv...
- Mon May 08, 2006 1:53 pm
- Forum: VCL
- Topic: How do I delete lines from TDrawLineTool
- Replies: 6
- Views: 14573
- Fri May 05, 2006 3:20 pm
- Forum: VCL
- Topic: How do I delete lines from TDrawLineTool
- Replies: 6
- Views: 14573
First of all, the above code probably should write like this
But anyway, I tried both, none of them works (No error either).
Code: Select all
while (DrawLineTool->Lines->Count>0) {
DrawLineTool->Lines->Delete(0);
}
- Fri May 05, 2006 1:46 pm
- Forum: VCL
- Topic: How do I delete lines from TDrawLineTool
- Replies: 6
- Views: 14573
for whatever reason, it just doesn't work.
it says Destroy is not a member of TDrawLine. HELP
Code: Select all
TDrawLine* dl=(TDrawLine*)DrawLineTool->Lines->Items[0];
dl->Destroy();
or
(*DrawLineTool->Lines)[0]->Destroy();
- Tue May 02, 2006 12:55 pm
- Forum: Wishes and ideas
- Topic: TChartShape support runtime select and draw
- Replies: 3
- Views: 14168
- Sun Apr 30, 2006 10:30 pm
- Forum: VCL
- Topic: How do I delete lines from TDrawLineTool
- Replies: 6
- Views: 14573
How do I delete lines from TDrawLineTool
hi,
searched the forum, found this http://www.teechart.net/support/viewtopic.php?t=3552 .
So very happy to try TDrawLine->Destroy(), but the error is that DrawLine doesn't have Destroy() method.
How do I delete lines then.
Fang
searched the forum, found this http://www.teechart.net/support/viewtopic.php?t=3552 .
So very happy to try TDrawLine->Destroy(), but the error is that DrawLine doesn't have Destroy() method.
How do I delete lines then.
Fang
- Sun Apr 30, 2006 8:22 pm
- Forum: Wishes and ideas
- Topic: TChartShape support runtime select and draw
- Replies: 3
- Views: 14168
TChartShape support runtime select and draw
hi,
I found TDrawLineTool very useful, so would like to have similar features for TChartShape, runtime visual creation, selection and dragging.
Thanks.
I found TDrawLineTool very useful, so would like to have similar features for TChartShape, runtime visual creation, selection and dragging.
Thanks.
- Fri Apr 28, 2006 4:40 pm
- Forum: Wishes and ideas
- Topic: website compatibility
- Replies: 1
- Views: 9625
- Fri Apr 28, 2006 4:36 pm
- Forum: Wishes and ideas
- Topic: website compatibility
- Replies: 1
- Views: 9625
website compatibility
it's minor, just ignore it if you guys don't care. The website doesn't show well in mozilla or opera browser from the very beginning. The pictures are misplaced sometime and the links on the top sometimes doesn't work. Both browsers are free, so I guess more and more people will start to use them. p...
- Fri Apr 28, 2006 4:33 pm
- Forum: VCL
- Topic: Where does SelectedSeries get updated in src?
- Replies: 5
- Views: 11310
Hi Pep, Narcís, this may sounds very obvious to you, but I just don't get the picture where this selectedseries get updated from mousedown or mouseclick event. It'll be great if you can point me where is the line which calls selectedseries in mousedown event. Ex. user click or press the mouse, which...
- Fri Apr 28, 2006 12:53 pm
- Forum: VCL
- Topic: Logrithm bug? or I am just confused
- Replies: 3
- Views: 9268