Re: [SPAM?] Re: [Flashcoders] ComboBox label issue SOLVED

2011-01-24 Thread Creighton, Gerry
tName + " (" + fnt.fontStyle + ")"; > } > > font_cb.labelFunction = setLabel; > > > - Original Message - > From: "Creighton, Gerry" > To: > Sent: Monday, January 24, 2011 4:11 PM > Subject: [Flashcoders] ComboBox label issue &g

Re: [Flashcoders] ComboBox label issue

2011-01-24 Thread Peter Ginneberge
Message - From: "Creighton, Gerry" To: Sent: Monday, January 24, 2011 4:11 PM Subject: [Flashcoders] ComboBox label issue I�m having a problem properly displaying the font name and variant in a combobox. I have fonts embedded in my swf and am exporting for AS. I have a ComboB

[Flashcoders] ComboBox label issue

2011-01-24 Thread Creighton, Gerry
I’m having a problem properly displaying the font name and variant in a combobox. I have fonts embedded in my swf and am exporting for AS. I have a ComboBox that I’m populating from an enumerated font array like so... fontArray = Font.enumerateFonts(false);//using false only enumerates embedded