Rich Morin wrote:

> FWIW, I managed to get the data source part working, though somebody is
> making FAR too many calls to numberOfRowsInTableView (:-).  My current
> issue is setting a fixed-width font for the table's data cells.  This:
 
>   $acell = $col->dataCell();
>   $acell->setFont(NSFont->userFixedPitchOfSize(0));

> gives me the nastygram:
 
>  Class NSFont does not respond to selector
>  userFixedPitchOfSize:

Caveat: my knowledge of Cocoa is something of a bad joke. Given that,
Cocoa Browser (nice little app; see versiontracker) suggests that the
method name is incorrect:
 
userFixedPitchFontOfSize

maybe?
 
Best of luck,
Paul
   

Reply via email to