hi all i have this code in javascript event.target.fillColor = ["CMYK", 0, 0, 0.50, 0] ;
and i have a method
public void setfillColor(String newColor){}
but my method is not being called,
I know that setfillColor should be called but I wondered what the
parameter should be so that the code above calls my method.
regards chris _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
