to easily change the board current units.
or (far better) to include these unit change buttons in dialog boxes for the user to switch easily between imperial and metric system.
to easily change the board current units.
or (far better) to include these unit change buttons in dialog boxes for the user to switch easily between imperial and metric system.
On 11/05/2012 04:17 AM, Vassilis Papanikolaou wrote:
to easily change the board current units.
or (far better) to include these unit change buttons in dialog boxes for the user to switch easily between imperial and metric system.
This can be accomplished by adding your own user menu in your SCR
directory. Make sure that Command Texts is turned on in the User
Interface options and then run the menu SCR you just added.
MENU
'MM : Grid mm;'\
'INCH : Grid in;'\
'MIL : Grid mil;'\
;