On 15/05/2010, at 7:14 AM, Quincey Morris wrote: > In terms of placing these drawing objects within a larger canvas (with > layering, z-ordering, all the other stuff drawing has), you might want to > look into Graham Cox's DrawKit, which designed for this sort of thing. > DrawKit may even have a good solution to the custom rulers thing.
Thanks for the plug, but actually I just use the standard rulers in DK scroll views, and leave it to you if you want to seriously customise them beyond what NSRulerView gives you. In general DK tries not to impose a UI on you. If you want to place an arbitrary ruler somewhere on the canvas, I agree with you that steering clear of NSRulerView is probably a good idea. --Graham _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
