[flex_india:26368] Check Box issue

View: New views
3 Messages — Rating Filter:   Alert me  

[flex_india:26368] Check Box issue

by Ravi-35 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello Friends,
I am using list inwhich i took check box for item renderer,
I want to check only one box at a time,suppose i have 4 check box and
then if i checked any one then others should be unchecked
automatically like Radio button.
But i dont want to use radio button .
Can anyone please help me in this.
regards
ravi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_india@...
To unsubscribe from this group, send email to flex_india+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---


[flex_india:26401] Re: Check Box issue

by GAGAN anand-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Ravi
 
For your problem, First take one var in your class which should contain the currently selected check box instance. When you check another check box then uncheck the previously selected check box.
 
Hope this helps
 
Regards
Gagan Deep  

2009/11/4 Ravi <ravindra.chorge@...>

Hello Friends,
I am using list inwhich i took check box for item renderer,
I want to check only one box at a time,suppose i have 4 check box and
then if i checked any one then others should be unchecked
automatically like Radio button.
But i dont want to use radio button .
Can anyone please help me in this.
regards
ravi --~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_india@...
To unsubscribe from this group, send email to flex_india+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---


[flex_india:26452] Re: Check Box issue

by flexorz group of flex corders :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

yes best way is to use a ValueObject ,so no matter what is selected or deselected , you can have a own method in the vo it self to return the collection if selected ones or what ever you wanted do with them

cheers

dinukx

On Thu, Nov 5, 2009 at 2:12 PM, GAGAN anand <gds.anand85@...> wrote:
Hi Ravi
 
For your problem, First take one var in your class which should contain the currently selected check box instance. When you check another check box then uncheck the previously selected check box.
 
Hope this helps
 
Regards
Gagan Deep  

2009/11/4 Ravi <ravindra.chorge@...>


Hello Friends,
I am using list inwhich i took check box for item renderer,
I want to check only one box at a time,suppose i have 4 check box and
then if i checked any one then others should be unchecked
automatically like Radio button.
But i dont want to use radio button .
Can anyone please help me in this.
regards
ravi


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_india@...
To unsubscribe from this group, send email to flex_india+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---