char eventString[64];

switch(pEvent->eType)
{
case keyDownEvent:
        StrCopy(eventString, " keyDownEvent");
        break
                .
                .
                .
             etc.
                .
                .
                .
default:
        StrCopy(eventString, "unknown event");
}

Good luck,

Caspar

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roberto Pedrozo Mendes
Sent: Friday, January 16, 2004 1:55 PM
To: Palm Developer Forum
Subject: transforming events to string

Why i need to do to transform a pEvent->eType a String ? I�m building an debug file 
for my
aplication and i want to this debug show to me all the events .
Thanks

=====
Roberto Pedrozo Mendes
Arquiteto Sistemas J2EE
CPqD - Campinas
[EMAIL PROTECTED]



______________________________________________________________________

Yahoo! GeoCities: a maneira mais f�cil de criar seu web site gr�tis!
http://br.geocities.yahoo.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to