Re: Binary data
Re: Binary data
- Subject: Re: Binary data
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 30 Jun 2004 11:57:57 -0700
On Jun 30, 2004, at 9:44 AM, Linea Tessile Srl wrote:
Hello ..,
I have a table with two columns and the first on is editable.
With a double click on the cell of the first column I insert a string
value and with a click on my button named "calculate" I want to put
the length of this string in the cell of the second column.
The problem is that the row remains selected and I must click two times
on my button to put the value calculated in the second column.
In other word if I don't select another another row, the table don't
accept the value inserted in it.
Maybe you can use makeFirstResponder:nil in the action connected to
your button so that the new value of table cell is "validated".
My $0.02
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Binary data (From: Linea Tessile Srl <email@hidden>) |