Page 2 of 2

Re: New command - change button bar file under cursor with dialog window

Posted: 2023-05-04, 19:34 UTC
by petermad
Not that I am opposed to a new cm_ButtonConfig command - but if it is not implemented, here is a workaround

put these commands in usercmd.ini

Code: Select all

[em_openbuttonbar]
cmd=OPENBAR
param=%P%N

[em_editbuttonbar]
cmd=em_openbuttonbar,cm_ButtonConfig,cm_VisButtonbar,cm_VisButtonbar
menu=Edit buttonbar file under cursor

If you don't have a buttonbar open, you can remove the last cm_VisButtonbar from the em_editbuttonbar command, to not load any buttonbar after the editing.

Re: New command - change button bar file under cursor with dialog window

Posted: 2023-05-04, 19:45 UTC
by Gral
It still requires the button bar to load.

Re: New command - change button bar file under cursor with dialog window

Posted: 2023-05-05, 00:51 UTC
by petermad
It still requires the button bar to load.
Sure - as I said it is a workaround, but the edited buttenbar is automatically unloaded afterwards, and the previous (horisontal) buttonbar is reinstated.