Add button1shellaction to command file
Current want to open a file with the button1shellaction but cannot and my workaround is to update the command file with button1shellaction and I can’t do that either.
Request:
add open file to button 1 or another button
and
add button1shellaction to command file
that’s two things apparently
cheers
Clicking button 1 will cause dialog to exit with code 0 which then can be tested for and you can open what you like, or do you mean to perform that action without exiting? You can set the info button action to open a file which it will do without quitting dialog. Else you can detect the button exit codes and handle appropriately (0, 2 and 3 for ok, cancel and info)
closing as wontfix