Andy Arhelger wrote:
I don't know if this would work for you, but when I have to change anything about a label, I usually just delete the existing label and recreate a new one with all the same properties except for what I wanted to change.fontID = FrmGlueGetLabelFont(frm,labelID); // Returns boldFont FrmGlueSetLabelFont(frm,labelID,largeFont); // Try to set a new font fontID = FrmGlueGetLabelFont(frm,labelID); // Returns stdFontFrmGlueSetLabelFont seems to always set to stdFont no matter what is passed in and no matter what the previous values was. I don't get it!!!
matt
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
