Re: NSView/NSTableView question

2010-12-09 Thread Benjamin Stiglitz
> Great thanks for the replies. I was also thinking about this but I might try > to add a little bit of graphics too using NSBezierPath would it still work? > But at least these 2 ideas can keep me going until I get this working right. > Thanks! You can also do this in a subclass of NSTableV

Re: NSView/NSTableView question

2010-12-05 Thread Rick C.
Great thanks for the replies. I was also thinking about this but I might try to add a little bit of graphics too using NSBezierPath would it still work? But at least these 2 ideas can keep me going until I get this working right. Thanks! On Dec 6, 2010, at 4:58 AM, Peter Hudson wrote: > If

Re: NSView/NSTableView question

2010-12-05 Thread Robert Martin
Another approach that might be simpler: Set up a tabbed view with 2 views - one to receive drops with all your instructions, and the other to display the table. Switch to the drop view when the table row count is 0, and switch back to the table tab when valid drops are registered. On Dec 5, 20