On Aug 25, 7:10 am, chris idr <[EMAIL PROTECTED]> wrote:
> I get a TypeError, saying Cannot set property "lineWidth" of null to "0"
>
> I have a method defined which is
> public void lineWidth( int lineWidth){...}
>
> but this doesnt get called,
>
> how can i find out what method rhino is trying to call?
>
> Regards
>
> Chris Wade

Sounds like you're trying to use lineWidth as a setter, so try
changing the method name to setLineWidth.

--N
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
  • HELP chris idr
    • Re: HELP Norris Boyd

Reply via email to