First  |  Prev |  Next  |  Last
Pages: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
Looking for ideas for reproducing a Tk 8.4 interface under Tk 8.5
A developer recently asked me to help him solve an issue. Here's a program that no longer displays as intended when moved from Tk 8.4 to Tk 8.5 #! /usr/tcl84/bin/tclsh8.4 package require Tk set type serial set type2 N font create lab -family helvetica -size 12 -weight bold font create lab10 -family helve... 22 Feb 2010 08:30
uploading a file and form data
Hi all new to tcl I have a script that can upload form data to a server doing [http::geturl $fileUrl -query [http::formatQuery txtType $type _VIEWSTATE $viewstate _EVENTVALIDATION $eventvalidation ] ] I can upload a file to the same server, though it rejects it because there is no form data. doing [... 19 Feb 2010 03:16
Tcl/Tk 8.5.7 supplied with HTTP/1.0 ?
I am working with ActiveState Tcl version 8.5.7 and when I try to access the Amazon S3-Server (REST-architecture) I get the message: http::code: HTTP/1.1 505 HTTP Version Not Supported The manual lets assume that the package http has HTTP1.1 implemented: "http - Client-side implementation of the HTTP/1.1 p... 25 Feb 2010 04:45
hard drive serial number
Hello, I need a piece of Tcl code that shows my end user the hard drive serial number of the drive on which he/she installs my software. How would I do that? Alain ... 17 Feb 2010 11:04
Help on Using orabind in oratcl
Hello All, I am trying to pass variablename and value in the following command orabind statement-handle ?:varname value ...? I tried following methods Method 1: set part_values_bind {:WORDS ${value_WORDS} :OWNING_ORGANIZATION $ {value_OWNING_ORGANIZATION} :ICAP ${value_ICAP} :EXPORT_JOB_ID $ {exp_job_id}... 19 Feb 2010 14:22
ttk::treeview indicators
I am using ttk::treeview in a project and several users have commented that the standard for open/close images is a small plus/minus sign in a small box, I have looked through the documents but can not find an option to change these two images from the two small triangles. I found that the alt uses the Plus/Minus... 17 Feb 2010 16:45
ActiveState Blog - Where Is Tcl Hiding?
Latest ActiveState blog post has caused some interest on reddit- http://www.reddit.com/r/programming/comments/b2ff7/where_is_tcl_hiding/ Colin. ... 17 Feb 2010 00:06
Giant Fonts on Scientific Linux
Over at the CERN laboratory in Geneva, they have mandated a switch from SLC3 to SLC5, their newest version of Scientific Linux. On SLC5, all my Tk buttons are enormous because the system assumes a huge font size. I can over-ride the system font with specific Tk commands, but I'd rather fix the SLC5 system settings.... 22 Feb 2010 08:30
Is it possible to specify in TclOO classes a kinds of operators? (e.g. == or "eq")
Georgios Petasis wrote: rename ::tcl::mathfunc::int ::tcl::mathfunc::int_original proc ::tcl::mathfunc::int {argument} { ## Check if argument is an object. If it is, return the proper value. ## If it is not, just return the original behavior: return [::tcl::mathfunc::int_original] } Don't... 16 Feb 2010 00:25
Intriguing Tk appearance under MacOS X
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... 17 Feb 2010 09:56
First  |  Prev |  Next  |  Last
Pages: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66