Re: Does tclkit support Tclx package
- From: "Gerald W. Lester" <Gerald.Lester@xxxxxxx>
- Date: Sun, 29 Apr 2007 01:25:58 -0500
Terminator wrote:
Any suggestions on how to wrap TclX extension.
Sure, include all the files for the TclX extension in a directory under your kit's lib directory -- I do believe this is explained clearly on http://wiki.tcl.tk/10560.
I did follow the tclkit
example
package require Tk
pack [button .b -text "Hello World!" -command bell]
My script
package require Tclx
for {set i 0} {$i < 10} {incr i} {
puts "i is $i"
}
Thx
On Apr 27, 8:25 pm, "Gerald W. Lester" <Gerald.Les...@xxxxxxx> wrote:Terminator wrote:Hi all,Did you wrap the TclX extension also?
Does tclkit support wrapping the scripts which uses Tclx package. I
did try 8.4.4 tclkit, but i wasnt able to wrap it successfully.
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
.
- References:
- Does tclkit support Tclx package
- From: Terminator
- Re: Does tclkit support Tclx package
- From: Gerald W. Lester
- Re: Does tclkit support Tclx package
- From: Terminator
- Does tclkit support Tclx package
- Prev by Date: Re: Starkit problem
- Next by Date: Re: creating stand-alone extended tclsh
- Previous by thread: Re: Does tclkit support Tclx package
- Next by thread: Re: Does tclkit support Tclx package
- Index(es):