On Feb 13, 9:17 am, Christophe Grand <[EMAIL PROTECTED]> wrote:
> Rhino user a écrit :
>
> > On Feb 12, 9:54 pm, Rhino user <[EMAIL PROTECTED]> wrote:
> >> Hi ,
> >>  I have a script like his
> >> try{
> >>  var f = this.getOCGS();}
>
> >> catch(exeption e){
> >>    logger.println(e);;
>
> >> }
>
> > This problem is really  weird , could somebody pl. help.
> > Thanks
>
> No idea, can you try this?
>
> var that = this;
> try{
>   var f = that.getOCGS();}
>
> catch(exeption e){
>     logger.println(e);;
>
> }

No luck :(.
this does not work either.
Thanks
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to