"Engi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > When my records don't have any note, all is fine. > But if I add a note, all the characters which are drawed after the note > indicator are weird.
How are you drawing the note icon? It seems to me that you night be setting the font to a weird value? Try wrapping all your plain text custom drawing in this: // Before drawing text... FontID oldFont = FntSetFont(stdFont); ///Normal text drawing code here... // After drawing text... FntSetFont(oldFont); Let me know how this goes. Alan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
