I have an options panel. I have a panel which I display an image with the options from the options panel.
The Options panel has a Tab Navigator for different categories of Options. In the parent of both panels, I have my event listeners for all my options. The problem is that my event listeners for the Navigator Tabs which are not selected keep giving me a null reference error. Since the tab is not selected yet, the MXML Component has not yet been created hence the null reference error. How do I get around this? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/EventListener-null-reference-error-tp13436.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
