FROM : Jonathan Dann
DATE : Fri Jan 11 16:12:18 2008
You need to subclass NSOutlineView and override
-frameOfOutlineCellAtRow:
returning NSZeroRect on a condition that makes a group a group in your
app or returning [super frameOfOutlineCellAtRow:row] if not a group.
Mine gets the represented object of the item and checks the node's name.
Jonathan Dann
DATE : Fri Jan 11 16:12:18 2008
You need to subclass NSOutlineView and override
-frameOfOutlineCellAtRow:
returning NSZeroRect on a condition that makes a group a group in your
app or returning [super frameOfOutlineCellAtRow:row] if not a group.
Mine gets the represented object of the item and checks the node's name.
Jonathan Dann
| Related mails | Author | Date |
|---|---|---|
| Kyle Sluder | Jan 11, 15:16 | |
| Jean-Daniel Dupas | Jan 11, 15:24 | |
| Jonathan Dann | Jan 11, 16:12 | |
| Corbin Dunn | Jan 16, 00:15 | |
| Kyle Sluder | Jan 16, 11:23 | |
| Corbin Dunn | Jan 16, 19:08 | |
| Ben | Jan 16, 19:55 | |
| Corbin Dunn | Jan 16, 20:49 | |
| Hamish Allan | Jan 16, 20:52 | |
| Pete Callaway | Jan 17, 09:34 |






Cocoa mail archive

