Re: Any tricks to dragging an NSTableView?
Re: Any tricks to dragging an NSTableView?
- Subject: Re: Any tricks to dragging an NSTableView?
- From: Sherm Pendley <email@hidden>
- Date: Wed, 19 Apr 2006 23:59:42 -0400
On Apr 19, 2006, at 9:35 PM, Andy Lee wrote:
On Apr 19, 2006, at 8:19 PM, Jason Rusoff wrote:
I'm working on a variant of Sketch and trying to add a new graphic
class that is a table view.
Just a heads-up -- I believe the order in which subviews are drawn
is not guaranteed, so you may run into issues with front-to-back
layering of your table view graphics.
Obviously, the order in which subviews of the table view would be
drawn is undefined, but wouldn't a Sketch-like app define its own -
drawRect: for its top-level canvas view, which would iterate through
and draw the table view and its siblings in a known order?
Or did I miss something?
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden