Search found 66 matches

by Fang
Fri May 26, 2006 5:21 pm
Forum: VCL
Topic: 3D closed box, other missing planes?
Replies: 0
Views: 5244

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 ...
by Fang
Fri May 26, 2006 5:15 pm
Forum: VCL
Topic: Custom point series pointer style
Replies: 5
Views: 13338

ye thanks. I'll try that.

But I also use teechart routines to draw the symbols to the dropdown checkbox, so I kinda wish you guys add a general way to expand custom symbols, ex. an array at which user can add custom symbol that can be accessed globally by teechart line series.
by Fang
Fri May 26, 2006 3:10 pm
Forum: VCL
Topic: Custom point series pointer style
Replies: 5
Views: 13338

i wish I could do that too, 'cause for now there's not many symbol pratical useful to me.
by Fang
Sun May 14, 2006 3:11 am
Forum: VCL
Topic: TeeDrawBitmapEditor doesn't work outside
Replies: 1
Views: 5648

PaintSeriesLegend works though :lol:
by Fang
Sun May 14, 2006 3:00 am
Forum: VCL
Topic: TeeDrawBitmapEditor doesn't work outside
Replies: 1
Views: 5648

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...
by Fang
Mon May 08, 2006 1:53 pm
Forum: VCL
Topic: How do I delete lines from TDrawLineTool
Replies: 6
Views: 11936

can't u guys just try using the above lines in v7.06 or .07? and just please comfirm if the solution you gave me works.

bds2006 c++ builder v7.06 (or .7)
i don't think they works in c++ builder 6 either.

:(
by Fang
Fri May 05, 2006 3:20 pm
Forum: VCL
Topic: How do I delete lines from TDrawLineTool
Replies: 6
Views: 11936

First of all, the above code probably should write like this

Code: Select all

  while (DrawLineTool->Lines->Count>0) {
	DrawLineTool->Lines->Delete(0);
  }
But anyway, I tried both, none of them works (No error either).
by Fang
Fri May 05, 2006 1:46 pm
Forum: VCL
Topic: How do I delete lines from TDrawLineTool
Replies: 6
Views: 11936

for whatever reason, it just doesn't work.

Code: Select all

  TDrawLine* dl=(TDrawLine*)DrawLineTool->Lines->Items[0];
  dl->Destroy();
  
or 

  (*DrawLineTool->Lines)[0]->Destroy();
it says Destroy is not a member of TDrawLine. HELP
by Fang
Tue May 02, 2006 12:55 pm
Forum: Wishes and ideas
Topic: TChartShape support runtime select and draw
Replies: 3
Views: 12099

i tried teetree very nice, but what I am asking is using this in TChart, is this possible? THanks.
by Fang
Sun Apr 30, 2006 10:30 pm
Forum: VCL
Topic: How do I delete lines from TDrawLineTool
Replies: 6
Views: 11936

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
by Fang
Sun Apr 30, 2006 8:22 pm
Forum: Wishes and ideas
Topic: TChartShape support runtime select and draw
Replies: 3
Views: 12099

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.
by Fang
Fri Apr 28, 2006 4:40 pm
Forum: Wishes and ideas
Topic: website compatibility
Replies: 1
Views: 8156

i double checked, it works now. Oh well. Maybe it's my browser then :shock: But I swear it wasn't working properly, well just delete this post.
by Fang
Fri Apr 28, 2006 4:36 pm
Forum: Wishes and ideas
Topic: website compatibility
Replies: 1
Views: 8156

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...
by Fang
Fri Apr 28, 2006 4:33 pm
Forum: VCL
Topic: Where does SelectedSeries get updated in src?
Replies: 5
Views: 9610

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...
by Fang
Fri Apr 28, 2006 12:53 pm
Forum: VCL
Topic: Logrithm bug? or I am just confused
Replies: 3
Views: 7981

I thought axis range can start from negtive while data is all positive. But obvious I am wrong, LOL.

Sorry about that.