I think I just posted the same question as Shao Sean on the screensteps documentation site for the datagrid. Apologies for that Trevor. Feel free to answer me here or on that site (I think I also spotted an error in the sample data on the relevant screensteps page).
Basically my question was "is it possible to determine the the number of columns and the names of the columns using dgText[true] without resorting to the property inspector." Bernard On Wed, Jul 8, 2009 at 1:47 PM, Trevor DeVore<[email protected]> wrote: > On Jul 8, 2009, at 4:23 AM, Shao Sean wrote: > >> should the following not work? line 1 "moo" and "cow" would be the labels >> of the columns and line 2 "pig" and "oink" would be the data for each of the >> columns.. all i get is an empty data grid.. >> >> >> on mouseUp >> set the dgText[TRUE] of group "DataGrid" to "moo" & TAB & "cow" & LF & \ >> "pig" & TAB & "oink" >> end mouseUp > > In the code above "moo" and "cow" would have to be the name of the columns. > The columns would have to already exist if you are passing in the names. Do > they? > > Regards, > > -- > Trevor DeVore > Blue Mango Learning Systems > www.bluemangolearning.com - www.screensteps.com > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
