Hi Guys,

Has anyone flirted with the idea of creating MXML
conditional-structure components that can be used to dynamically
generate interfaces??

just to be more graphical... something like this

<mx:Repeater id="rep2" dataProvider="{rep1.currentItem.elements('*')}">
        
        <foo:If condition="[EMAIL PROTECTED]'super'}">
                
                <foo:SuperLabel text="[EMAIL PROTECTED]"/>                      
                
                
                <foo:Else>
                
                        <mx:Label text="[EMAIL PROTECTED]"/>
                        
                </foo:Else>
                
        </foo:If>
        
</mx:Repeater>

it just makes a lot of sense...
any ideas????

best,
Aldo


-- 
::::: Aldo Bucchi :::::
mobile +56 9 8429 8300

Reply via email to