On Thu, 20 Jan 2011 09:24:03 -0500, Dave Reed <[email protected]> said: >or do I somehow create an off screen view that I "draw" the text and grid >lines into?
Yes - not just a view, but a view with subviews (with subviews etc.) all of which know how to draw themselves. In other words, do this in an object-oriented way. This not only makes printing easy, it also meets the key challenges of printing, like preventing a unit of drawing from being split across pages. http://www.cocoabuilder.com/archive/cocoa/290875-webview-pagination-for-printing.html#290888 http://www.cocoabuilder.com/archive/cocoa/181559-printing-database-report.html#181739 http://www.cocoabuilder.com/archive/cocoa/175898-trouble-with-knowspagerank.html#175913 http://www.cocoabuilder.com/archive/cocoa/115096-building-and-printing-tables.html#115128 m. -- matt neuburg, phd = [email protected], <http://www.apeth.net/matt/> A fool + a tool + an autorelease pool = cool! AppleScript: the Definitive Guide - Second Edition! http://www.apeth.net/matt/default.html#applescriptthings_______________________________________________ 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]
