On 2013 Nov 30, at 00:11, Gerriet M. Denkmann <[email protected]> wrote:
> I have a Matrix containing ButtonCells. In IB I have set a ToolTip for each > ButtonCell. > But when I hover the mouse over these cells, nothing is shown. > > When I set a tooltip for the matrix, it will be shown - but this is of no > interest to me. > > Is there a way to show the ButtonCell-ToolTips? Possibly this does not work because there is actually only cell instance? But, whatever the reason, if this requirement is important enough for you to write some extra code, you could try defining tool tip rects on the matrix. I think that would work. See -[NSView addToolTipRect:owner:userData:] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
