RE: NSMatrix: does it have an delegate method...
RE: NSMatrix: does it have an delegate method...
- Subject: RE: NSMatrix: does it have an delegate method...
- From: "Navneet Kumar" <email@hidden>
- Date: Sun, 6 Jan 2008 03:20:17 +0530
Thanks for the reply.
I want to only change the background color of the cell in matrix and
fighting with it now. Nothing seems to work. Have posted it also separately
on cocoa-dev.
Can I override -mouseDown() method of the matrix in any way to know if the
user selected any cell.
Thanks again.
Wishes.
Navneet
-----Original Message-----
From: cocoa-dev-bounces+navneet=email@hidden
[mailto:cocoa-dev-bounces+navneet=email@hidden] On Behalf
Of Bertil Holmberg
Sent: Sunday, January 06, 2008 3:09 AM
To: email@hidden
Subject: Re: NSMatrix: does it have an delegate method...
I believe you will have to use a borderless buttoncell and use target/
action to catch the clicks.
As for color, that's another problem that I'm fighting with right
now. There are examples of a colored button on the web but making the
custom cell work in a matrix seems non-trivial. I would be grateful
for any tips on this too ;-)
http://danieldickison.com/blog/index.php?/archives/10-Making-Cocoa-
buttons-look-happy.html
Bertil
> I have a NSMatrix of NSTextFieldCell (uneditable "System Font Text"
> type)
> displayed on window.
>
> I want to change the color of a cell when the user clicks on any cell.
>
> How do I achieve this?
>
> Is there any delegate method that can be implemented, that tells
> when a cell
> is clicked (selected).
>
> I have gone thru the docs and couldn't find a way.
_______________________________________________
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
_______________________________________________
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