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
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