Thanks to RB and TI for reminding me about the included example code.  I
had the Hello example in my projects directory and had forgotten that
Sherm had included some other examples in Developer:Examples:Camelbones.

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:

Clearly, I'm doing something wrong (:-).

-r
--
email: [EMAIL PROTECTED]; phone: +1 650-873-7841
http://www.cfcl.com/rdm    - my home page, resume, etc.
http://www.cfcl.com/Meta   - The FreeBSD Browser, Meta Project, etc.
http://www.ptf.com/dossier - Prime Time Freeware's DOSSIER series
http://www.ptf.com/tdc     - Prime Time Freeware's Darwin Collection

Reply via email to