Re: What's the best way saving a string into PDF?
Re: What's the best way saving a string into PDF?
- Subject: Re: What's the best way saving a string into PDF?
- From: "John C. Randolph" <email@hidden>
- Date: Tue, 30 Jul 2002 10:03:07 -0700
On Tuesday, July 30, 2002, at 08:16 AM, Thilo Ettelt wrote:
mmh, I found a solution. I put a custom view instance into the nib and
placed an NSTextView in it. But now I'm facing a different problem.
The TextView doesn't respond correctly to -bounds. The PDF file that
comes out is just as small as the TextView and doesn't include the
whole string. What can I do now?
It sounds like you're sending the -bounds message to the clipView, not
the NSTextView. Check the class of the view you think is a text view.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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.