Re: Move a NSTableView

2009-04-22 Thread Graham Cox
On 23/04/2009, at 12:56 PM, Chris Purcell wrote: My problem is how exactly to move the table view down. I tried getting the frame of the table view's enclosed NSScrollView and then I was quite sure what method to use (probably something in Core Graphics right?) to move it down. -setFra

Move a NSTableView

2009-04-22 Thread Chris Purcell
Hello, I'm trying to shift a NSTableView down when the user is searching (using a NSSearchField) to display a custom view with some filtering options (like when you do a Finder search). Then hiding the custom view when the user is not searching. My problem is how exactly to move the tabl