2

I want hyperlinks in the tooltips of my OSX application, which then link to the Help Book in various places. Is this possible?

4

1 回答 1

2

No, a tooltip is always placed next to the mouse with no possibility to click on it. But I guess you could achieve the look of a hyperlink by using NSAttributedString, although I'm not sure if the tooltips render them correctly.

于 2012-05-11T15:12:49.647 回答