01-20-2019, 10:30 PM
In floating toolbar click "More tools", "Favorite dialogs". It shows a favorites toolbar.
Open the dialog and select the list item.
In the favorites toolbar click the V+ button and select Add. It adds new button to the toolbar.
Now you can use the button.
If you want to use autotext instead of the favorites toolbar:
Right click the favorites toolbar and select "Edit toolbar". It opens the toolbar in the code editor.
There you'll find the new button. Its code looks like TO_Fav "TO_FileIf" 1. Copy-paste it to the autotext:
iff :TO_Fav "TO_FileIf" 1 ;;if folder exists
Open the dialog and select the list item.
In the favorites toolbar click the V+ button and select Add. It adds new button to the toolbar.
Now you can use the button.
If you want to use autotext instead of the favorites toolbar:
Right click the favorites toolbar and select "Edit toolbar". It opens the toolbar in the code editor.
There you'll find the new button. Its code looks like TO_Fav "TO_FileIf" 1. Copy-paste it to the autotext:
iff :TO_Fav "TO_FileIf" 1 ;;if folder exists
