#32002/12/20 11:36:05
非常感谢ken,我已经找到答案
FSelectableItemClass.prototype.highlightPress = function()
{
if (this.controller.enable) {
this.controller.controller.clickHandler(this.controller.itemNum);
}
if (msg._visible==false){
msg._visible=true;
msg.setMessage("you clicked row on "+this.controller.itemNum+" .");
}
}