Yes you will have to bookmark the Datagrid API and examples documentation on the web. This is a good starting point: http://lessons.runrev.com/ for all things Rev. Toward the bottom is a section on the Datagrid. Click the first item and at the bottom of THAT page is a section on datagrid properties and API.
I daresay this is not really entirely complete. Another thing you can do to get some idea of how datagrids work is to open the parent script of a datagrid: edit the script of the behavior of group "DataGrid 1". Caution: Don't edit it! Bob On Aug 31, 2012, at 3:37 PM, Rick Harrison wrote: > Hi Pete, > > Thank you for this information! > I haven't been able to much in > the dictionary about this stuff. It > seems to be scattered around in > bits, and pieces elsewhere. > > Thanks again, > > Rick > > On Aug 31, 2012, at 2:38 PM, Peter Haworth wrote: > >> You can set the text height in the Text Formatting tab of the datagrid >> Inspector palette (separately for the body and the header). You'd also >> have to change the row height in the Basi Properties of datagrid Inspector >> Palette. >> >> If you need to do it by script use the dgProps["text size"] and >> dgProps["row height"] properties of the datagrid >> >> Pete >> lcSQL Software <http://www.lcsql.com> _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
