::starkit::* vars do not exist ?
From: Rolf Schroedter (me_at_privacy.net)
Date: 10/28/04
- Next message: Bigdakine: "BLT problem"
- Previous message: Hans Reier Sigmond: "Tcl thread local storage memory problem"
- Next in thread: lvirden_at_gmail.com: "Re: ::starkit::* vars do not exist ?"
- Reply: lvirden_at_gmail.com: "Re: ::starkit::* vars do not exist ?"
- Reply: Eric Boudaillier: "Re: ::starkit::* vars do not exist ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 28 Oct 2004 11:20:36 +0200
Until now I used to determine whether an application is wrapped
in a starkit by
[info exists ::starkit::toplevel]
Now I'm getting a strange problem when running a starkit
(Tcl8.4.6, windows).
The namespace exists, variables are visible, but
[info exists ::starkit::toplevel]
returns 0:
% set tcl_patchLevel
8.4.6
% namespace exists ::starkit
1
% info vars ::starkit::*
::starkit::mode ::starkit::topdir
% info exists ::starkit::topdir
0
What has broken ?
Rolf.
---------------------------------------------------------------
Rolf Schroedter, German Aerospace Center
Remove .nospam to reply: mailto:Rolf.Schroedter@dlr.de.nospam
- Next message: Bigdakine: "BLT problem"
- Previous message: Hans Reier Sigmond: "Tcl thread local storage memory problem"
- Next in thread: lvirden_at_gmail.com: "Re: ::starkit::* vars do not exist ?"
- Reply: lvirden_at_gmail.com: "Re: ::starkit::* vars do not exist ?"
- Reply: Eric Boudaillier: "Re: ::starkit::* vars do not exist ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|