Re: printing a different representation than what is on the screen
Re: printing a different representation than what is on the screen
- Subject: Re: printing a different representation than what is on the screen
- From: Matt Neuburg <email@hidden>
- Date: Sat, 22 Jan 2011 08:05:07 -0800
On Thu, 20 Jan 2011 09:24:03 -0500, Dave Reed <email@hidden> 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@hidden, <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@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