Hello The clock application (at least on Tungsten) has a side effect of redefining existing fonts.
Here is what we do: - load a custom font from the resources - call FntDefineFont( fntAppFontCustomBase, loadedFontPointer) - prior to any font-related function we call FntSetFont() to set the font and after the function is done we restore the original font When the Clock is run on top of our application the fntAppFontCustomBase is redefined and since that moment we see just blank text fields. I think one solution would be to refresh the font definition in reaction to winEnterEvent event, but I don't like it. Can somebody suggest a better way? Jan Slodicka -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
