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 type property
(antiAliasType) to null (this might not be something you're doing on purpose,
but you might be binding to something which has the value null at some point).
If you check the docs for TextField you'll se that the valid values are only
"normal" or "advanced" (the values are held in the class constants NORMAL and
ADVANCED in the AntiAliasType class which one should always use instead of the
literals).
I don't know what you're doing, but if you're, for example, doing tests
changing the anti alias type from a combo box or something like that, you
should always test or provide a fallback for it. Something like <mx:TextField
antiAliasType="{myValue || AntiAliasType.ADVANCED}" /> could do the job.
hth,
gabriel.
--
gabriel montagné láscaris-comneno
http://rojored.com
+506 83.67.67.94