[Flashcoders] Shared Fonts issue... textformat object only works in dynamically created textfields!

2006-07-04 Thread Marcelo de Moraes Serpa
I really need some quick help here as I need to deploy this app for tomorrow! I´m using Shared Fonts and loading the swf with the exported font symbols beforehand, in the main preloader. In the subsequent forms (swfs) I´m using the SharePoint strategy, where I put only a dummy MovieClip one

Re: [Flashcoders] Shared Fonts issue... textformat object only works in dynamically created textfields!

2006-07-04 Thread Michael Bedar
i assume you mean... tf = new TextFormat() tf.font = myfont mytextfield.setNewTextFormat(tf) Did you try using mytextfield.setTextFormat(tf) AFTER you change the text? On Jul 4, 2006, at 9:20 PM, Marcelo de Moraes Serpa wrote: I really need some quick help here as I need to deploy this

Re: [Flashcoders] Shared Fonts issue... textformat object only works in dynamically created textfields!

2006-07-04 Thread Marcelo de Moraes Serpa
Oh yes sorry... my mistake. Yes, sure. I actually don´t touch the textfield´s text. On 7/4/06, Michael Bedar [EMAIL PROTECTED] wrote: i assume you mean... tf = new TextFormat() tf.font = myfont mytextfield.setNewTextFormat(tf) Did you try using mytextfield.setTextFormat(tf) AFTER you change

Re: [Flashcoders] Shared Fonts issue... textformat object only works in dynamically created textfields!

2006-07-04 Thread Marcelo de Moraes Serpa
By saying that I mean that it stays with the text I´ve set up in the flash ide... On 7/4/06, Marcelo de Moraes Serpa [EMAIL PROTECTED] wrote: Oh yes sorry... my mistake. Yes, sure. I actually don´t touch the textfield´s text. On 7/4/06, Michael Bedar [EMAIL PROTECTED] wrote: i assume you

Re: [Flashcoders] Shared Fonts issue... textformat object only works in dynamically created textfields!

2006-07-04 Thread Michael Bedar
well, in that case setNewTextFormat definitely won't work.. if a normal setTextFormat does not work, i'm out of ideas.. On Jul 4, 2006, at 9:28 PM, Marcelo de Moraes Serpa wrote: Oh yes sorry... my mistake. Yes, sure. I actually don´t touch the textfield´s text. On 7/4/06, Michael Bedar