On Aug 16, 2008, at 6:26 AM, Graham Cox wrote:
On 16 Aug 2008, at 1:36 am, Graham Cox wrote:
I need to figure out why the second table works even though I'm not
doing anything special (and none of the autosave stuff you
mentioned either).
OK, very simple: it was set in the nib. I didn'
On 17 Aug 2008, at 11:06 pm, Jason Wiggins wrote:
On 16/08/2008, at 11:26 PM, Graham Cox wrote:
OK, very simple: it was set in the nib. I didn't realise that
presetting this in the nib was possible, so I must have set it up
that way more or less by accident. OK, my understanding has
im
On 16/08/2008, at 11:26 PM, Graham Cox wrote:
OK, very simple: it was set in the nib. I didn't realise that
presetting this in the nib was possible, so I must have set it up
that way more or less by accident. OK, my understanding has
improved... (Thanks!)
Hi, I have been following thi
On 16 Aug 2008, at 1:36 am, Graham Cox wrote:
I need to figure out why the second table works even though I'm not
doing anything special (and none of the autosave stuff you mentioned
either).
OK, very simple: it was set in the nib. I didn't realise that
presetting this in the nib was po
On Aug 15, 2008, at 8:36 AM, Graham Cox wrote:
On 16 Aug 2008, at 1:27 am, Corbin Dunn wrote:
Howdy! call setSortDescriptors: on the tableview -- pass it the
[tableColumn sortDescriptorPrototype] in an array.
[]
Ah, never mind my first answer. Exactly how are you doing this
(code)?
On 16 Aug 2008, at 1:27 am, Corbin Dunn wrote:
Howdy! call setSortDescriptors: on the tableview -- pass it the
[tableColumn sortDescriptorPrototype] in an array.
[]
Ah, never mind my first answer. Exactly how are you doing this
(code)? When? Are you sure you aren't setting it to nil by
On Aug 14, 2008, at 9:28 PM, Graham Cox wrote:
I have a table view with a column + column header with a sort
descriptor. In use, it works fine, I can click the column header and
it sorts the list as it should, and the little arrow points up or
down and it's blue.
When I first show the wi
I have a table view with a column + column header with a sort
descriptor. In use, it works fine, I can click the column header and
it sorts the list as it should, and the little arrow points up or down
and it's blue.
When I first show the window though, it's white and no arrow is
visible.