printing
printing
- Subject: printing
- From: Matthew Weinstein <email@hidden>
- Date: Wed, 24 Jul 2002 20:40:18 -0400
Hi, this is a first post. I'm trying to put together a phone message
app. I'll gpl it as soon as the last few details are done... The
problem is printing. The document window consists of a tableview,
several textfields and two textviews. When I print using the
[myWindow contentView] as the view that's printing, I only get the
selected view actually showing up in the printout. If I click on the
textview, only that prints; if I click on the tableView, only that
prints... What goes? I thought the whole window would print...
While we're on the topic, I was hoping to print only part of the
window, in actuality. I was hoping I could just enclose the part that
I wanted printed in an NSBox, and then print that view... When I
tried, I got the table view printing even though that was not in the
view I had pointed to!
HELP!
Matthew
_______________________________________________
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.