Just a correction... use this code...

<mx:Repeater id="r" dataProvider="{myXC}">
       <mx:RadioButton id="Radio"  label="{r.currentItem.dayofweek}"
visible="{(r.currentItem.notsure=='true')}"
              width="150"/>
  </mx:Repeater>


Regards,
Venkat
www.venkatv.com


On Sun, Jan 11, 2009 at 4:27 PM, Venkat Viswanathan
<[email protected]>wrote:

> Try this...
>
> <mx:Repeater id="r" dataProvider="{myXC}">
>        <mx:RadioButton id="Radio"  label="{r.currentItem.
> dayofweek}"
> visible="{(r.currentItem.notsure=="true")}"
>               width="150"/>
>   </mx:Repeater>
>
>
>
> Regards,
> Venkat
> www.venkatv.com
>
>
>
> On Sun, Jan 11, 2009 at 12:12 PM, moshe <[email protected]> wrote:
>
>>
>> Hi,
>>
>> I am trying to control visibility in Repeater but it always shown
>>
>>  <mx:Repeater id="r" dataProvider="{myXC}">
>>        <mx:RadioButton id="Radio"  label="{r.currentItem.dayofweek}"
>> visible="{r.currentItem.notsure}"
>>               width="150"/>
>>   </mx:Repeater>
>>
>>
>>
>>  <day>
>>   <dayofweek>Sunday</dayofweek>
>>   <notsure>false</notsure>
>>
>>  </day>
>>
>> >>
>>
>

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

Reply via email to