Re: Create custom NSTableView with a button inside

2012-09-03 Thread Alfian Busyro
Did you look at the TableViewPlayground sample project from Apple? as Conrad said, on this example only covers view-based tableview. My question to Alfian, however, is why a cell-based table view is desired. Are you targeting 10.6? Yes, My project still targeting OSX 10.6 (Snow Leopard) as a

Re: Create custom NSTableView with a button inside

2012-09-03 Thread Conrad Shultz
On 09/03/2012 05:11 AM, Koen van der Drift wrote: > > On Sep 3, 2012, at 5:50 AM, Alfian Busyro wrote: > >> are there any examples of how to create a custom cell-based table view with >> a button inside of the column ? > > > Did you look at the TableViewPlayground sample project from Apple?

Re: Create custom NSTableView with a button inside

2012-09-03 Thread Koen van der Drift
On Sep 3, 2012, at 5:50 AM, Alfian Busyro wrote: > are there any examples of how to create a custom cell-based table view with a > button inside of the column ? Did you look at the TableViewPlayground sample project from Apple? - Koen. ___ Cocoa-d

Create custom NSTableView with a button inside

2012-09-03 Thread Alfian Busyro
Hi guys, I try to implement a list view using|NSTableView|cell-based, but having difficulty creating a button inside the cell column. are there any examples of how to create a custom cell-based table view with a button inside of the column ? ps: I have tried to create custom tableview examp