In a message dated 9/20/00 11:25:57 PM Mountain Daylight Time, 
[EMAIL PROTECTED] writes:

> I have a custom column in a table and wish to draw a note icon at a
>  particular position using a call similar to WinDrawChars()...

Ya: the following code places a note symbol (seen in the built-in Datebook 
and ToDo apps at coords x and y.....

//change the font

FntSetFont(symbolFont);

WinDrawChars(symbolNote,1,x,y);

Check into Chars.h for more symbols.....

( }#^} Ritz

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

Reply via email to