Re: Does tclkit support Tclx package
- From: Terminator <manidevarajan@xxxxxxxxx>
- Date: 28 Apr 2007 12:54:07 -0700
Any suggestions on how to wrap TclX extension. 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|
+------------------------------------------------------------------------+
.
- Follow-Ups:
- Re: Does tclkit support Tclx package
- From: Larry W. Virden
- Re: Does tclkit support Tclx package
- From: Gerald W. Lester
- Re: Does tclkit support Tclx package
- References:
- Does tclkit support Tclx package
- From: Terminator
- Re: Does tclkit support Tclx package
- From: Gerald W. Lester
- Does tclkit support Tclx package
- Prev by Date: Re: Trying to do a simple time command for procs...can't get output into console...
- Next by Date: integer value too large?
- Previous by thread: Re: Does tclkit support Tclx package
- Next by thread: Re: Does tclkit support Tclx package
- Index(es):