PDA

View Full Version : Fonts Huge in Dynamic text box


thumbslinger
03-01-2005, 06:22 PM
I have a dynamic text box reading a text file for content. The box itself is set for _sans font.

On the machine I created it on, everything works fine. Bring it to work, everything looks fine.

Duplicate the efforts....in a different file and now the actual font inside of the dynamic text box is HUGE.

The new file is reading the exact same text file as the other.

I thought it was a font issue, but on three different machines, the results are the same.

Without getting into a bunch of other code, has anyone had this problem and discovered what the problem was?

Obviously, if it's syntax, that needs code examples, but I wanted to ask first in case someone thought "Oh, yeah, that happened and it was because of.."

I learned you can't put a conditional inside an event handler unless you call that conditional as a function. No code needed to learn that one!

Thanks for any ideas.

Gibberish
03-01-2005, 06:54 PM
no idea but you should just set up a textFormat style on your root and have each textbox loaded be defined by that. That way all your textboxes are sure to be the same exact text and size.

thumbslinger
03-01-2005, 07:53 PM
thanks for that! I'll give it a whirl..