Hey Flexers

I am trying to use the ViewStack to switch Panels from a List
Component, but I am having no luck because I get an error saying "Call
to possibly undefined method ItemClickEvent".  Could someone help me,
please?

<mx:Canvas x="0" y="0" width="100%" height="100%">
   <mx:HBox x="0" y="0" width="100%" height="100%"
horizontalAlign="center" verticalAlign="middle">

<mx:List x="0" y="0" width="10%" height="10%" id="myList"
itemClick="panelVS.selectedIndex=ItemClickEvent(event).index">
   <mx:dataProvider>
      <mx:Array>
           <mx:Object label = "Panel 1"/>
           <mx:Object label = "Panel 2"/>
      </mx:Array>
   </mx:dataProvider>
</mx:List>

<mx:ViewStack id="panelVS" width="50%" height="50%">
    <mx:Panel width="100%" height="100%" id="panelOne" title="Panel One"/>
    <mx:Panel width="100%" height="100%" id="panelTwo" title="Panel Two"/>
</mx:ViewStack>

</mx:HBox>
</mx:Canvas>


Thanks

Sal






------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to