Did anything change?
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Paul
Steven
Sent: Thursday, September 11, 2008 10:13 AM
To: [email protected]
Subject: [flexcoders] Disabling an entire MenuBar in Flex 2
I would like to disable an entire MenuBar but can’t quite figure out how.
I was hoping I could just do something like this menubar1.enabled = false; but
unfortunately this doesn’t seem to work.
Here is my menu bar code.
<mx:MenuBar labelField="@label" itemClick="menuHandler(event)"
dataProvider="{menuBarCollection}" width="300" x="470"
color="#ffffff" id="menubar1" alpha="0.0" fillColors="[#ffffff, #ffffff]"/>