>It´s possible to make the radio button dispatch the "click" event if i
select it by code?

Not directly, but you could add something like this (I haven't used the rb component for a while, but I think this would work

radioButton.autoClick=function() {
this.selected=true
linkType_cml.setType()
}

Then to select the radio button you just call radioButton.autoClick(), and your event should be dispatched.

Danny
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to