Pregunta

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

No hay solución correcta

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top