I am new to vtcl, and I am having trouble getting namespaces to work. I have figured
out that vtcl includes all sourced procs into its file, what I don't understand is
where it is losing its scope. The code executes just fine outside of vtcl. In vtcl
all of the of the qualified proc calls <namespace>::proc fail even though if you
execute a "namespace current" command you will see that the namespace exists. This
problem exists whether or not the namespace is being sourced from another file, or is
coded in the script. The behavior is the same. Vtcl appears to not recognize the
namespace.
Any help or work arounds would be appreciated. Vtcl v.1.2 TCL 8.3
Stumped
---------------------------------------------------------------------------
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).