|
You might have better luck using some of
the TreeDataProvider methods rather than referring to the XML methods
directly. Check for TreeDataProvider in the ASDoc. From: Hi Tracy, Still I am facing the same problem, i tried it like this:-- function setValue(item,state) { super.setValue(item,state); mx.core.Application.alert(""+item,'item'); for(var initValue=0; initValue<item.length;initValue++) { if(item.attributes.isGrayed==true) { var rowNo:Number; rowNo=(item.getCellIndex()); disableNode(rowNo); //item.enabled=true; //item. } else { mx.core.Application.alert(""+item.attributes.isGrayed,'else'); } } function disableNode(node:Number) { item.rows[node].enabled=true; item.rows[node]. } } It is getting the par! ameter 'item' as attached in the image file,
after that it is not moving inside the loop and no other operation is
performed. Any more suggestions!! Yahoo! Mail |

