Skip navigation.
 
mldrawPageBorderWithSize question
FROM : matt neuburg
DATE : Sun Nov 24 04:43:36 2002

I find Cocoa's printing support flexible, powerful, and ingenious, but I've run into a small problem. In using drawPageBorderWithSize:, I find that the stuff I draw in that routine is not actually printed unless my view is two or more pages long. If my view is one page or less, drawPageBorderWithSize: is called but doesn't do the drawing it is commanded to do.

Is this a known problem? Apart from printing a blank second page, which is wasteful and rather skanky, is there any other easy workaround? I suppose I could special-case the one-page situation, though I would rather not... Thx - m.

matt neuburg, phd = <email_removed>, http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart. http://www.tidbits.com/
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mldrawPageBorderWithSize question matt neuburg Nov 24, 04:43
mlRe: drawPageBorderWithSize question Scott Anguish Nov 24, 05:14
mlRe: drawPageBorderWithSize question matt neuburg Nov 24, 16:34
mlRe: drawPageBorderWithSize question matt neuburg Nov 24, 17:58