Re: NSTableView and scrollToPoint:

2011-11-20 Thread Kyle Sluder
(Reposted to the list, with permission.) On Sun, Nov 20, 2011 at 2:59 AM, Peter Hudson wrote: > > Thanks for the test app Kyle - I've run it and it works as you say. > I suspect my difficulty lies somewhere I have not thought of. > Attached is a frame shot of the tables on the screen. > This scre

Re: NSTableView and scrollToPoint:

2011-11-19 Thread Peter Hudson
Thanks for this Kyle - I have however already tried scrollPoint: and I get the same result. ? Peter On 19 Nov 2011, at 17:33, Kyle Sluder wrote: > On Nov 19, 2011, at 2:06 AM, Peter Hudson wrote: > >> Hi All >> >> I use scrollToPoint:to position a table. >> >> When I then use the

Re: NSTableView and scrollToPoint:

2011-11-19 Thread Kyle Sluder
On Nov 19, 2011, at 2:06 AM, Peter Hudson wrote: > Hi All > > I use scrollToPoint:to position a table. > > When I then use the mouse to scroll the table, as soon as I start the drag > the table moves sharply to what looks like the location it was at before > scrollToPoint: was sent.

NSTableView and scrollToPoint:

2011-11-19 Thread Peter Hudson
Hi All I use scrollToPoint:to position a table. When I then use the mouse to scroll the table, as soon as I start the drag the table moves sharply to what looks like the location it was at before scrollToPoint: was sent. Is there something I should do after scrollToPoint: ? xCode