On Sep 11, 2009, at 13:36, Ross Carter wrote:
It looks like you instantiate the NSTextView in the nib. I would
start by setting up the NSTextView manually and adding it as a
subview to your FSEmbeddedTextView2 instance. Make sure that the
textView has its resizing behavior set up correctly
On Sep 10, 2009, at 12:10 AM, Stamenkovic Florijan wrote:
Hi Ross,
Thanks for your reply,
On Sep 09, 2009, at 13:15, Ross Carter wrote:
I've googled for a solution, found nothing. I tried making it by
observing the NSViewFrameChangedNotification of the NSTextView
from it's parent, and re
Hi Ross,
Thanks for your reply,
On Sep 09, 2009, at 13:15, Ross Carter wrote:
I've googled for a solution, found nothing. I tried making it by
observing the NSViewFrameChangedNotification of the NSTextView from
it's parent, and resizing, but this is more tricky then I imagined.
I think yo
I've googled for a solution, found nothing. I tried making it by
observing the NSViewFrameChangedNotification of the NSTextView from
it's parent, and resizing, but this is more tricky then I imagined.
I think you are on the right track. You might want to look at these
threads:
http://www.c