[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] A Tcl or TclBlend problem?

2000-06-28 Thread Dr Wes Munsil
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 1 "$x toString" unset x update } % f

[Tcl Java] RE: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] A Tcl or TclBlend problem?

2000-06-28 Thread Jiang Wu
-Original Message- From: Dr Wes Munsil [mailto:[EMAIL PROTECTED]] Yes, but if you read on you will see that I also tried your proposed workaround, and it gave the same error. But the script does work under Tcl 8.3.1. I need to point out that my 2nd script is NOT a "workaround". It