I am using POSE Emulator 3.0a3 and debug ROM OS 3.5.  On the 667,791 
gremlin event, my application throws an error.  What confuses me is 
that event 667,790 is sending a 0x1F keypress.  Doesn't that 
correspond to a downArrowChar?  How would a user create a 
downArrowChr using Graffiti or the hardware buttons?

This wouldn't be the hardware down arrow?  That would be downPageChr
(0x0C).  The final event at 667,792 appears to be a backspace keypress
which is fine and normally wouldn't kill my app.

I must be misreading the Gremlin logs.

Regards,...Ron


775.994 (667786):       <-  EvtGetSysEvent: penUpEvent      X:146   Y:103

775.999 (667788):       <-  EvtGetSysEvent: keyDownEvent    Key:0x10A
(vchrFind),  Modifiers: 0x0008 

776.019 (667789):       <-  EvtGetSysEvent: keyDownEvent    Key:'g' 0x67, 
Modifiers: 0x0000 

776.139 (667789):       <- EvtGetEvent: fldChanged  ID: 33 

776.229 (667790):       <-  EvtGetSysEvent: keyDownEvent    Key:0x1F, 
Modifiers: 0x0000 

776.269 (667791):       <- EvtGetSysEvent: keyDownEvent    Key:0x08,  
Modifiers: 0x0000 

776.501 (667791):       === ERROR: Gremlin #0 Event 667790 

776.501 (667791):       ===ERROR: "Take Time" (unknown version) reports
"Field.c, Line:222, Invalid word wrapping info".  If this is the
latest version of "Take Time", please report this to the application
author.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to