Re: Strange Problem Printing Multiple NSTextViews

2013-02-06 Thread Keary Suska
On Feb 5, 2013, at 6:03 PM, Keary Suska wrote: I have a custom view on which I place multiple NSTextViews, but when printed only the *content* last NSTextView placed actually shows up. That is, to make sure I am placing view appropriately my NSTextView subclass draws a box around its

Re: Strange Problem Printing Multiple NSTextViews

2013-02-06 Thread Kyle Sluder
On Wed, Feb 6, 2013, at 09:41 AM, Keary Suska wrote: The issue is in the above lines, where I release the NSTextStorage. I was assuming that the NSTextView would retain the text storage, which certainly must be the case in certain situations, but clearly isn't the case when one is constructing

Strange Problem Printing Multiple NSTextViews

2013-02-05 Thread Keary Suska
I have a custom view on which I place multiple NSTextViews, but when printed only the *content* last NSTextView placed actually shows up. That is, to make sure I am placing view appropriately my NSTextView subclass draws a box around its bounds. The box shows up, but no text inside even though