How to print an NSTableView?
How to print an NSTableView?
- Subject: How to print an NSTableView?
- From: Ben Golding <email@hidden>
- Date: Tue, 24 Feb 2004 11:36:39 +1100
I've tried all sorts of permutations and combinations of views and
scroll view to try to print an NSTableView with column headings. The
examples I've found seem to move the tableViews into a subview before
they print, but that deletes the tableviews from their original
windows; I need to keep them there. The obvious alternative is to ask
the enclosing scroll view for its document view but that only return an
NSTableView, which doesn't include the column headers.
Does someone have a small example where I can see how they have printed
an NSTableView, possibly even with a grid across the items?
I feel like this should be straightforward and yet it's really stumped
me.
Many thanks,
Ben.
_______________________________________________
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.