Scriptics is pleased to announce the prerelease availability of TclBlend 1.2.5. We have worked with Mo DeJong to move the TclBlend code base back into this...
Scott Redman
redman@...
Oct 6, 1999 5:38 pm
402
"Siddhesh Kurade" <siddhesh@...> writes: Hi Christopher, I have been using Jacl for quite a while now and its = really great. Right now I have...
Christopher Hylands
cxh@...
Oct 14, 1999 7:14 pm
403
Hi all. Cameron Laird and I are writing up an article about tcljava, and we could use your help. We need some feedback on what people do not like about Jacl or...
Moses DeJong
dejong@...
Oct 17, 1999 8:03 pm
404
As someone using Jacl in a commercial MCAD application... it's great! Honestly, I have absolutely no complaints and only praise for all involved in such a...
Thomas McKay
mckay@...
Oct 17, 1999 8:12 pm
405
Hi, everybody! I'm new to this list and I have a tricky question for you... I'm developing a project for 2D and 3D visualization (is this the word?); whe...
Daniel Gayo Avello
uov02539@...
Oct 18, 1999 10:26 pm
406
On Mon, 18 Oct 1999, Daniel Gayo Avello wrote: Right off the bat it sounds like you should be using Tcl Blend. You can still use you old commands implemented...
Moses DeJong
dejong@...
Oct 18, 1999 10:36 pm
407
Hi, I have compiled Tclblend 1.2.4 with JDK 1.1.8 with native threads on Solaris 2.6. Now I want to bundle my application with the Tclblend shared library and ...
Suvarna Ayyagari
sayyagar@...
Oct 19, 1999 3:20 pm
408
You need to read Sun's licensing for the JRE 1.1.8. I believe that you need to have your users agree to the Sun license for the JRE, but that's about it....
Scott Redman
redman@...
Oct 19, 1999 5:03 pm
409
Hi, everybody! I'm trying to compile tclBlend 1.2.4 on a Linux RedHat 5.2 machine with tcl 8.2.0 and jdk 1.2.2; I have a problem with the java_g runtime: it...
Daniel Gayo Avello
uov02539@...
Oct 25, 1999 7:39 am
410
On Sun, 24 Oct 1999, Daniel Gayo Avello wrote: Humm, I thought I fixed that before releasing 1.2.4. The problem was in the configuure.in file, it uses...
Moses DeJong
dejong@...
Oct 25, 1999 3:54 pm
411
Hello !!! I have some problems when I want to execute Tcl´s code from Java. I have script in Tcl that makes the access to a data base in Access, so in this...
Angelica Ahuactzin La...
is097492@...
Oct 25, 1999 4:41 pm
412
On Sat, 25 Sep 1999, Angelica Ahuactzin Larios wrote: You can not load Tcl extensions implemented in C into Jacl. If you want to use C based Tcl extensions you...
Moses DeJong
dejong@...
Oct 25, 1999 4:55 pm
413
Test. ... The TclJava mailing list is sponsored by WebNet Technologies. To subscribe: send mail to TclJava-request@... with the word SUBSCRIBE...
Moses DeJong
dejong@...
Oct 25, 1999 10:18 pm
414
Hello, I seem to have a problem instantiating the tcl Interpreter from a standalone Java program (i.e. one that is NOT dynamically loaded from tclsh80) It...
Ebert, Tyrone
tebert@...
Oct 26, 1999 1:36 am
415
... This is not really a "supported feature" of the current version of Tcl Blend. I heard that it worked at one time, but I have never been able to get it...
Moses DeJong
dejong@...
Oct 26, 1999 6:51 am
416
At the request of Mo DeJong I've changed the out-going address for the tcljava mailing list to be from tcljava@... instead of the original ...
Brent Welch
welch@...
Oct 26, 1999 4:01 pm
417
Test ... The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe: send mail to TclJava-request@... with the word SUBSCRIBE as...
Moses DeJong
dejong@...
Oct 26, 1999 6:34 pm
418
Hi all. The archive for the tcljava mailing list is now located at http://www.mail-archive.com/tcljava@... All the messages from the old list are...
Moses DeJong
dejong@...
Oct 27, 1999 4:31 pm
419
Okay, I finally have some time to upgrade to v1.2.4 of Jacl. Since v1.0, I had been loading classes dynamically as commands by overriding the unknown proc and...
Thomas McKay
mckay@...
Oct 27, 1999 8:58 pm
420
I believe there is a way now to associate a name with ReflectObjects although I've long since forgotten what it is. Anyone help? Second, does namespace work...
Thomas McKay
mckay@...
Oct 27, 1999 10:09 pm
421
On Wed, 27 Oct 1999, Thomas McKay wrote: Well, you can rename reflect objects now (like java0x1) but it is a little tricky because you can not use the variable...
Moses DeJong
dejong@...
Oct 28, 1999 2:23 am
422
... I am not really sure what you are asking. Is this a feature that was working in the past but has stopped wotrking in the 1.2 version? I made some changes...
Moses DeJong
dejong@...
Oct 28, 1999 2:32 am
423
After I asked the question I had some more time to poke around in the Jacl src. No, it was never a feature it just seemed natural to me that it would be,...
Thomas McKay
mckay@...
Oct 28, 1999 2:40 pm
424
Well, I was hoping to be able to supply a prefix to use in place of the "java0x". My average user would understand it more if they saw "rect20" or ...
Thomas McKay
mckay@...
Oct 28, 1999 2:48 pm
425
On Thu, 28 Oct 1999, Thomas McKay wrote: Here is a quick code example: % set o [java::new Object] java0x1 % $o toString java.lang.Object@80d05fd % rename $o...
Moses DeJong
dejong@...
Oct 28, 1999 3:22 pm
426
... Are you saying that this "autoload of commands implemented in Java" feature should be added to Jacl? I am not really sure that is such a good idea. I take...
Moses DeJong
dejong@...
Oct 28, 1999 3:44 pm
427
How would I do it in Java? This is what I have now... tclObject = ReflectObject.newInstance( interp, this.getClass(), this ); tclObject.preserve(); Would it...
Thomas McKay
mckay@...
Oct 28, 1999 3:48 pm
428
I think you're right. If the reload feature to java::load is there, that would be a plus. I'll play around a little bit more with java::load too. I submitted...
Thomas McKay
mckay@...
Oct 28, 1999 3:54 pm
429
... ACK, NO! Do not call this.getClass() to get the second argument to the ReflectObject.newInstance() method. You need to use the actual Java Class object...
Moses DeJong
dejong@...
Oct 28, 1999 4:10 pm
430
On Thu, 28 Oct 1999, Thomas McKay wrote: There is currently no way to unload .classes that were loaded by the Tcl classloader. This was something I wanted to...