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.

Regards,

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com    -    www.screensteps.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