Re: Re: [Flashcoders] weird htmlText problem...

2006-09-11 Thread grimmwerks
Yeah, turns out that it was something simple - multiline I believe. It's been a VERY long weekend of sleepless coding. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/

Re: [Flashcoders] weird htmlText problem...

2006-09-11 Thread GregoryN
Seems this problem is quite the same as I described recently in my "Textfield optimizes itself in a weird way" thread in August. It was about Flash eating out the space between or etc tags... I've ended up considering it as a bug and created my own "optimization" (based on split().join() ) .

Re: [Flashcoders] weird htmlText problem...

2006-09-11 Thread Kenneth Kawamoto
At least you need to add this: mTitle.multiline = true; -- // Kenneth Kawamoto (on the road) // materia prima limited // [EMAIL PROTECTED] // www.materiaprima.co.uk Ok, I've got a class that I've used that all it does is take in a stri

[Flashcoders] weird htmlText problem...

2006-09-10 Thread grimmwerks
Ok, I've got a class that I've used that all it does is take in a string of htmlText, create a textfield and apply it. But something is happening that is killing the text for some reason; If I send INTO the function this htmlText: whateverman A textfield is created and applied, but then it turn