I found this in some code and noticed that it is an alarm clock on the
application.  I am trying to find out what other images are available.  I
need to find another one, such as a memo pad icon or where I can find other
images.

Code looks like this:
CharPtr  pszDesc;
Char     szBuf[2 + 1];

szBuf[0] = symbolAlarm;
szBuf[1] = 0x00;
pszDesc  = szBuf;

Can someone also explain what this code is doing.  I have looked in  some
books, but found nothing on the sybolAlarm.

 Thanks In Advance.

Thanks,
Scott Heffron






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

Reply via email to