4
votes
Is it possible to design NSCell subclasses in Interface Builder?
As Ken says, NSCells and NSViews are different, and you can only lay out NSView hierarchies in NIB, not NSCells (which don't have any explicit hierarchy).
On the other hand, there's nothing …
2
votes
Why does the dialog I created in Leopard look terrible in Tiger?
If I recall correctly, under Tiger you had to set the background pattern of the window if you wanted to change its color - the 'color' was overridden by the (ugly) default aqua pattern.
On …
