First of all I have list with custom items and not strings. Second, any draw function are applied to form when called from form event handler (correct me if I am wrong). I need the analog of InvalidateRect API call in Windows that would invalidate specified rectangle of the list control and may custom list control draw function will be called only for item(s) that contain invalidated rectangle or portion of it.
"Steve Mann" <[EMAIL PROTECTED]> wrote in message news:96426@palm-dev-forum... > > >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. > > You can call WinDrawChars anytime to draw to the active form, > including within a form event handler. > > Regards, > Steve Mann > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
