Archive for the ‘namespace’ Tag (1)

Home > Flex, Tips > Struggling with Flex Error 1000: Ambiguous Reference to…

Struggling with Flex Error 1000: Ambiguous Reference to…

August 20th, 2010 7 comments

I recently faced a Flex Error 1000: Ambiguous Reference to that puzzled me, I thought I’d share what was the issue and how to workaround it.

This error was raised by the compiler when I attempted to use a property for which I had defined a public getter together with a protected setter.

Using public::myProperty or protected::myProperty fixed the problem!

Continue reading...

VN:F [1.9.8_1114]
Rating: 5.0/5 (2 votes cast)
Categories: Flex, Tips Tags: error, Flex, namespace Email This Post