Dec 16, 2005 #1 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.
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.
Dec 19, 2005 #2 Exxit Computer Joined Aug 18, 2003 Messages 804 Location DE 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 Upvote 0 Downvote
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