Page 1 of 1

Creating A Space or Seperator in Dropdown TB

PostPosted: Fri Aug 26, 2005 5:23 pm
by Sinha
Thought you guys might be interested to know that, When making a custom drop down tool bar normally starts with A00, A01, A02 etc. In the midst just, miss one number that is:

A00=
A01=
A02=
A04=
A05=

See I missed a number (A03)....this will infact create a seperator line in the TB

Good luck!!

PostPosted: Sat Aug 27, 2005 9:01 am
by Miguel Palaoro
Good approach Sinha,

The problem I got here is that it prevents the show of the following icon/command in the order that was typed.
In your example it would replace the #A04 with the separetor line and show the #A05.

I'll need to test some more to get it working fine.

Thanks,
Miguel

Hi Miguel

PostPosted: Mon Aug 29, 2005 10:19 am
by Sinha
This code is in my tool bar, You may copy it into your D11 Draw.dtb. Notice that I have totally missed out A02 and A07

[DIMENSIONS]
DropDownCount=8
Hint=Dimension Toggle
Icon=OFF_Dimen1

Hint00=Horizontal Dimensions
Icon00=OFF_HDimen
A00=^:^F3^F7^F8^D^F1^F1^S2^F1^Standard$^S0^

Hint01=Vertical Dimensions
Icon01=OFF_VDimen
A01=^:^F3^F7^F8^D^F1^F2^S2^F1^Standard$^S0^

Hint03=Extend Both
Icon03=OFF_Dimen1
A03=^D^F1^S8^F9^F2^F5^S0^

Hint04=Extend Line1
Icon04=OFF_Dimen2
A04=^D^F1^S8^F9^F1^F5^S0^

Hint05=Extend Line2
Icon05=OFF_Dimen3
A05=^D^F1^S8^F9^F2^F4^S0^

Hint06=Remove Both
Icon06=OFF_Dimen4
A06=^;^D^F1^S8^F9^F1^F4^S0^

Hint08=Xplode
Icon08=OFF_DimenX
A08=^;^D^F1^S7^

Creating a Space or Separator in Dropdown TB

PostPosted: Mon Aug 29, 2005 10:45 am
by Steve Baldwin
COOL!

Something that I missed at first... Be sure to increase the "DropDownCount=X" number, to allow for the separator.

Re: Creating a Space or Separator in Dropdown TB

PostPosted: Mon Aug 29, 2005 12:26 pm
by Miguel Palaoro
Steve Baldwin wrote:...Something that I missed at first... Be sure to increase the "DropDownCount=X" number, to allow for the separator.

Great,

This was the missing tip. Thank you Steve. Great job Sinha.

Miguel