Re: What's the magic to using Incr Tcl
- From: "Larry W. Virden" <lvirden@xxxxxxxxx>
- Date: Fri, 29 Jun 2007 16:19:46 -0000
On Jun 29, 11:41 am, Troy.Tan...@xxxxxxx wrote:
You probably need to either qualify the commands with the itcl::
namespace:
itcl::class myClass {...}
or import the itcl commands like so:
namespace import ::itcl::*
You can make sure Itcl is loaded and whether you need to do this by
looking at the result of the following commands:
info commands class
info commands itcl::class
You might want to do the latter - just in case someone has some other
OO extension also loaded behind the scenes (snit, or tclOO, or stooop,
etc.)
Of course, if that happens, things are going to be a mess when you do
the import anyways, I suspect...
.
- References:
- What's the magic to using Incr Tcl
- From: Andrew Falanga
- Re: What's the magic to using Incr Tcl
- From: Troy . Tanzer
- What's the magic to using Incr Tcl
- Prev by Date: Re: What's the magic to using Incr Tcl
- Next by Date: Nice double ended scale/slider available?
- Previous by thread: Re: What's the magic to using Incr Tcl
- Next by thread: Nice double ended scale/slider available?
- Index(es):
Relevant Pages
|