Re: [flexcoders] Help with error message

2008-11-29 Thread gabriel montagné
Hi, markgoldin_2000 wrote: > What exaclty this means: > TypeError: Error #2007: Parameter antiAliasType must be non-null. > at flash.text::TextField/set antiAliasType() Paraphrasing the error message one can defintely say that you have a TextField somewhere for which you're setting the anti alias

[flexcoders] Help with error message

2008-03-27 Thread markgoldin_2000
What exaclty this means: TypeError: Error #2007: Parameter antiAliasType must be non-null. at flash.text::TextField/set antiAliasType() at mx.core::UITextFormat/measure() [E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UITextFormat.a s:459] at mx.core::UITextFormat/measureTe

RE: [flexcoders] Help with error message ASAP!

2005-10-02 Thread Matt Chotin
And check the faq (linked below) for more info.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Kelly Roman Sent: Sunday, October 02, 2005 4:31 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Help with error message ASAP

RE: [flexcoders] Help with error message ASAP!

2005-10-02 Thread Kelly Roman
@yahoogroups.com Subject: [flexcoders] Help with error message ASAP!   I just started getting the following error message when I try to compile an mxml file I have been working on in FlexBuilder: "Branch between 9975 and 43151 around line 0 exceeds 32K span. If possible, please refactor

[flexcoders] Help with error message ASAP!

2005-10-02 Thread delaquae
I just started getting the following error message when I try to compile an mxml file I have been working on in FlexBuilder: "Branch between 9975 and 43151 around line 0 exceeds 32K span. If possible, please refactor this component." Can someone tell me what this means? Is my file too large?