Hi, When you say update do you mean changing the items in the list? The easiest and best solution is the update the list and the refresh. Refresh doesn't take that long unless you have a huge list.
regards -----Original Message----- From: Alexander Galkin [mailto:[EMAIL PROTECTED]] Sent: September 25, 2002 9:19 AM To: Palm Developer Forum Subject: Re: Updating single item in list 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/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
