both table and list can display bitmap, 'WinDrawBitmap' in callback function 
takes care of this.
Whether you should use table or list depends on the complexity of your problem. 
If your UI is read-only, both table and list should work almost equally. If 
your UI is editable, then table might be the only choice.
I usually use "table" for the problem you described. Make the column (draw 
graphic) to be customTableItem, then register a drawing callback function for 
this column, in the callback fuction, 'WinDrawBitmap' will do it. Of couse, you 
need to adjust height and width.
-mguo
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to