Datagrid question
dunbarx at aol.com
dunbarx at aol.com
Wed Apr 15 20:33:32 EDT 2015
Hi.
Nobody understands dataGrids, though they are wonderful tools. Try this in the group script:
on mouseDown
put getDataOfIndex(the dgHilitedIndexes of me,the dgColumn of the target) into vld "yourField"
end mouseDown
Craig Newman
-----Original Message-----
From: William Prothero <prothero at earthednet.org>
To: Use-livecode Use-livecode <use-livecode at lists.runrev.com>
Sent: Wed, Apr 15, 2015 7:58 pm
Subject: Datagrid question
I’m trying to set up the dataGrid to put the cell contents in another field, for
editing, when I click on it. Some of the cells may contain a fair amount of
text, and I won’t be able to edit it in the cell itself.
The tutorials refer
to the revDataGridLibrary. ???? Can’t find it. Or could the tutorials be out of
date? Or, more likely, I’m missing something?
That withstanding, the tutorials
say there is a message named “EditValue”. Is this still correct? I can’t get the
message to trigger.
Best,
Bill
William A.
Prothero
http://es.earthednet.org/
_______________________________________________
use-livecode
mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe,
unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list