FROM : Alexey Galygin
DATE : Sat Jul 15 19:52:46 2006
Hi!
In my program I have tableView outlet - instance of NSTextView and when
user select File/Print menu print: method called in my
NSWindowController subclass.
Method code like this:
... // some settings...
[printView print:self];
Table printed on center (by vertically) of page. It's looking good when
output is one page,
but when two or more pages printed last page is centered - and it's
looking bad.
Question:
How to say Cocoa that I need align at top (not center)?
10x for any suggestions.
DATE : Sat Jul 15 19:52:46 2006
Hi!
In my program I have tableView outlet - instance of NSTextView and when
user select File/Print menu print: method called in my
NSWindowController subclass.
Method code like this:
... // some settings...
[printView print:self];
Table printed on center (by vertically) of page. It's looking good when
output is one page,
but when two or more pages printed last page is centered - and it's
looking bad.
Question:
How to say Cocoa that I need align at top (not center)?
10x for any suggestions.
| Related mails | Author | Date |
|---|---|---|
| No related mails found. | ||






Cocoa mail archive

