Re: Does tclkit support Tclx package



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,
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.
Did you wrap the TclX extension also?

--
+--------------------------------+---------------------------------------+
| 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|
+------------------------------------------------------------------------+
.


Quantcast