tclkit on Wondows 7129 (3/29/2011 12:43:19 PM) comp.lang.tcl Hi, I wrote a script using ttk::menubutton. I run in on Windows 7. When I run the script using a tclkit (8.5) the menubutton's section showing the down arrow is too narrow, and the down arrow is trunaceted. Th... iu2
startkits licenses144 (3/29/2011 9:01:31 AM) comp.lang.tcl Hi, I would like to know what licenses do all the startkits in www.tcl.tk/starkits have? Are they all open source? I'm interested especially anout those who contain Windows DLLs, like Img.kit Thank you very m... iu2
Starkit from a starkit4165 (11/17/2009 7:20:45 AM) comp.lang.tcl Hi all,
I tried to include wikit.kit inside my starkit. The tcl wiki explains
how to do that by unwrapping wikit.kit and copying 3 folders to my
starkit vfs. This works fine.
What I'm trying to do instead... iu2
center a toplevel521 (11/11/2009 8:26:17 PM) comp.lang.tcl Hi all, I want to center a toplevel on the screen. I create it, and then center it, for example: package require Tk # center a window on the screen proc center_win {win} { wm geometry $win +[expr {([winf... iu2
import from a string721 (11/3/2009 12:45:49 PM) comp.lang.python Hi, Having a file called funcs.py, I would like to read it into a string, and then import from that string. That is instead of importing from the fie system, I wonder if it's possible to eval the text in the s... iu2
Blink a label349 (11/3/2009 6:06:32 AM) comp.lang.tcl Hi all I try to make a label blink. It is packed left to a button. I need the label disappear without changing the button's place. Is it possible to just hide/show it without pack forget? Thanks ... iu2
tclkit console mode025 (11/1/2009 4:49:40 PM) comp.lang.tcl Hi, I created an application using tclkit (with gui) to use in a pre-build process of my compiler. The problem is that when the starkit starts, its process returns immediately. I want that the starkit process ... iu2
tclkit wonder834 (10/29/2009 10:45:48 PM) comp.lang.tcl Hi, Sorry for the non-technical question, but it is something I'm curious about... tclkit (with starkits, vfs, metakit and all of this technology) is an amazing piece of software. I wonder why something like... iu2
ttk scrolled frame552 (10/26/2009 9:49:54 PM) comp.lang.tcl Hi, How can I create a scrolled frame with a themed look and feel that fit my ttk theme? Thank you very much ... iu2
TclOO variable323 (10/22/2009 5:54:32 AM) comp.lang.tcl Hi, I started to learn TclOO. How can I retrieve a member variable value from an object? Thanks ... iu2
Commutative object in emulating numbers421 (9/14/2009 4:52:26 AM) comp.lang.python Hi, I reached the chapter "Emulating numeric types" in the python documentation and I tried this: >>> class A: def __mul__(self, a): return 'A' * a Now, this works as expected: >>> a = A() >>> a * 3 'AAA'... israelu(152)
trace and context220 (10/15/2009 6:15:27 AM) comp.lang.tcl Hi all, I seem to miss something about trace: The trace command documentation says "CommandPrefix executes in the same context as the code that invoked the traced operation: if the variable was accessed as par... israelu(152)
format with big integers829 (10/20/2009 1:17:59 PM) comp.lang.tcl Hi all, Using tcl 8.6 I do format %x [expr 0xffffffff * 0xffffffff] The result is 1. If this means format doesn't work with big integers, how can I format them? Thanks ... israelu(152)
TclOO variable323 (10/22/2009 5:54:32 AM) comp.lang.tcl Hi, I started to learn TclOO. How can I retrieve a member variable value from an object? Thanks ... israelu(152)
ttk scrolled frame552 (10/26/2009 9:49:54 PM) comp.lang.tcl Hi, How can I create a scrolled frame with a themed look and feel that fit my ttk theme? Thank you very much ... israelu(152)
Starkits and temp files on windows1727 (10/29/2009 8:24:41 PM) comp.lang.tcl I have a starpack that has 8 additional packages wrapped in it (e.g. twapi, tdom to custom built extensions). We currently run this on windows. I notice that when this kit runs (both as a kit and a starpack) ... patrick.dunnigan(31)
tclkit wonder834 (10/29/2009 10:45:48 PM) comp.lang.tcl Hi, Sorry for the non-technical question, but it is something I'm curious about... tclkit (with starkits, vfs, metakit and all of this technology) is an amazing piece of software. I wonder why something like... israelu(152)
Blink a label349 (11/3/2009 6:06:32 AM) comp.lang.tcl Hi all I try to make a label blink. It is packed left to a button. I need the label disappear without changing the button's place. Is it possible to just hide/show it without pack forget? Thanks ... israelu(152)
import from a string721 (11/3/2009 12:45:49 PM) comp.lang.python Hi, Having a file called funcs.py, I would like to read it into a string, and then import from that string. That is instead of importing from the fie system, I wonder if it's possible to eval the text in the s... israelu(152)
comparing alternatives to py2exe1829 (11/3/2009 3:58:16 PM) comp.lang.python Hi, Recently I put together this incomplete comparison chart in an attempt to choose between the different alternatives to py2exe: http://spreadsheets.google.com/pub?key=tZ42hjaRunvkObFq0bKxVdg&output=html C... tartley(47)