I need to update a list item from form event handler. So I don't understand how I can call any of drawing functions to draw on the list control.
"Steve Mann" <[EMAIL PROTECTED]> wrote in message news:96380@palm-dev-forum... > > >I need to update only one item or portion of the item in list control. How > >can I do this? The only way I found to redraw the list is to call > >LstDrawList but this updates entire list. > > You can calculate the x/y coordinates of the location using (for > example) the list boundaries, and use WinDrawChars. > > Regards, > Steve Mann > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
