I finally found the time to write the code I described in my earlier post on this thread.
I have created a shortcut menu you can call up from within the FILLET command that will display a list of your 10 favourite radius values.
Selecting one of the values from the list will set the radius and move that value to the end of list.
You can use the NEW VALUE option at the end of the menu to add a new radius to the end of the list.
The value at the top of the list will be removed so that there are always 10 items.
In this way the most-used values should always be available and the least-used will be replaced.
The values will be displayed in an appropriate format to match your drawing unit settings.
To set it up: The first thing you need to do is initialise the radius list. It is stored in the registry and can be set by entering the following at the command prompt:
setenv pgm_fltradlist 0,1,2,3,4,5,6,7,8,9
The values can actually be any number you want but there must be 10 of them.
Next: Save your current workspace settings. (WSSAVE command - Just to be sure you won't lose any changes you've already made.)
Start the CUIIMPORT command, open the attached 'Fillet menu.cuix' file in the right hand pane of the Transfer tab and expand the Shortcut Menu section to reveal the Fillet Command Menu.
Now drag and drop the Fillet Command Menu over to the Shortcut Menu section in the left hand pane and click on OK to save the changes.
NOTE: I had to add .txt to the filename in order to attach it. You should rename it back to a .cuix file.
To use: Simply start the Fillet command from the command line, ribbon, toolbar or menu and then right click (or hold down the right hand button, depending on your settings) to bring up the shortcut menu.
One thing to be aware of is that you will need to set the radius before using the Polyline or Multiple options of the Fillet command.
You can still use the normal Radius option to set a value without it being added to the favourites list.
I hope you'll find this useful.
