|
toggle on/off welded config sane strings
on the general tab of the system options located at the very bottom you'll see
"disable additional weldment configuration description strings".
i tried recording a macro to toggle this setting on/off but it seems that no code is getting recorded. i looked in the api help, but not sure of what command to look-up.
does anyone know what i should be looking for, or has anyone created such a macro.
thanks for your help.
ben conners
lovat inc.
sw 2008 sp 4.0
' checked
swapp.setuserpreferencetoggle swdisableweldmentconfigstrings, true
' unchecked
swapp.setuserpreferencetoggle swdisableweldmentconfigstrings, false
thanks luke.
i did finally manage to find it in the api help yesterday. it took a lot of guess work and looking at other programs to determine what to try and look up in the help.
thanks again.
ben conners
quick |
|