A while ago I began working on a "launcher" for the Linux version of
Csound (a music & sound programming language). I based my design on
another such program available for Win95, with the good graces of that
program's authors. Unfortunately, I mistakenly wiped out all my work, or
so I thought. I recently discovered a back-up copy of my work, and I'm
now trying to make it nicer in vTcl. Here's where my new problems begin.
If I "Save as..." then my original code is rewritten to conform to
something vTcl wants. However, now the application won't run, and I
receive the following error message:
Error in startup script: window name "" already exists in parent
I kept a pristine copy of the original code. I note that the vTcl saved
version reorders everything, adds main & init, and is apparently adding
something else which is bombing my app, and I haven't been able to find
the fault. Btw, vTcl is adding all that even though I've changed or
added nothing else to the code: I open vTcl, open the application for
editing, immediately do a "Save as..." or "Save"
, close vTcl, and voila, I have a rewritten program which won't run. It
also won't run in Test mode.
So my question is: what's happening here ? I'm using vTcl 1.11 with
Tcl/Tk 8.0. I've tried to find what's jiving my work but I'm not getting
anywhere. Advice ? Comments ? Good jokes ?
Any and all assistance vastly appreciated...
== Dave Phillips
http://www.bright.net/~dlphilp/index.html
http://www.bright.net/~dlphilp/linux_soundapps.html
---------------------------------------------------------------------------
To unsubscribe from the Visual Tcl mailing list, please send a message
to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the
message body (where [EMAIL PROTECTED] is your e-mail address).