On Thursday, August 07, 2003 1:48 AM [GMT+1=CET],
Alan Ingleby <[EMAIL PROTECTED]> wrote:

> "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?

In fact, my value column have textTableItem style when there is no note and
textWithNoteTableItem style when there is a note.
In this case, the note indicator is shown by the system.

>  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.

Unfortunately, I never change the font in my sources !


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

Reply via email to