Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Button

Status
Not open for further replies.

jcramos

Computer
Joined
Dec 16, 2005
Messages
1
Location
US
OK, this is what I want to do if possible

I want to create a custom button that toggles Freeze/Unfreeze a single Layer called "HEIGHT" that I want to freeze and unfreeze with a click of a button. Is this even possible.

I know how to make a button.
 
Hi,

I don't know how to toggle with one button-macro. Would be two buttons ok, too?
If yes:
Freeze:
Code:
^C^C_-layer;_set;0;_freeze;height;;
layer "0" is current now...

Thaw: Change "_freeze"...


Lothar

ADT 2004
ACAD 2002
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top