Search the web
Sign In
New User? Sign Up
tix · The Tix User Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 991 - 1020 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
991
Dear Ioi Lam Thank-you for your quick reply. I installed Tix on my Linux system as part of the Tk module to perl from CPAN, this package does not include the...
John K
johnkni63
Offline Send Email
Jun 11, 2004
9:13 pm
992
Hello! ... (1) set dlg [tixDirSelectDialog .dlg -command SelectDir] (2) $dlg popup (3) [...... Do other things ........] # Subprocedure (4) proc SelectDir...
knoedel30
Offline Send Email
Jun 11, 2004
9:16 pm
993
Hello, I try to allow multiple selections in a ComboBox using the EXTENDED selectmode. It works, except that after each mouseclick on a desired option, the...
sxn02
Offline Send Email
Jun 16, 2004
6:04 pm
994
I trie to install Tix-8.1.4 on a SGI and when I try to "make" it I got this message: I'm in the good directorie and Tcl/Tk are installed in the same as Tix. If...
deodat_eprevier
Offline Send Email
Jun 29, 2004
9:21 pm
995
Recently, we had to upgrade the Tcl/Tk/Tix binaries included in our CADP tools (http://www.inrialpes.fr/vasy/cadp) from TclTk8.2/Tix4.1 to TclTk 8.4. We...
hgaravel
Offline Send Email
Jul 5, 2004
6:31 pm
996
* deodat_eprevier ... Check http://sourceforge.net/tracker/index.php?func=detail&aid=742298&group_id=5649&atid=105649 for a possible solution. HTH R'...
Ralf Fassel
ralf@...
Send Email
Jul 5, 2004
6:31 pm
997
* hgaravel ... --<snip-snip>-- ... Usually you do this by setting CC in the environment when calling configure: env CC=gcc ./configure ... Dito goes for...
Ralf Fassel
ralf@...
Send Email
Jul 5, 2004
7:17 pm
998
hi folks, i'm new to this group. Can anyone plz guide me how to configure options in a tix checklist. Since past week, i'm struggling to make the child entries...
nidhikathuria_software
nidhikathuri...
Offline Send Email
Jul 20, 2004
5:59 pm
999
We are Chennai based Recruitment Consultant been retained by a reputed and leading software development companies in India. Our clients requires the Software...
etrinityindia
Offline Send Email
Jul 20, 2004
6:00 pm
1000
Career Opportunities Update!!! Technical Requirements: Essential Prerequisite: BE/BTECH/MTech/ME/MCA/MS/(Comp. Sci/ Electronics) with 1-5 years of relevant...
etrinityindia
Offline Send Email
Jul 22, 2004
4:24 pm
1001
11'th Annual Tcl/Tk Conference October 11 - 15, 2004 New Orleans, Louisiana, USA Email Contact tcl2004@... We are pleased to announce the 11'th Annual...
akupries@...
akupries
Offline Send Email
Sep 4, 2004
2:17 am
1002
11'th Annual Tcl/Tk Conference October 11 - 15, 2004 -- Running -- New Orleans, Louisiana, USA Email Contact tcl2004@... At this year's Tcl...
Larry W. Virden
lvirden
Offline Send Email
Oct 12, 2004
5:19 pm
1003
Hi, I want to set the active cell in tixGrid without using the mouse. I wrote the following code : proc editnotify { x y } { return 1; } set grid [tixGrid...
guru_on_net
Offline Send Email
Oct 12, 2004
5:19 pm
1004
Hi, I am still making great use of the TixHList widget. This truly was ahead of its time. I think I've finally found a feature which will not be so easy to...
DunkFan
Offline Send Email
Oct 12, 2004
5:19 pm
1005
Dear Sir. I update my tcl/tk/tix tools from 7.5 to 8.4(with tix8.1.4), Execute, Then I found the font in tixBalloon windows is too small to figure it out, Is...
wan_g3
Offline Send Email
Dec 10, 2004
7:21 pm
1006
The button font for tix8.1.4 demos program are so mall that I can not spell the text , to solve this problem , I must down grade to tix8.1.1 ??? I correct my...
wan_g3
Offline Send Email
Dec 10, 2004
7:22 pm
1007
Dear Sir. I update my tcl/tk/tix tools from 7.5 to 8.4(with tix8.1.4) , Then I found a serious problem, all the button font in tix widgets tool are too small...
wan_g3
Offline Send Email
Dec 10, 2004
7:22 pm
1008
Just installed Tix, demos run OK, but when I attempt to use from ... Traceback (most recent call last): File "<pyshell#42>", line 1, in -toplevel- r = Tix.Tk()...
s_anata
Offline Send Email
Dec 10, 2004
7:22 pm
1009
Hi, I'm looking for a version of Tix that works using Tcl/Tk 8.4.x on the following platforms: Linux, Solaris and Windows. For windows, I really need the...
Gregory Pierce
gregelia
Offline Send Email
Dec 10, 2004
10:04 pm
1010
I figured this out, it wwas do to a missing step in my install. the details were in the instructions....
s_anata
Offline Send Email
Dec 21, 2004
11:14 pm
1011
I am using the Tix widget sets to add some new functionality to an existing application, that was written using Tkinter. I am having some issues with the...
s_anata
Offline Send Email
Dec 21, 2004
11:15 pm
1012
Hi for what ever it's worth, I am using tcl/tk 8.4.7 with the latest Tix. I am just getting into it and I am having a few issues, but it seems like it will...
s_anata
Offline Send Email
Jan 2, 2005
9:57 am
1013
I've been building an application using straight Tkinter and Pmw megawidgets. Recently, I needed a collapsible tree widget, which Pmw didn't have; so I turned...
megajarx
Offline Send Email
Jan 3, 2005
6:41 pm
1014
I've run into some strange bug where an application randomly flash exits once I select over 154 items in a tixScrolledListBox. The flash exit leaves with...
knightofsadcountenance
knightofsadc...
Offline Send Email
Jan 21, 2005
7:32 pm
1015
I was wondering if there were a way to execute a command upon closing a window. It's clear to me how a procedure could get executed in conjuntion with the...
herrington_john
Offline Send Email
Feb 3, 2005
5:12 pm
1016
... It is a window manager command, part of Tk. You do: wm protocol WM_DELETE_WINDOW "whatever you wanna do" Carlos...
Carlos Vidal
carlos@...
Send Email
Feb 3, 2005
6:41 pm
1017
Dear Techies, I am searching for a solution to pass the TCL Arrays in C Subroutine/function. But i am unable to do so. I have passed simple int variables from...
Pavitra Mukherjee
pavitra_k_m
Offline Send Email
Apr 20, 2005
4:42 pm
1018
Hi, We are seeking Architect and Principal Engineers for a Multi billion Dollar Global MNC (Fortune 500)- Bangalore, India Company: World's largest online...
alphaeus_java
Offline Send Email
Apr 20, 2005
4:43 pm
1019
Read the information on http://wiki.tcl.tk/3262 regarding how to pass arrays. -- Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ > Larry W....
Larry W. Virden
lvirden
Offline Send Email
Apr 20, 2005
5:25 pm
1020
Reminder from: tix Yahoo! Group http://groups.yahoo.com/group/tix/cal Christmas and New Year Events http://xmas-zc.blogspot.com Direct has two digit Monday...
tix@yahoogroups.com
Send Email
Dec 7, 2008
11:41 pm
Messages 991 - 1020 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help