Flex 2 Setter Not Working Right? Use =, not ==!
I hate those elusive bugs that cause me to spend an hour or more pulling out my hair, only to eventually realize that it was a simple typo all along. Here’s my hot tip for the day: if you’re expecting a setter function in Flex 2 to do something, but that something never happens, make sure you’re not accidentally using the == comparison operator where you intended to use the = assignment operator.
Let’s all say it together: UGH. Can I go to bed now?
Loading...