문제

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