I have been experimenting with vtcl which I downloaded yesterday. I've managed
to create a project which appears quite simple, but when reloaded, completely
breaks the development environment.
The project's 'main.tcl' loads, but whenever I try to use any of the vtcl
functions (by clicking on a widget on the control panels), vtcl spits out an
error to the console. For instance, I select a label in my application, then
click the AE 'fill' widget. Instead of a dropdown with top, left, right,
etc., I get this error:
bgerror failed to handle background error.
Original error: bad option ".vTcl.ae.sw.c.f3.f._pack.t-fill.shell": must
be cget or configure
Error in bgerror: bad option ".vTcl.bgerror1": must be cget or configure
A bit of investigation shows that the whole environment is broken. The bgerror
above is caused because the line in bgerror.tcl which says:
toplevel $base -class Toplevel
fails. Somehow the 'toplevel' command isn't working anymore.
I can't even exit the application because File->Quit just chucks out another
of these errors. A hard kill is the only way to get rid of vtcl at this
point.
Since vtcl works OK with a new project, I presume my project file is somehow
causing havoc. Is this a known problem, and if so can I rescue the project
work I've done so far?
--
> eatapple
core dump
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user