OPENBARMENU with [Associations] or [Extensions]
Moderators: Hacker, petermad, Stefan2, white
OPENBARMENU with [Associations] or [Extensions]
Is the way to use OPENBARMENU with [Associations] or [Extensions] ?
OS: Win10 | TC: latest x64
Re: OPENBARMENU with [Associations] or [Extensions]
What you really want to achieve?
If you want to display button bar from file under cursor use such a syntax in [Associations] section
If you want to show and use button bar for e.g. text files use syntax
This works from TC 10.50
If you want to display button bar from file under cursor use such a syntax in [Associations] section
Code: Select all
Filter1=*.bar
Filter1_Show=**"%1"
Code: Select all
Filter1=*.txt
Filter1_buttonbar1=**%COMMANDER_PATH\buttonbar1.bar
Re: OPENBARMENU with [Associations] or [Extensions]
OPENBARMENU is for use in em_commands and buttons. You can assign an em_command to a keyboard shortcut or use it as an Auto-run command in a View ModeKozakMak wrote: 2023-05-04, 09:57 UTC Is the way to use OPENBARMENU with [Associations] or [Extensions] ?
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: OPENBARMENU with [Associations] or [Extensions]
Press Enter on .bar = show this bar as menu
doesnt workGral wrote: 2023-05-04, 11:40 UTC If you want to display button bar from file under cursor use such a syntax in [Associations] section
OS: Win10 | TC: latest x64
Re: OPENBARMENU with [Associations] or [Extensions]
OK, start with this
Code: Select all
[Associations]
Filter1=*.bar
Filter1_open=**"%1"