Multiple Page printing
Multiple Page printing
- Subject: Multiple Page printing
- From: Tae-Won Ha <email@hidden>
- Date: Tue, 11 Mar 2003 15:47:18 +0100
How can I force a NSLayoutView to draw the text to the NSTextView which
is not visible to the user? (to call
layoutManager:didCompleteLayoutForTextContainer:atEnd:)
////////
NSTextStorage *tS = init...
NSLayoutManager *lM = init...
[tS addLayoutManager:lM];
NSTextContainer *tC = init...
NSTextView *tV = init...
[lM addTextContainer:tC];
and then?
Thanks in advance...
--
Tae. =)
_______________________________________________
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.