Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to quickly know the number of a list item
#1
I want to use autotext to quickly open an option in the dialog, but it doesn't work. I want the developer to remind me to quickly find the number of the list item, thanks in advance.  Smile

Autotext qm_if
Trigger $t /QM     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c/m

iff :mac "TO_FileIf" ;;If the file exists
iff :mac "TO_FileIf" 3 1 ;;If the folder exists


Attached Files Image(s)
   
#2
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
#3
Thank you for your help, I have learned a lot, the above method is very convenient Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)