2

Is it possible to insert hyperlink into NSRunAlertPanel message text, using standard apple tools?

Feo
  • 161
  • 6

1 Answers1

4

I don't think that this is possible because the message in an NSAlert panel is just a string, or in other words just simple text. If it wasn't just a string but for example NSMutableAttributedString, that would be possible.

So I suggest you create a custom panel, view or window and your hyperlink in that.

Rob Keniger
  • 45,830
  • 6
  • 101
  • 134
Justin Boo
  • 10,132
  • 8
  • 50
  • 71