[tcljava-user] Migrating Tcl/Tk to Jacl/Swank
by Chastain, Spencer E other posts by this author
Nov 20 2003 7:11PM messages near this date
[tcljava-user] JACL Fresher
|
[tcljava-user] jdk 1.4 and tclblend 1.3 support
Hello all,
I've been tasked with moving a tcl/tk app to java. Instead of starting from
scratch, I thought it might be a better approach to take our existing tcl/tk
base, run it with java, and slowly port whatever we find that continues to
perform poorly to pure java code.
So, first, I would love to hear from anyone who has taken on such a project
and their experiences with it.
Second, I'm getting an error with a menu call: set lastIndex [$menu index
last]
It says:
bad option "index": must be cget, configure, object, jadd, add, or delete
My first inkling is that java type-ing has lost the fact that this widget is
a menu and has an index option.
Anyone know how I can get around this problem?
Thanks,
--Spencer
Attachments:
unknown1
|