-
I have been annoyed by the
scrollbar's misbehaviour. I thought that I should write a macro to toggle the
scrollbar. This refreshes its state and all is well until it is bad again
Saved as scrollbartoggle.d3m.
Open the Options/Keyboard dialog. Scroll the Catagories: field to
the bottom, select Macro, click Directory..., navagate the wierd
file panel to find the location in which you saved scrollbartoggle.d3m. Select
scrollbartoggle.d3m with
a mouse click, click in the New Key field, from the pulldown select S,
check the Alt box, click Assign.
Now when your scrollbar gives you grief, a simple Alt+s will toggle it on
and off.
--Ed
DeignCAD 3D MAX 15.3
Windows XP Pro all SP's
Dual P-III 600e
 |
Here is the macro:
' This macro toggles the Scrollbar on or off
>Scrollbar
{
} |
 |
|