--- Colleen Dong wrote: > given the following code segment, why doesnt my table show > up in the form? > <code snipped>
You have to make the columns usable, too. To initialize a table, you have to: 1. Set every row usable that you want to see. 2. Set every column usable that you want to see. 3. Tell the table manager what style every table item is. 4. Initialize data for the table items. 5. For some table item styles, you also have to create a callback function. (e.g., to load data) __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
