Re: NSTextView resizeability and scrolling

2009-09-14 Thread Stamenkovic Florijan
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

Re: NSTextView resizeability and scrolling

2009-09-11 Thread Ross Carter
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

Re: NSTextView resizeability and scrolling

2009-09-09 Thread Stamenkovic Florijan
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

Re: NSTextView resizeability and scrolling

2009-09-09 Thread Ross Carter
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