Women in Technology

Hear us Roar



Article:
  Creating Toolbars for Mac OS X
Subject:   A few questions
Date:   2002-03-20 20:21:33
From:   michele
Response to: A few questions

Hey Joaquim,


Problem is my application is not document based.


Michele

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • A few questions
    2002-03-23 07:54:14  joaquimlopes [View]

    There's no problem. Just replace [[self document] numberOfRecords] with the object that returns the number of records such as [myRecordArray count] or whatever.

    Joaquim Lopes