List of keywords
Posted: Sun Nov 21, 2010 4:54 pm
While reading "Working with Data Grids" a few reserve(d) keywords were noted:
uSumOfColumn
dgProps
deIndex
dgDataOfIndex
dgHilitedIndex
and more importantly
dgDataOfLine
Where can we get a list of these with their descriptions/definition? ... Yes I can figure out what it does without a manual, but how do I know they exist. How many unknown features am I missing, something I might need!
IE: Right now I can not get dgNumberOfLines to work in iOS, but it works fine as a desktop program. dgNumberOfLines does not return a number in iOS!
Currently I'm using a datagrid to store a list of names and addresses, user will not edit. Using repeat to step through the records looking for a specific mail code (each site has their own). Crude but it works, as a Desktop Program but not as an iOS app.
My first iOS app that has usefulness in the workplace!
~David
uSumOfColumn
dgProps
deIndex
dgDataOfIndex
dgHilitedIndex
and more importantly
dgDataOfLine
Where can we get a list of these with their descriptions/definition? ... Yes I can figure out what it does without a manual, but how do I know they exist. How many unknown features am I missing, something I might need!
IE: Right now I can not get dgNumberOfLines to work in iOS, but it works fine as a desktop program. dgNumberOfLines does not return a number in iOS!
Currently I'm using a datagrid to store a list of names and addresses, user will not edit. Using repeat to step through the records looking for a specific mail code (each site has their own). Crude but it works, as a Desktop Program but not as an iOS app.
My first iOS app that has usefulness in the workplace!
~David