First  |  Prev |  Next  |  Last
Pages: 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
Tk apearance with Mac OSX ?
Hi all, I have had some friends run a Tcl/Tk app for me on their MacOS. Results have been quite different, although their OS were the same. Sometimes the Tk widgets look very well integrated with MacOS (e.g. the notebook tabs are highlited in blue according to Mac visual style), sometimes they're quite simple, s... 15 Feb 2010 16:36
Making a Scrollable Widget
I have never been able to figure out how to make a scrollable widget except for text widgets. I would like to make these widgets scrollable: foreach e {1 2 3 4 5 6 7 8 } { label $t.text.a$e -text "$SSP(index,$e)" -fg $fg(1) -font $fn(2) -width 20 -anchor w -justify left -bg white tk_optionMenu $t.text... 15 Feb 2010 10:55
TclOO and inheritance - example from the wiki does not work anymore ...
Hello, I've took the following example from the wiki page http://wiki.tcl.tk/18440: % info patchlevel 8.6b1.1 % package require TclOO 0.6.1 % oo::class create foo { constructor {} {next; puts foo} } ::foo % oo::class create bar { constructor {} {next; puts bar} } ::bar ... 4 Mar 2010 08:56
Is it possible to specify in TclOO classes a kinds of operators? (e.g. == or "eq")
Hi, I just started to try TclOO and using OO until now only in C++, I really miss the ability to define operators for "system internal actions". I didn't find until now the ability to define e.g. a "==" or "eq" operator, so that an object can be tested for equality not using its "address", but a kind of algor... 17 Feb 2010 00:06
I'm so sorry! [was: Integer math problem]
Erik Leunissen schrieb: If I can't see the difference between 8168 and 8186 [...] You were not the only one ... LOL M. ... 15 Feb 2010 17:45
OS X tclkit appearance questions
Hi all, I', still fiddling with my toy sudoku script. (Is script the right term, or program or ???) And still a total n00b. This may sound like a complaint about free tools. That's not my intent. This is just curiousity about something not too important. I've run this as a script using the Active State f... 15 Feb 2010 12:03
Integer math problem
Erik Leunissen schrieb: % expr {(8168 + 8204)/2} 8186 It's correct?! Note that 8186 != 8168 Christian ... 14 Feb 2010 12:54
::htmlparse::parse usage help
Hi experts I want to use htmlparse lib to convert html lines to text, so that it is more easy to write regexp. To make things simple, I would convert it line by line, here we go(all in the tcl shell) tcl% puts $line <tr align=left><td colspan=2>Symbol</td><td colspan=4>AUDUSD (Australian Dollar vs. United ... 15 Feb 2010 01:05
tcltk man pages on ubuntu
How do I get the tcltk man pages (8.4) on my Ubuntu Hardy Heron system? I know there are man pages online, but I want them on my own system? thanks Gijs ... 14 Feb 2010 14:01
Testing coroutine existence
Is it possible to check if the command created by coroutine exists? i.e. coroutine cr aProc cr cr At some point cr will disappear, that's what I would like to check for. I've tried info procs cr to test if cr exists but that doesn't work. Thanks ... 13 Feb 2010 08:11
First  |  Prev |  Next  |  Last
Pages: 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67