Hi all;
I have two questions for this example please.
 
The first Q1 is:-
what is the different in the case where in tag <mx:TabNavigator> to be used
tag      <mx:VBox label="The Team VBox">      
      </mx:VBox>
             
or tag      <mx:Canvas label="The Team">
         </mx:Canvas>
 
 
Q2) I want to include a panel from exect file, for example:
when i click on          <mx:Canvas label="Inputs"></mx:Canvas>
i want to get the the panel from other file instead of the following
 
            <mx:Panel id="detailsPanel" width="100%" height="100%">
                <mx:TabNavigator id="tn" width="100%" height="100%">
      <mx:VBox label="The Team VBox">
the same for other Canvas till logout.
 
 
Hope that i got a help in those questions.
************************************
 
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"
    xmlns="*"
    pageTitle="Project">
    <mx:Style source="style.css"/>
    <mx:Canvas width="100%" height="100%">
        <mx:HBox width="100%" height="100%">
            <mx:Panel id="smetnav" title="Home" width="210" height="100%" textAlign="center" fontSize="14">
    <mx:Form>
     <mx:Label text="About The Team"/>
    </mx:Form>
            </mx:Panel>
            <mx:Panel id="detailsPanel" width="100%" height="100%">
                <mx:TabNavigator id="tn" width="100%" height="100%">
      <mx:VBox label="The Team VBox">      
      </mx:VBox>
             
      <mx:Canvas label="The Team">
         </mx:Canvas>
   
         <mx:Canvas label="Inputs">
            </mx:Canvas>
     
      <mx:Canvas label="Reports">
            </mx:Canvas>
      <mx:Canvas label="Projects">
            </mx:Canvas>
      <mx:Canvas label="Charts">
            </mx:Canvas>
      <mx:Canvas label="Forums">
            </mx:Canvas>
      <mx:Canvas label="Chat">
            </mx:Canvas>
      <mx:Canvas label="Logout">
            </mx:Canvas>
               </mx:TabNavigator>
            </mx:Panel>
        </mx:HBox>
    </mx:Canvas>
</mx:Application>

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

--
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




Reply via email to