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/
