PDA

View Full Version : htmlText losing formatting


Elephantium
11-17-2008, 08:17 PM
I'm having trouble with a TextArea showing htmlText. We're showing some text, highlighting one sentence at a time while we play an audio file of someone reading the text. If you click on the stage and hit tab a few times while the audio is playing, the text in the textarea will usually shrink down from 24 pt font to around 10 pt font the next time the textarea gets updated.

When I check on the TextArea component, it reports fontSize=24. :confused:

Has anyone run into this sort of behavior before?

drkstr
11-18-2008, 01:19 AM
Yes I have. My bindings were causing the problems. I don't remember the exact scenario, but it was something along the lines of my bindings being executed before the data model was updated. How is your content set. I assume through some kind of binding mechanism?

Best Regards,
~Aaron