I had deduced that the basic table field was so "very basic" that it didnt' get a mention in the dictionary.
I was suprised to find that the DataGrid isn't mentioned in the dictionary either.
However, I did find a excellent start on the datagrid here:
LiveCode | User Samples | Data Grids Tour
and here as well:
7343-Data-Grid-Properties
http://lessons.runrev.com/spaces/lesson ... Properties
----
The very first scipt has to do with the datagrid property of "header text style":
Code: Select all
set the dgProps["header text style"] of group "DataGrid1" to "normal"
i.e. "not-normal", "super-normal", etc.
Along with detailed doco on other properties for the DataGrid?
Is there a way to enumerate the possible values in "header text style" property of the DataGrid
using the Message Box as with other objects?