WinDrawChars doesn't post any events. What else do you call in the loop? (And if you call other functions you wrote, what do those functions call?, etc)
What happens if you surround the loop with "#if 0"? (After also making any necessary tweaks so the subsequent code runs ok, etc) This would be a good way to test your hypothesis that the problem is triggered by something in the loop. "Rahul Shukla" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > sure i aggree to it that at one of my screens i was > using lot of fldinsert which gave me this error , so > after reading the reference i had changed to > settexthandle to the edit fields. > Now the particular screens where i am facing this > problem is actually i am using WinDrawChars() in a > loop. Do you think this may be the cause of this fatal > alert as event queue full ? > Coz related to windrawchars i dint find nething in the > reference. > > Regards, > Rahul > > --- Chris Tutty <[EMAIL PROTECTED]> > wrote: > From: "Rahul Shukla" > <[EMAIL PROTECTED]> > > > On one or two screens i get this error as Fatal > > Alert, > > > Event.c event queue full. > > > Can any one help me in suggesting the remedy of > > this > > > problem, or the potential cause of the same. > > > > > There's a known problem with some operations on > > fields > > that will overflow the event buffer. From memory > > it's using > > FldDelete and FldInsert repeatedly - it's documented > > in the > > PalmOS reference. > > > > Might I suggest that you breakpoint the code or add > > debug > > logging and identify exactly where and when the > > problem > > is occurring. This has a good chance of telling you > > *why* > > it's occurring. It's slow, tedious work but there's > > really no > > other way. > > > > Chris Tutty > > > > > > -- > > For information on using the Palm Developer Forums, > > or to unsubscribe, please see > http://www.palmos.com/dev/support/forums/ > > ________________________________________________________________________ > Missed your favourite TV serial last night? Try the new, Yahoo! TV. > visit http://in.tv.yahoo.com > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
