Page 1 of 1

DrawLineTool and handles

Posted: Fri Jul 13, 2007 9:09 am
by 10046032
Hello,

After I draw a line using the DrawLineTool the start-end point handles are drawn. Now when the user clicks outside a line I need to eliminate the handles. Is this possible?

Regards

Posted: Fri Jul 13, 2007 9:20 am
by Pep
Hi,

how about setting :

ChartTool1.SelectNewLines := false;

?

Posted: Fri Jul 13, 2007 9:32 am
by 10046032
Hello,

Thank you for your prompt reply but it does not work as I wanted, the last drawn line still remains "selected"

Regards

Posted: Tue Jul 24, 2007 10:20 am
by yeray
Hi,

It's strange because this works fine for me in a new form and adding only one Line series, one DrawLineTool and adding the code line suggested for my partner.

Could you please tell us which exactly version of TeeChart are you using and could you send us a simple example project we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Posted: Wed Jul 25, 2007 5:54 am
by 10046032
Hello,

I am using TeeChart 8.0 with Turbo Pro and I will try to create a small sample project.

Regards