Accessing a component
hi, i've mxml application using viewstack connect compenents. don't find way access thoses compements betwen themselves:
i wish somethiing competitions.myfield calendar page...but no way. odear how write reference??
seb
<?xml version="1.0" encoding="utf-8"?>
<mx:application xmlns:mx=" http://www.adobe.com/2006/mxml" xmlns="*" width="100%" layout="absolute" height="100%">
<mx:applicationcontrolbar x="0" y="0" width="838">
<mx:togglebuttonbar
height="100%"
dataprovider="{viewstack}"
stylename="storebuttonbar"/>
</mx:applicationcontrolbar>
<mx:viewstack x="10" y="39" id="viewstack" width="97%" height="600" creationpolicy="all">
<calendar label="calendar" width="100%" height="100%" />
<competitions label="competitions results" width="100%" height="100%" />
<athletes label="athletes" width="100%" height="100%" />
</mx:viewstack>
</mx:application>
i wish somethiing competitions.myfield calendar page...but no way. odear how write reference??
seb
<?xml version="1.0" encoding="utf-8"?>
<mx:application xmlns:mx=" http://www.adobe.com/2006/mxml" xmlns="*" width="100%" layout="absolute" height="100%">
<mx:applicationcontrolbar x="0" y="0" width="838">
<mx:togglebuttonbar
height="100%"
dataprovider="{viewstack}"
stylename="storebuttonbar"/>
</mx:applicationcontrolbar>
<mx:viewstack x="10" y="39" id="viewstack" width="97%" height="600" creationpolicy="all">
<calendar label="calendar" width="100%" height="100%" />
<competitions label="competitions results" width="100%" height="100%" />
<athletes label="athletes" width="100%" height="100%" />
</mx:viewstack>
</mx:application>
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment