Search code examples
macosiconsapplescriptpreviewclickable

How do i make a clickable application with cropped icon?


Current status

  • I have developed an applescript application with a monitor icon.

    monitor icon

Problem

  • This monitor icon is transparent in the middle, and you can't click there.

    problem

Question

  • How do i make this clickable?

Development Environment

  • AppleScript 2.5

Best regards,


Solution

  • To avoid this problem, I embedded a text label with 1% transparency by preview.app.

    A text label with 0% transparency makes no sense in this case.