Thanks mguo. Please to confirm that there is person had ever made it work by using table. So, I will try to use table. Further questions may come out soon, don't feel tired,:-)
-vicky On Mon, 21 Feb 2005 05:55:58 -0000, mguo <[EMAIL PROTECTED]> wrote: > 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/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
