Re: NSCell and custom controls
Re: NSCell and custom controls
- Subject: Re: NSCell and custom controls
- From: publiclook <email@hidden>
- Date: Mon, 27 Oct 2003 13:28:09 -0500
There are several examples of NSCell subclasses on Apple's site:
http://developer.apple.com/samplecode/Sample_Code/Cocoa/
Clock_Control.htm
http://developer.apple.com/samplecode/Sample_Code/Cocoa/
FunkyOverlayWindow/TransparentButtonCell.m.htm
http://developer.apple.com/cgi-bin/
search.pl?&q=NSCell&num=50&lr=lang_en&ie=utf8&oe=utf8&restrict=(sampleco
de)
and others. I think there is one that shows a composite cell in a
table column.
There is conceptual documentation:
http://developer.apple.com/documentation/Cocoa/Conceptual/ControlCell/
index.html?
http://developer.apple.com/documentation/Cocoa/Conceptual/
ControlCell/Tasks/SubclassingNSCell.html
There are examples at Stepwise:
http://www.stepwise.com/Articles/Technical/NSCell.html
There is information to be gathered from the many previous times this
question has been asked in this forum:
http://cocoa.mamasam.com/search/results.php search for subclass AND
NSCell
Finally, the first place I always look:
http://www.google.com/search?as_q=subclass+NSCell&num=100&hl=en&ie=ISO-
8859-
1&btnG=Google+Search&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_q
dr=all&as_occt=any&as_dt=i&as_sitesearch=&safe=images
On Monday, October 27, 2003, at 12:12 PM, Arthur VIGAN wrote:
Hi,
I am trying to create a custom control to use in an NSMatrix, and from
the documentation it seems clear that I have to subclass the NSCell
class. Does anyone have done this before? And if yes, is there a
little example that could help me?
Thakns in advance,
-- Arthur
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.