Daniel Pink

Results 7 comments of Daniel Pink

I haven't tried with kqueue but they do work with select. I'm using a separate thread and select at present. It would be nice to use dispatch source though as...

I can't seem to get it to work with kqueues, though it is not showing the same symptoms as GCD. Probably due to mistakes on my part. Anyway moving on...

Thanks Jeremy, I haven't tried my code on Lion yet but I'm very hopeful that what you have found is correct. It did really feel like a bug so I...

Thanks for the kind words. Pleased to hear that this project was useful for you. Also pleased to see that you have found workarounds for your original questions (sorry I...

Hi 79144876, I'm not 100% sure of what you are asking. However it sounds like you want to implement your own custom cell view. You can then make it do...

I'm not sure what you are after. The last photo you posted looks like a default NSOutlineView would show.

Ok, I see what you are trying to do. Looks like you are trying to tackle this from two directions at once. Using an NSOutlineView with a header removed and...