{r.currentItem.vis} should yeild u either true or false that to in string
format and all in lowercase
so try this

{r.currentItem.vis.toString().toLower()}


Hope this works!!


On Sat, Jan 10, 2009 at 10:09 PM, moshe <[email protected]> wrote:

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


-- 
-----------------------------
Warm Regards,
 HISSAM,
 Soft Engg,
 iThinkLabs Pvt Ltd.
 India.
website:http://www.ithink-labs.com
           http://www.yureekah.com
------------------------------

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