[Tcl Java] Re: Error in TclBlend example

1999-07-30 Thread Moses DeJong
The article you read must have been based on TclBlend 1.0. There were some changes made in the 1.1 release in the tcl.lang.ReflectObject class. The point of the changes were to add support for "typed objects". If you want to read up on the reasons for these changes you can check out the paper I wr

[Tcl Java] Error in TclBlend example

1999-07-30 Thread Dunne, Hugh
I was trying to compile the example in the Dr. Dobbs article about TclBlend: import java.awt.event.*; public class TestActionListener implements ActionListener { public TestActionListener(tcl.lang.Interp i, String s) { interp = i; script = s; } public void actionPerf