On Mon, 24 Feb 1997, Brian Huggins - x2895 wrote:
> I am wondering how to edit the attributes for a checkbox that appears on
> a menu. I can't seem to bring up the attributes for this type of checkbox.
> Specifically, I would like to set the -variable attribute.
Visual Tcl doesn't currently support editing the attributes for
menu items -- it's on my todo list.
> On another note, there appear to be some problems when loading an application
> that contains errors into vtcl. I put a command "load x x", where x does
> not exist, into my init procedure. My application did not come up and
> there was no error message indicating what the problem was. Other kinds of
> errors cause the same response. It is a bit disconcerting. It makes it appear
> that your application is corrupted somehow.
This is any artifact of the fact that vtcl uses "sourcing" to open
applications. Until I move to a project-file format, this is likely
to persist. A good workaround: don't load code with errors :)
-stewart-