I am developing a program which is launched by other programs. It uses it's own defined font #128. I am wondering what will happen if the calling program has also defined font#128, then my program redefines it, and then returns to the calling program. What will font #128 be referring to?
This is a problem; if you redefine a font while in the context of another program, you can really mess up the caller. The font definitions are only reset during application switches, not during subcalls or sublaunches.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
