swiftDialog icon indicating copy to clipboard operation
swiftDialog copied to clipboard

Add button1shellaction to command file

Open macvfx opened this issue 2 years ago • 1 comments

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

macvfx avatar Oct 01 '23 22:10 macvfx

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)

bartreardon avatar Oct 03 '23 13:10 bartreardon

closing as wontfix

bartreardon avatar Sep 16 '24 11:09 bartreardon