Event Queue Full

2008-05-28 Thread Tjeng-Bo Lie
process them in sequence. But when I do some Palm OS event within my user event handler (like FrmUpdateForm) it blows up with the message "Event.c line 191 - Event queue full" Is there a way to inspect the event queue from Codewarriors' debugger? How big is the event queue anyway?

Re: Event Queue Full

2008-05-28 Thread Tjeng-Bo Lie
packet from the server, I queue them up in the >event queue, and process them in sequence. But when I do some Palm OS event >within my user event handler (like FrmUpdateForm) it blows up with the >message "Event.c line 191 - Event queue full" > >Is there a way to inspect t

Event Queue Full

2003-11-07 Thread Marianne
Hello, We have written our own Keyboard Driver for our propritery keyboard.We have the following problems: 1. If we randomly type keys, we get Event Queue Full Fatal Error. This is observed when typing fast.. 2. On samsung i500 phone , we can change the association of some hard keys and the

RE: Fatal Alert, Event.c Event queue full

2003-03-03 Thread Jeff Wheeler
Rahul Shukla wrote: >> 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. Calling WinScrollRectangle() on a Handera 330 can ge

Re: Fatal Alert, Event.c Event queue full

2003-03-02 Thread Chris Antos
ldinsert 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

Re: Fatal Alert, Event.c Event queue full

2003-03-02 Thread Rahul Shukla
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 sc

Re: Fatal Alert, Event.c Event queue full

2003-03-02 Thread Chris Tutty
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

Re: Fatal Alert, Event.c Event queue full

2003-03-02 Thread Sean Charles
On Sunday, March 2, 2003, at 07:41 AM, Rahul Shukla wrote: Hello, I developed an application having prc size as 192kb. So effective size if big. Size doesn't matter apparently ;-) On one or two screens i get this error as Fatal Alert, Event.c event queue full. Can any one help me in sugge

Fatal Alert, Event.c Event queue full

2003-03-02 Thread Rahul Shukla
Hello, I developed an application having prc size as 192kb. So effective size if big. 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. Best Regards, Rahul

Re: Event Queue Full

2002-07-30 Thread Hemon Dey
alm-dev-forum... > > In article <92421@palm-dev-forum>, [EMAIL PROTECTED] says... > > > > Hello post, > > > > I have an intermitten problem whereby entering a form gives this error : -- > > > > called SysFatalAlert with the message: "Event.c, > &

Re: Event Queue Full

2002-07-29 Thread Ben Combee
In article <92421@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hello post, > > I have an intermitten problem whereby entering a form gives this error : -- > > called SysFatalAlert with the message: "Event.c, > Line:200, Event queue full". > &g

Re: Event Queue Full

2002-07-29 Thread Keith Rollin
t with the message: "Event.c, >Line:200, Event queue full". > >Now, if it were happening all the time I probably would be able to >figure it out. However this is not the case ... it seems to only >happen every now and then. The program seems to run fine on the >device

Event Queue Full

2002-07-29 Thread Hemon Dey
Hello post, I have an intermitten problem whereby entering a form gives this error : -- called SysFatalAlert with the message: "Event.c, Line:200, Event queue full". Now, if it were happening all the time I probably would be able to figure it out. However this is not the case ... i

Re: Event queue full error

2001-08-29 Thread Michal Seliga
If you use a lot of FldInsert od FldDelete together, you will get this error. Every of these will generate an event (evtFldChange or something like that). On 30 Aug 2001, at 0:00, Palm Developer Forum digest wrote: > Subject: Event queue full error > From: "Todd Walk" &

Re: Event queue full error

2001-08-29 Thread Tom Hoelscher
Are you telling the OS that you handled the events? If not, they may stay on the event queue. on 8/29/01 23:33, Todd Walk at [EMAIL PROTECTED] wrote: > I'm getting: > > (program name) called SysFatalAlert with the message: "Event.c, Line:191, > Event queue full". &

Event queue full error

2001-08-29 Thread Todd Walk
I'm getting: (program name) called SysFatalAlert with the message: "Event.c, Line:191, Event queue full". (Event.c is not part of my program. Selecting debug from the emulator dumps me into an asm debug.) from the emulator. Looking at my code, I don't see any place tha

RE: event queue full after only 11 application events!

2001-05-30 Thread Curtis Jackson
Thanks, Keith. I did all this last night before I saw your email, but ran into some interactions with the client code that didn't make sense. I'll go work those out. Thanks for confirming the depth (or lack of) of the event queue. >* Add a private queue to hold your custom event data. >* Main

RE: event queue full after only 11 application events!

2001-05-29 Thread Keith Rollin
up in your private queue. -- Keith > -Original Message- > From: Curtis Jackson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 29, 2001 5:36 PM > To: Palm Developer Forum > Subject: event queue full after only 11 application events! > > > I have an application that

event queue full after only 11 application events!

2001-05-29 Thread Curtis Jackson
vents does so in a burst before returning back eventually to the event loop. The problem is, after enqueuing only 11 of these user events, the system throws a fatal error claiming "event queue full". I have verified that there are no other events (system or otherwise) queued at the t

Re: Help! how to work around event queue full?

2001-02-05 Thread krollin
<[EMAIL PROTECTED]> on 02/05/2001 02:20:46 PM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: "Avi Manor" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> cc:(Keith Rollin/US/PALM) Subject: Help

Re: Help! how to work around event queue full?

2001-02-05 Thread Hans Han
t;[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 6:20 AM Subject: Help! how to work around event queue full? > I'm getting "Event.c line 283 event queue full" when ever trying to > fieldInsert more then about 8 fie

Help! how to work around event queue full?

2001-02-05 Thread Avi Manor
I'm getting "Event.c line 283 event queue full" when ever trying to fieldInsert more then about 8 fields. I see other people wanted to know about the same thing but I could not find a practical answer. Can any body help? -- For information on using the Palm Develope

RE: Event Queue Full

2000-09-14 Thread Nesse, Rustin
--- >> From: Tjeng-Bo Lie [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, September 13, 2000 3:11 PM >> To: Palm Developer Forum >> Subject: Re: Event Queue Full >> >> >> On a somewhat related note, is there a way to catch this >> error BEFORE the >> qu

RE: Event Queue Full

2000-09-13 Thread Kevin O'Keefe
stead, you should create your own queue and add your data to that queue instead of trying to usurp the system queue? Kevin > -Original Message- > From: Tjeng-Bo Lie [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 13, 2000 3:11 PM > To: Palm Developer Forum > Subject:

Re: Event Queue Full

2000-09-13 Thread Tjeng-Bo Lie
packet from the server, I queue them up in the >event queue, and process them in sequence. But when I do some Palm OS event >within my user event handler (like FrmUpdateForm) it blows up with the >message "Event.c line 191 - Event queue full" > >Is there a way to inspect t

Event Queue Full

2000-09-13 Thread Tjeng-Bo Lie
process them in sequence. But when I do some Palm OS event within my user event handler (like FrmUpdateForm) it blows up with the message "Event.c line 191 - Event queue full" Is there a way to inspect the event queue from Codewarriors' debugger? How big is the event queue anyway?

event queue full

2000-03-27 Thread pete moss
i have a form that loads data into several fields and sets several checkboxes on frmOpenEvent. when i do so, pose reports "Event.c, Line: 247, Event queue full". is there a way around this? am i trying to do too much? is there a function i could call while setting up the form that w