Page 1 of 1

TeeCommander add button

Posted: Wed Oct 21, 2009 9:17 am
by 10050873
Hello,

Is it possible on a TeeCommander Bar to add our own button?

Thanks for help

Regards

Re: TeeCommander add button

Posted: Wed Oct 21, 2009 9:37 am
by yeray
Hi Calou,

Have you seen the demos under All Features\Welcome !\Components\Toolbar?

Re: TeeCommander add button

Posted: Wed Oct 21, 2009 9:40 am
by 10050873
Many thanks

Re: TeeCommander add button

Posted: Mon Nov 02, 2009 9:23 am
by 10050873
Hello,

How could i do to find the position of the last button on the teecommander in order to place my button?

Thanks for help

Regards

Re: TeeCommander add button

Posted: Mon Nov 02, 2009 12:56 pm
by yeray
Hi

You can do as follows:

Code: Select all

TeeCommander1.Controls[TeeCommander1.ControlCount-1].BoundsRect

Re: TeeCommander add button

Posted: Thu Nov 05, 2009 1:07 pm
by 10050873
Many thanks