Yes, but if you read on you will see that I also tried your proposed
workaround, and it gave the same error.

Jiang Wu wrote:

> Your log says:
>
>   > % fern
>   > bgerror failed to handle background error.
>   >     Original error: invalid command name "java0x1"
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   >     Error in bgerror: invalid command name "bgerror"
>
> Is that not the same error you encountered?
>
> -- Jiang Wu
>    [EMAIL PROTECTED]
>
> > -----Original Message-----
> > From: Dr Wes Munsil [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 28, 2000 12:16 AM
> > To: Jiang Wu
> > Cc: [EMAIL PROTECTED]
> > Subject: [Tcl Java] Re: [Tcl Java] A Tcl or TclBlend problem?
> >
> >
> > Am I missing something? I do not see this behavior in the
> > 8.2.3 Tcl shell:
> >
> > % proc fern {} {
> > set x [java::new String foo]
> > after 10000 "$x toString"
> > unset x
> > update
> > }
> > % fern
> > bgerror failed to handle background error.
> >     Original error: invalid command name "java0x1"
> >     Error in bgerror: invalid command name "bgerror"
> > % proc fern2 {} {
> > set x [java::new String foo]
> > after 10000 [list eval $x toString]
> > unset x
> > update
> > }
> > % f


----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to