Re: Printing question
Re: Printing question
- Subject: Re: Printing question
- From: Ruben Smits <email@hidden>
- Date: Fri, 12 Apr 2002 08:33:51 +0200
Hi,
You implemented the - (void)documentPrint:sender in your
document-class. Try to implement this method in the class that takes
care of drawing the actual data to the screen. (DataView)
Actually, printing is almost the same as drawing to screen, only you're
drawing to another device.
I agree with you the online documentation is not clear about printing.
HTH.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.