سؤال

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

لا يوجد حل صحيح

نصائح أخرى

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top