Re: Custom Drag and Drop Cell for NSTableView
Re: Custom Drag and Drop Cell for NSTableView
- Subject: Re: Custom Drag and Drop Cell for NSTableView
- From: "I. Savant" <email@hidden>
- Date: Tue, 24 Jun 2008 17:03:48 -0400
> I would like to create an own NSCell for a NSTableView.
http://developer.apple.com/documentation/Cocoa/Conceptual/ControlCell/ControlCell.html
> This cell should be dragable and I would like to draw the content of the
> Cell by my self (But it's text only).
What do you mean by draggable? You want the entire contents of the
cell to be able to be dragged somewhere outside its bounds or you want
to drag something within it (like a slider cell)? Depending on your
answer, this could be answered in the link above or it could be a bit
more complicated. Specify.
Regarding drawing, that *is* answered above and here:
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaDrawingGuide/Introduction/chapter_1_section_1.html
> I would like to work with the cell in Interface Builder.
http://developer.apple.com/documentation/DeveloperTools/Conceptual/IBPlugInGuide/Introduction/chapter_1_section_1.html
> Could somebody help me to do that?
Read the documentation first, then ask specific questions. Nobody's
going to walk you through what's already in the manuals.
--
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