dialog icon indicating copy to clipboard operation
dialog copied to clipboard

Added custom dialog with support for text input and custom buttons/icon

Open preethamvishy opened this issue 7 years ago • 1 comments

Optional text input box can be added to dialog boxes in Darwin (MacOS) to capture additional user response. Support to add custom icon to dialog boxes in Darwin. Support to add custom buttons to dialog boxes in Darwin.

screen shot 2018-02-10 at 12 54 19 am

preethamvishy avatar Jan 25 '18 21:01 preethamvishy

I tested this and it worked. The syntax is a bit strange and maybe the part with the '{"No", "Maybe", "OK"}' could be done just using an array and then constructing the apple script string on the fly. Very useful for an Alfred Workflow Implementation.

This would need some readme additions but I think that would be awesome.

chrisspiegl avatar Dec 01 '20 15:12 chrisspiegl