Brendan Duddridge

Results 48 comments of Brendan Duddridge

NSCells use way less memory than views. That's why I switched to using an NSCell based NSTableView instead of an NSView based NSTableView. With view based cells, rather than one...

Ya, that could be an issue (varying row heights within the same grid). But I think the component already can deal with that because I seem to remember seeing something...

Ya, I don't want manually resizable rows. Automatic based on the content would be helpful. Although could get expensive. Certainly the regular heightForRowAtIndexPath would be helpful as I see it's...

I was looking at LIGridControl at one point, but I decided not to use it. However, I can't remember why :-) The problem with NSViews in a table view is...

The problem I had with my view based NSTableView was the amount of memory it required. In some of my tests it was just sucking up the memory. Now, that...

If the window is frozen, clicking outside the app allows it to complete the transition to full screen mode. So even just clicking on an icon in the Dock allows...

Is there any way to get them to show up? I've tried all of the PHAssetCollectionSubtypes that I could find.

Apparently the dispatch_get_current() warnings were fixed with issue #36 but it seems not. That issue was closed a long time ago. Perhaps it wasn't integrated into the latest codebase? I'm...

No idea. I moved on and I'm using AutoLayout with regular NSSplitViews now. I no longer use DMSplitView. And I don't see that error anymore.