: Kevin Gessner [mailto:ke...@kevingessner.com]
Sent: Thursday, December 18, 2008 3:40 PM
To: jmun...@his.com
Cc: 'cocoa dev'
Subject: Re: Implementing a record counter (record n of records)
You could use a value transformer that would add 1 to selectedIndex.
It could also return some
On Dec 18, 2008, at 2:50 PM, Jon C. Munson II wrote:
Namaste!
I'm attempting to implement a simple record counter:
Record n of records
n = current record number
records = total number of records
I've looked at the Events Manager sample and borrowed the text field
from
there which
Namaste!
I'm attempting to implement a simple record counter:
Record n of records
n = current record numberĀ
records = total number of records
I've looked at the Events Manager sample and borrowed the text field from
there which has a representation of "# out #." It uses the Value w