Redrawing the form explicitely hasn't resolved the problem. I wonder if I should use FrmCopyTitle() instead; what is the difference between the two?
FrmSetTitle replaces the pointer inside the title object with the pointer you provide. This pointer has to remain valid as long as the form is open.
FrmCopyTitle copies the text of your string into the string embedded in the form object. To use this, your new title cannot be longer than the original string used in the form.
-- 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/
