First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
tkdnd and unicode file names
Hello everybody. I'm using ActiveTcl 8.5.5 with tkdnd 2.1 on Windows XP SP3, and here's a simple code snippet: package require tkdnd proc drop data { foreach item $data { puts $item:[ file size $item ] } } set dt [ frame .dt -borderwidth 1 -relief solid -height 100 -width 100 -bg #c8ffc8 ] pack $dt... 5 Aug 2010 06:56
Tablelist use file selector box for interactive cell editing
Some cells of my tablelist contain filenames. When the user clicks on them, I want to display a file selector box and let him choose a file. The following code nearly does the job, it accepts the chosen file only if the user changes something before editing ends. Can I somehow manually set the "dirty" flag for the ... 1 Aug 2010 14:49
Announce: Tcl3D version 0.4.3 released
Dear Tcl'ers, I'm pleased to announce version 0.4.3 of Tcl3D. Tcl3D offers the 3D functionality of OpenGL and other 3D libraries at the Tcl scripting level. This is accomplished by wrapping the libraries with the help of SWIG. The Tcl3D package consists of the following building blocks: Tcl3D core mod... 31 Jul 2010 17:15
When I run exec /root is changed to \root causing error
[list exec "explorer.exe /root,$qpl(data)"] couldn't execute "explorer.exe \root,L:\bc246t\data": no such file or directory "exec {explorer.exe /root,L:/bc246t/data} &" I have tried to use \/root with the same problems. What is the easiest way to avoid this error in tcl/tk 8.4 in windows 98 and above. T... 2 Aug 2010 03:49
Linux YDL PPC TCL/TK 8.5 Package?
On 30 Jul., 06:48, Keith <kilowattra...(a)use-reply-to.invalid> wrote: Anyone know if there is a package for Yellow Dog Linux 64 Bit PPC TCL/TK 8.5? If not anyone know of a good roll it your own instructions to build & install on PPC? YD Linux has 8.4, but not 8.5. Hello Keith, I am sorry, I don't know where... 30 Jul 2010 12:58
Basic TK question
Hello everybody, I'm new to TCL and TK. Would you please help me implement this basic function with TCL/TK: I need to implement a screen snapshot simple GUI interface to "scrot" Basicallly, to use scort from command line, I use: scrot -s outFileName.jpg -d timeToWait the option -s to allow selection o... 4 Aug 2010 03:50
Please explain unexpected event IDs from virtual events
Hello all, I'm using the virtual event capability of Tk and noticed an inconsistency in how Tk reports the event ID using the %T descriptor. Specifically, I get one value when I use mouse clicks to generate the event and another when I use the "event generate" command. To illustrate, consider the following c... 30 Jul 2010 07:29
Rotating lists clockwise - OOPS
On Jul 29, 8:52 am, tomk <krehbiel....(a)gmail.com> wrote: On Jul 28, 10:52 pm, ashneerson <ashneer...(a)gmail.com> wrote: hi, have a puzzle with rotating a list like below {{ht a3 pr2} {ht a2 pr1} {lt a1 pr2} {lt a3 pr4} {ht a2 pr2}} into a list like this one: {{ht ht ht lt lt}  {a2 a2 a... 29 Jul 2010 12:58
http question
Is it possible to use other http protocol verbs such as connect with the http (geturl) package? DrS ... 30 Jul 2010 12:58
Rotating lists clockwise
hi, have a puzzle with rotating a list like below {{ht a3 pr2} {ht a2 pr1} {lt a1 pr2} {lt a3 pr4} {ht a2 pr2}} into a list like this one: {{ht ht ht lt lt} {a2 a2 a1 a3} {pr1 pr2 pr2 pr2 pr4}} so that to rotate the columns to rows and retain original correspondence between the list elements. can some... 31 Jul 2010 04:17
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14