Re: TableView, mulitple TextFields on a row
Re: TableView, mulitple TextFields on a row
- Subject: Re: TableView, mulitple TextFields on a row
- From: Anders Svensson <email@hidden>
- Date: Thu, 2 Oct 2003 08:16:07 +0200
Hi again,
That is right, but I need a box around each line in the column, as
where they seperate cells.
my problem is that for each image, there are 3 lines of text, and 3
lines of "editable" text
text inputfield/textField
image text inputfield/textField
text inputfield/textField
but not
text inputfield/textField
i
m
a text inputfield/textField
g
e
text inputfield/textField
To avoid the last, I cant put the inputfield/textField in a separate
row..
Any suggestions???
Anders Svensson
On torsdag, okt 2, 2003, at 01:12 Europe/Budapest, M. Uli Kusterer
wrote:
At 23:13 Uhr +0200 01.10.2003, Anders Svensson wrote:
My row for the should end up looking something like this:
image , text, text, (textfield, textfield)
I have no problems with the first 3 (image, text,text), but I need
mulitple textfields in the last cell / column-row
Has anyone done that and an example???
What do you mean by "text field"? If you mark a column as editable,
you'll be able to edit that just fine. That *should* work for several
columns as well. You just have to check what column identifier you get
in your delegate method.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.