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? "Ben Combee" <[EMAIL PROTECTED]> ���g��l�� news:65495@palm-dev-forum... > > "Dave Lippincott" <[EMAIL PROTECTED]> wrote in message > news:65480@palm-dev-forum... > > > > Seriously, don't put so many events into the queue. Allow the OS > and/or > > your app to handle some before adding a bunch more. > > If you're getting this error because you're using FldInsert or > FldDelete -- don't do that! Directly manipulate the field text using > FldGetTextHandle and FldRecalculateField. > > > ----- Original Message ----- > > From: "Birch" <[EMAIL PROTECTED]> > > Newsgroups: palm-dev-forum > > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > > Sent: Friday, October 19, 2001 6:59 AM > > Subject: What is "Event queue ful" error > > > > > > > Is there anybody know how to solve "event queue full" error? > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
