"Birch" <[EMAIL PROTECTED]> wrote in message news:65712@palm-dev-forum... > > I didn't put any event to the queue myself. But I did use FldInsert > & FldDelete to update field text. I think that's the cause. Ben's > suggestion is really helpful. Now I use FldSetTextPtr to associate > a string buffer to the field then call FldDrawField to refresh > the updated result. It's OK. > > Is there anybody kown why FldInsert & FldDelete cause such > a problem internally?
The explanation is in the Palm OS SDK documentation for FldInsert and FldDelete. Both of these functions post fldChangedEvents to notify the program that the field's contents have changed. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
