Re: Bindings/selecting row in tableview
Re: Bindings/selecting row in tableview
- Subject: Re: Bindings/selecting row in tableview
- From: Thilo Ettelt <email@hidden>
- Date: Thu, 1 Jun 2006 11:40:04 +0200
The problem seems that the column of TableView1 is binded to
"arrangedObjects.self", and the cell copies "self" all the time,
especially when I do the first click on TableView2.
Why does this prevent the selection of the complete row?
- Thilo
Am 01.06.2006 um 10:56 schrieb Thilo Ettelt:
Hello,
I'm desperately trying to find out why a single cell flashes when I
click on a tableview's row.
Here's the setup:
TableView1 -> lists some things (column binded)
TableView2 -> lists more things accordings TableView1's selection
(column binded, multiple columns, some with IB setup image/checkbox
cells, all others standard cells)
Now, when the focus is on TableView1, I select a row and then click
on a row on the second one that is not focused, the cell I'm
clicking on will flash for a short time and the tableview is
focused. However the row is not selected, it only does with a
second click on it.
When the selection of TableView1 changes I call -rearrangeObjects
on the ArrayController that feeds the TableView2 in order to
refresh it.
When I click on the cells that were setup up in IB with image or
checkbox cells the row will selected immediately, not with the
regular cells though.
What could be the problem?
Thx in advance,
Thilo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden