Thanks. I will read that.
Paul Franz
Shawn Erickson wrote:
On Wed, Jan 21, 2009 at 6:33 PM, Paul Franz wrote:
Can a custom NSControl/NSCell combo be used in a normal NSView?
Yes. This type of question implies you may want to dig a little more
deeply in the view documentation.
http://devel
On Wed, Jan 21, 2009 at 6:33 PM, Paul Franz wrote:
> Can a custom NSControl/NSCell combo be used in a normal NSView?
Yes. This type of question implies you may want to dig a little more
deeply in the view documentation.
http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/CocoaViewsGuide/i
Can a custom NSControl/NSCell combo be used in a normal NSView?
Paul Franz
Scott Ribe wrote:
You probably need a custom NSCell subclass, and you'll set that to be the
cell class used by the browser.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple
You probably need a custom NSCell subclass, and you'll set that to be the
cell class used by the browser.
--
Scott Ribe
scott_r...@killerbytes.com
http://www.killerbytes.com/
(303) 722-0567 voice
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Mike,
So I should use NSBrowser or an NSCollectionView to manage the different
icons that will be in the window. But to do this, do I need to subclass the
NSControl or the NSCell or both or will the NSCollectionView/NSBrowser handle
the draw of the icons/images w/text?
Paul Franz
Mike Abd
Trying to recreate this much behaviour yourself is almost certainly a
bad idea. Instead, look into NSBrowser or NSCollectionView.
Mike.
On 20 Jan 2009, at 03:16, Paul Franz wrote:
I know this is a noob question but I do not know where to look. I
come for a Java background. So I know what to