--- Thomas Maeder wrote: > > But it is exposed to the programmer; what other purpose > do the SDK docs serve? >
The SDK docs give you clues concerning how to write programs for the Palm OS platform. If you need more accurate details, sign up for the source code. Further, note that the docs are shot full of statements like the following: "WARNING! Palm, Inc. does not support or provide backward compatibility for the ControlAttrType structure. Never access its structure members directly, or your code may break in future versions. Use the information below for debugging purposes only." This means that the internal structure of the ControlAttrType, for example, is not programmatically exposed (or won't be in the future) and your apps should not attempt to read or write to the structure members. __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
