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 <proth...@earthednet.org>
To: Use-livecode Use-livecode <use-livecode@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@lists.runrev.com
Please visit this url to subscribe,
unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
 
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to