Hey John! ... To be honest, I do not see how it would be easy to explain the 1.0 behavior to anyone that has worked with any OO system. I did not invent this...
Moses DeJong
dejong@...
Dec 1, 1998 3:58 am
2
... The TclJava mailing list is sponsored by WebNet Technologies. To subscribe: send mail to TclJava-request@... with the word SUBSCRIBE as...
Bryan Surles
surles@...
Dec 1, 1998 9:47 pm
3
Hello, I'm working with TclBlend 1.1a1 and JDK1.2 on WinNT for two weeks now and most of the time I'm really happy: Good work, Chris+Mo! But meanwhile I found...
Christian Krone
krischan@...
Dec 2, 1998 2:28 pm
4
Jacl works in applets, with limitations. Check out: http://ptolemy.eecs.berkeley.edu/~cxh/java/jaclapplet/index.html The biggest limitation is that commands...
Christopher Hylands
cxh@...
Dec 15, 1998 10:27 pm
5
I just joined this list, so forgive me if this has been answered recently: What is the release schedule for TclBlend? In particular, when will TclBlend 1.1...
Philip Chu
philipchu@...
Dec 23, 1998 7:15 am
6
Well, Tcl Blend and Jacl are not really commercial products so they do not have a "release schedule". I am currently working on a number of features and bug...
Moses DeJong
dejong@...
Dec 23, 1998 9:54 pm
7
Hello, I hope, this mailing list is the correct place for something like this: In the attachment there is an implementation of the clock command based on the...
Christian Krone
krischan@...
Dec 28, 1998 12:58 pm
8
Hello, there are two bugs in the input handling of the jacl Shell, which only occur on Windows: - During an interactive session of jaclsh the input isn't...
Christian Krone
krischan@...
Dec 28, 1998 5:44 pm
9
Hello, over christmas I started to implement java::import. Right now it looks fine, but there is still a test file and a man page to write... So before I...
Christian Krone
krischan@...
Dec 28, 1998 5:52 pm
10
On my Windows 98 laptop (with JRE 1.2) I get the following message after "package require java". The CLASSPATH looks correct to me, but it seems the jvm is...
Philip Chu
philipchu@...
Dec 28, 1998 8:05 pm
11
You might be the first person to run tcl blend on windows 98. When you get the "could not find class tcl/lang/Interp" message that means there is something...
Moses DeJong
dejong@...
Dec 28, 1998 8:12 pm
12
... I think this is actually a java bug and not a jacl bug. The report I read on this was on a windows system that was not configured for us/english output (I...
Moses DeJong
dejong@...
Dec 28, 1998 8:50 pm
13
... Yup, you came to the right place. ... Cool, I just tested your code under JDK1.1 and JDK1.2 and it works great! I have already added it to my beta tree. Of...
Moses DeJong
dejong@...
Dec 28, 1998 10:38 pm
14
... There is always a chance. I guess it depened on how much help this command will be and how much of the system it changes. I really have no problems with...
Moses DeJong
dejong@...
Dec 28, 1998 11:02 pm
15
ORO inc went under but the code seems to be back up on this site. http://www.savarese.org I don't think this really changes anything for jacl but I have no...
Moses DeJong
dejong@...
Dec 29, 1998 12:08 am
16
I have been thinking about the binary releases of jacl and tcl blend for a bit now and I am really starting to think that we should get rid of them. I am NOT...
Moses DeJong
dejong@...
Dec 29, 1998 12:34 am
17
Hello. I am looking for feedback on the new java::try command that I am working on. The java::try command is needed because there is no way to manage multiple...
Moses DeJong
dejong@...
Dec 29, 1998 2:41 am
18
... I performed "package require java", got the error, then "javap tcl.lang.Interp", and that worked. A subsequent "package require java" still didn't work...
Philip Chu
philipchu@...
Dec 29, 1998 8:52 am
19
I'm having problems using modal Swing dialogs with TclBlend 1.1a, JDK 1.2 on NT. The first script below creates a tk button that pops up a Swing confirm ...
Philip Chu
philipchu@...
Dec 29, 1998 9:03 am
20
Hello, ... I compiled it for JDK1.1.6 on different Windows and Linux systems and with JDK1.2beta4 on a german Windows and there the echo program has the ...
Christian Krone
krischan@...
Dec 29, 1998 4:28 pm
21
... The "Classpath gets longer" thing is a minor bug that I have already fixed in my tree. It will not break anything. Did you compile tcl from the tcl8.0.4...
Moses DeJong
dejong@...
Dec 29, 1998 8:43 pm
22
Hello, ... Let me cite the Tutorial given at the Tcl/Tk conference, 9/16/98 "Tcl and Java Programming: Practice and Pitfalls" <cite...
Christian Krone
krischan@...
Dec 30, 1998 11:29 am
23
I am creating a Java object that draws a graphical chart. This Java object uses a thread to update the data on the chart. The chart comes up fine, but as...
Eisenreich, Steve
sje@...
Dec 30, 1998 3:30 pm
24
... Right, this was impression of the main problem with the java::import command. Perhaps a "java::import -remove com.myorg.*" would be in opder? ... You hit...
Moses DeJong
dejong@...
Jan 1, 1999 12:49 am
25
Hi steve. Three other people have reported bugs like yours so I think this now counts as a "known problem". If you have the time you might want to post a small...
Moses DeJong
dejong@...
Jan 1, 1999 12:57 am
26
... The TclJava mailing list is sponsored by WebNet Technologies. To subscribe: send mail to TclJava-request@... with the word SUBSCRIBE as...
krischan@...
Jan 4, 1999 10:00 am
27
... The TclJava mailing list is sponsored by WebNet Technologies. To subscribe: send mail to TclJava-request@... with the word SUBSCRIBE as...
krischan@...
Jan 4, 1999 10:08 am
28
Hello, ... I don't know, if I hit all places, but with the attached patch applied to .../jacl1.1a1/src/jacl/tcl/lang/Interp.java all my tcl files run smoothly....
Christian Krone
krischan@...
Jan 4, 1999 10:26 am
29
By the way, I ran the second script below (Swing frame with tcl callback that brings up a modal dialog) with Jacl 1.1a on the same platform and got the same...
Philip Chu
philipchu@...
Jan 5, 1999 7:51 pm
30
Your patch looks like a good start. To really fix things we need to have a complete implementation of the fconfigure command. I am planning on looking into...