First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Tk on MacOSX: menu -accelerator issue
Perhaps someone has made a similar experience and could give me a hint: I have compiled an embedded Tcltk 8.5.8 version from the Sourceforge sources and taken the embedded Wish.app directory as a skeleton for my application bundle (see wrapping method described by Kevin Walzer). My application is working fin... 21 Jul 2010 11:20
Font compatibility problem or bug
On Sat, 17 Jul 2010, Joe English wrote: Gerhard Reithofer wrote: once more I found a tcl script which fails due to new "standard" tk* font names. Example: pack [text .t] set cfont [.t cget -font] .t insert end "Hello World!" .t configure -font "$cfont bold" ... 18 Jul 2010 10:31
Hierarchical data structure from a multi-dimensional array
Hi all, I would appreciate any help. I have a multi-dimensional array representing the column and row dimensions in a table and values in the table cells: --0---------1-------------2-------3-----------4-------------- FruitA,category1,type1,name1 0.1345 FruitA,category1,type2,name1 0.1123 FruitA,category2... 18 Jul 2010 23:29
Compiling tcl 8.5.8 windows x64 Visual Studio 2008
Hi I try to compile the tcl 8.5.8 version for x64 I am using Visual Studio 2008 SP1 Compiling on Windows 7 32bit Here is the compilation log and errors D:\Leap NextGen\VS2008\Dev Env\ExtLibraries\tcl858-src\tcl8.5.8\win>"C: \Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64"\nmake -f makefile.vc ... 25 Jul 2010 18:21
image photo encoding not reversable?
Every example I've seen of creating a image photo from a string involves a string converted to base64. This string is read in verbatum to produce an image as follows: image create photo img1 -data { R0lGODdhCQAJAIAAAASCBPz+/ CwAAAAACQAJAAACEYwPp5Aa3BBcMJrqHsua P1MAADs= } Ok all well and good now suppos... 19 Jul 2010 13:32
Ariadne Designs Ltd
Web design Ariadne Designs is a website design and development company, specialising in high quality web design, e newsletters, flash, creative design and web software producing bespoke web solutions. We work with Joomla sites as well as bespoke content management. http://www.ariadnedesigns.com ... 17 Jul 2010 15:13
OS X & dynamic libraries resolution...
Hi all, I am facing a problem with two dynamic libraries that implement some commands in C. I have library A, which depends only on system libraries (libstdc++ & libSystem.B), which gets loaded ok in Tcl: otool -L CDM/Darwin/x86_64/libCDM.dylib CDM/Darwin/x86_64/libCDM.dylib: libCDM.dylib (compatibility v... 22 Jul 2010 09:11
Creating a new method with TclOO and the C api
Hello all, I have been really impressed with TclOO and have moved to using Tcl 8.6. I am familiar with using the C api to create new procedures, but now want to create new methods for a class. The problem I have is that I can't work out how to create a class and set Tcl_Class for Tcl_NewMethod(). I am usi... 18 Jul 2010 04:08
Problem with Entry focus in KDE 3.5
I have run into an issue with focus of an entry widget (it happens with a text widget too) when using KDE 3.5 on Redhat 5 Linux. The script below shows the issue. It creates a window that has an entry and a label. If you click in the entry and type a few characters every thing works as expected. Now if you move... 29 Jul 2010 01:01
Is there a reason that ActiveTcl does not have an 64bit distribution?
στις 16/7/2010 19:18, O/H Jeff Hobbs έγραψε: On Jul 12, 8:54 am, George Petasis<petas...(a)yahoo.gr> wrote: I was looking at the distributions of ActiveState, and seems that both perl& python have 64 bit distributions for windows, but not tcl. Is there a (windows specific) reason for it? (64 bit ... 16 Jul 2010 14:20
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19