Skip to main content
fabiow90186776
Participant
May 9, 2017
Question

MenuBar disappears only in IExplore

  • May 9, 2017
  • 1 reply
  • 187 views

Hello,

I have a SWF application running, and somehow the MenuBar from my page disappears only in IExplore. At Chrome and Firefox this not occurs.

My MXML file looks like this:

<mx:MenuBar id="mnePrincipal" labelField="@label"

                 styleName="mainMenu" menuStyleName="subMenu"  

                 itemClick="menuHandler(event);"

                 borderColor="0xFF0000"

                 rollOverColor="0xFF0000"

                 y="2"

                 alpha="0.0" fontSize="10"

                 fontWeight="bold" focusAlpha="0.3">

               

                     <mx:XMLList>

                        <menuitem label="MenuItem A">

                            <menuitem label="SubMenuItem A-1" enabled="false"/>

                            <menuitem label="SubMenuItem A-2"/>

                        </menuitem>

                        <menuitem label="MenuItem B"/>

                    </mx:XMLList>

               

                 </mx:MenuBar>

Any tips?

This topic has been closed for replies.

1 reply

fabiow90186776
Participant
May 9, 2017