Page 1 of 1

Toolbar Macro

PostPosted: Sun Aug 28, 2016 3:16 pm
by RBCA
Novice to Toolbar macros. Trying to create some macros that do multiple commands but want to start by setting a layer to active.
Started with A=^:^F3 This got me to Layer Menu.
Then A=^:^F3^F3 Datacad crashed.
Tried multiple times, checked for dcad updates.
What am I doing wrong?

Re: Toolbar Macro

PostPosted: Mon Aug 29, 2016 5:52 am
by REX PEET
If it is a Keyboard macro you want, lose the = sign
A^:f3^f1^
//layer on off

Q^:^F3^F4^
//LAYER ON ONLY

If you use F3, F3, you should get to the set active option, but I find it easier to scroll through the on layers with the TAB key.

Re: Toolbar Macro

PostPosted: Mon Aug 29, 2016 10:43 am
by joshhuggins
What you have RBCA should work. Might be some type of layer corruption in your file. Also might want to check for any orphaned temp files. With Datacad closed, delete any left over files in your Datacad\Temporary Files folder. Than test your macro in a new default file by adding about 20 layers or so. Should work there. If it still doesn't work maybe something else is not configured correctly.

Re: Toolbar Macro

PostPosted: Fri Sep 02, 2016 11:35 pm
by RBCA
Thanks for the comments. Read other threads similar. One said it may need to update dad. That worked.