Re: changes to NSView's frame in its window

2010-06-23 Thread Alexander Cohen
Wow, nice to know. Probably not a good idea to count on it though, right? AC On Jun 23, 2010, at 3:38 PM, Michael Ash wrote: > On Wed, Jun 23, 2010 at 1:33 PM, Alexander Cohen > wrote: >> Hello, >> >> I have a view in an NSScrollView's document view that has a small child >> window attached

Re: changes to NSView's frame in its window

2010-06-23 Thread Michael Ash
On Wed, Jun 23, 2010 at 1:33 PM, Alexander Cohen wrote: > Hello, > > I have a view in an NSScrollView's document view that has a small child > window attached to it, meaning the window follows that view wherever it goes. > But when i scroll the scrollview, not much changes for that view. So i'm

Re: changes to NSView's frame in its window

2010-06-23 Thread John Joyce
On Jun 23, 2010, at 1:28 PM, Kyle Sluder wrote: > On Wed, Jun 23, 2010 at 10:33 AM, Alexander Cohen > wrote: >> I have a view in an NSScrollView's document view that has a small child >> window attached to it, meaning the window follows that view wherever it >> goes. But when i scroll the scr

Re: changes to NSView's frame in its window

2010-06-23 Thread Kyle Sluder
On Wed, Jun 23, 2010 at 10:33 AM, Alexander Cohen wrote: > I have a view in an NSScrollView's document view that has a small child > window attached to it, meaning the window follows that view wherever it goes. > But when i scroll the scrollview, not much changes for that view. So i'm > wonderi

changes to NSView's frame in its window

2010-06-23 Thread Alexander Cohen
Hello, I have a view in an NSScrollView's document view that has a small child window attached to it, meaning the window follows that view wherever it goes. But when i scroll the scrollview, not much changes for that view. So i'm wondering if there is anyway to get changes to a views "global" f