Re: Once again: Clickable hyperlink in NSTableView
Re: Once again: Clickable hyperlink in NSTableView
- Subject: Re: Once again: Clickable hyperlink in NSTableView
- From: "I. Savant" <email@hidden>
- Date: Mon, 4 Feb 2008 11:00:29 -0500
> I don't have to select the rows, having the cell clickable would be
> enough: But the cell is not a hyperlink in every row: in some rows,
> the cell should display a clickable URL, in other cases it displays a
> status or error msg text.
In that case, you could use
-tableView:willDisplayCell:forTableColumn:row: to adjust the
formatting (and "enabled" state) of the button cell representing your
clickable URL *or* simply swap it out with another cell type
altogether.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden