Paginating an NSTableView
Paginating an NSTableView
- Subject: Paginating an NSTableView
- From: Andrew Merenbach <email@hidden>
- Date: Tue, 26 Nov 2002 21:49:24 -0800
I've made an address-book-like application, and overcome the
(relatively easy) hurdles of implementing printInfo: and its related
methods, but I'm having some problems with actually printing the table
view--the last row on the page doesn't completely display, and
overflows onto the next page.
I've tried overriding drawRect: (with the doc-provided conditional to
see whether it is printing to screen or to a printer), then drawRow:,
for my table view, but I've had no success in paginating the table view.
Has anyone had a similar experience, and how have they overcome it?
Take care,
Andrew Merenbach
_______________________________________________
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.