Re: Progress Indicator in Table View

2010-05-19 Thread Rick C.
Great thank you both for the replies! On May 20, 2010, at 2:18 AM, Sean McBride wrote: > On Wed, 19 May 2010 20:55:21 +0800, Rick C. said: > >> I'm struggling a bit with what seems to be quite common these days, >> putting an NSProgressIndicator inside of an NSTableView. I'm able to >> make it

Re: Progress Indicator in Table View

2010-05-19 Thread Sean McBride
On Wed, 19 May 2010 20:55:21 +0800, Rick C. said: >I'm struggling a bit with what seems to be quite common these days, >putting an NSProgressIndicator inside of an NSTableView. I'm able to >make it work to a point but quite buggy and not always able to update it >properly. I have found the topic

Re: Progress Indicator in Table View

2010-05-19 Thread Karl Moskowski
On 2010-05-19, at 1:55 PM, Rick C. wrote: > Hello, > > I'm struggling a bit with what seems to be quite common these days, putting > an NSProgressIndicator inside of an NSTableView. I'm able to make it work to > a point but quite buggy and not always able to update it properly. I have > fou