Hi Trevor,

On Jul 8, 2009, at 8:55 AM, kl...@major.on-rev.com wrote:

This does not work, but should, right?

on mouseUp
 put "moo,cow" into tCols
put "moo moo" & TAB & "cow cow" & CR & "pig" & TAB & "oink" into tContent
 set the dgtext[true] of grp "DataGrid" to tCols & CR & tContent
end mouseUp

Only if you have already defined "moo" and "cow" columns in the data grid. When you include column names in the dgText the data grid will not create them for you automatically.

AHA! My fault, I thought one could provide the wanted column LABELS in the first line.

Thanks for the info!

Regards,

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com    -    www.screensteps.com

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com




_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to