Domanda

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

Nessuna soluzione corretta

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top