toddclare
05-02-2005, 06:23 PM
I have a datagrid with one column using MM's CheckCellRenderer that ships with flash.
I'd like the rest of my movie to react when the user checks an item in the datagrid. I've been looking through the (vague) documentation, and have only managed to give myself a headache.
I'm thinking it's GOT to be something like:
var obj:Object = new Object;
obj.click = function() {
trace ("Someone in the forum helped me");
}
myDataGrid.?? checkBoxInRenderer ??.addEventListener("click", obj);
or something? Thanks!
If you help, I'll put your name in my trace statement for my (three) users to marvel over... ; )
I'd like the rest of my movie to react when the user checks an item in the datagrid. I've been looking through the (vague) documentation, and have only managed to give myself a headache.
I'm thinking it's GOT to be something like:
var obj:Object = new Object;
obj.click = function() {
trace ("Someone in the forum helped me");
}
myDataGrid.?? checkBoxInRenderer ??.addEventListener("click", obj);
or something? Thanks!
If you help, I'll put your name in my trace statement for my (three) users to marvel over... ; )