You should keep variables referencing the checkboxes, call
addEventListener to listen to the "change" event and set the selected
property of the other checkbox

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of alex steel
Sent: Wednesday, April 04, 2007 11:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: dynamically created access and event elements
problem and



can somebody help me please
this is second post with question and yet nobody answers and I am sure
this is pretty easy 
I count on people here, but if you think I should try to find better
place for help please let me know

Alex
...
> This piece of code helps me create dynamically checkboxes in one of
> the Tabs in my TabNavigator
> 
> my problem is how to access now to this elements so I can check their
> value and how to make event to make unselected some other checkbox on
> click 
> checkboxes are grouped in Left and Right and only Left or Right can be
> selected, that's why I need an event
> basiclly with hand placed CheckBoxes click=3D"cb_r.selected=3Dfalse"
is
> enough but for dynamically created I need your help
> 
> THANKS in ADVANCE ;)
>



 

Reply via email to