Hi,
I am using
<mx:Repeater id="r" dataProvider="{myXC}">
<mx:RadioButton id="Radio" label="{r.currentItem.dayofweek}"
visible="{r.currentItem.vis}"
width="150"/>
</mx:Repeater>
<day>
<dayofweek>Sunday</dayofweek>
<vis>false</vis>
</day>
the label is shown but the visible doesn't work and it's always shown
can someone help?
moshe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---