Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

tix · The Tix User Forum

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 323
  • Category: Tcl Tk
  • Founded: May 8, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Messages

Advanced
Messages Help
Messages 701 - 730 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
701 iamwobster@... Send Email Apr 8, 2001
5:35 pm
I just grabbed the latest version of Tix from CVS. There are few small installation issues: 1.) configure does not have "execute" permission 2.) The installed...
702 iamwobster@... Send Email Apr 8, 2001
6:15 pm
I just grabbed the latest version of Tix from CVS. When I try to generate the HTML generation using: cd myTix8.2DirName/man make -f GNUmakefile I get an error...
703 meflont retwen
robsmailstorage@... Send Email
Apr 10, 2001
6:36 am
check this out at napster: dense reverberations __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo!...
704 mihut1@... Send Email Apr 17, 2001
3:46 pm
I have the smae kind of error: gcc tixAppInit.o \ -L/var/tmp/mihut1/FORCOMPILE/tix8.2.0/unix -ltix8.2 \ -bI:/var/tmp/mihut1/FORCOMPILE/tk8.3.2/unix/lib.exp ...
705 Ioi Lam
ioi.lam@... Send Email
Apr 17, 2001
6:32 pm
What platform is this? Looks like your platform needs this: gcc tixAppInit.o \ -bI:/var/tmp/mihut1/FORCOMPILE/tix8.2.0/unix/lib.exp \ ...
706 mihut1@... Send Email Apr 18, 2001
7:28 am
Thanks for your help !!!! ... but unfortunatelly it did not worked ! I tried to compile the TIX on a AIX risc station (IBM RS6000) with AIX 4.3.3.0 as OS. The...
707 mehul_303@... Send Email Apr 18, 2001
3:05 pm
Hi, I wrote following lines of code inorder to create tixScrolledGrid ... package require Tix tixScrolledGrid .gd set grid [.gd subwidget grid] $grid config...
708 David Gardiner
davidllewellyngardine... Send Email
Apr 18, 2001
11:36 pm
Hi All, I was having problems with tixTList remapping when attatched to a scroll bar, the following code illustrates the problem ...
709 Ioi Lam
ioi.lam@... Send Email
Apr 19, 2001
5:28 pm
Thanks for the bug report. Please send me your fix. Did you use the calls like Tix_WindowItemListRemove(), as in tixHList.c? - Ioi...
710 Cinzia Bonini
cinzia@... Send Email
Apr 20, 2001
8:40 am
How can I remove a page in a nootbook? I am using tixwish8.1.8.3, I am trying to remove a tab using "delete" but I have this error: Error in startup script:...
711 Mehul thakkar
mehul_303@... Send Email
Apr 20, 2001
9:07 am
Hi, You need to use [lindex $pages 0] in the last line of your code because detele option of tixNoteBook expects pagename and not the index no. ... toplevel...
712 David Gardiner
davidllewellyngardine... Send Email
Apr 21, 2001
3:53 pm
Ioi I've attatched the fix (patch for tixTList.c ver 1.2) which either draws or umapps every item. This could probably be done less expensively by unmapping...
713 Frank Storm
Frank.Storm@... Send Email
Apr 25, 2001
1:01 pm
Hello, just a quick question: I would like to get the old Tix style back in Tix 8.2 (it simply looks better than the default Tk style). Is there a simple...
714 Ioi Lam
ioilam@... Send Email
Apr 25, 2001
10:17 pm
I will make this available as an option for the next Tix 8.2 release. ... __________________________________________________ Do You Yahoo!? Yahoo! Auctions -...
715 sg584@... Send Email May 12, 2001
3:18 pm
Hey, I am trying to port a program I wrote in Visual Tcl (in Windows) to Linux. The program requires Tix. However, whenever I try to local ...
716 lac@... Send Email May 27, 2001
9:23 am
http://tix.sourceforge.net/dist/current/docs/UnixInst.html has a link on the bottom of the page called Porting.html. But clicking on it yields: The requested...
717 pmoscatt@... Send Email Jun 1, 2001
3:49 pm
I need some help installing TIX onto my system. Firstly, I am pretty new to Linux - into my 4th week now soplease be gentle. I have come across from MS Win98...
718 Larry W. Virden
lvirden@... Send Email
Jun 4, 2001
3:44 pm
From: pmoscatt@... ... Which install doc? When I read tix/PyTix-2.0/INSTALL-2.0.txt I see: 1) Build and install Tcl/Tk 8.0 8.1 or 8.2 and Tix 8.1. ^^ I...
719 ktrenor2@... Send Email Jun 4, 2001
9:01 pm
Hi, Been using Tix 8.2.0 B1 with both Windows NT and RedHat Linux with Tcl 8.3.3 for the last couple of months with no drama (apart from a patch needed on ...
720 pmoscatt@... Send Email Jun 4, 2001
9:42 pm
G'Day Larry, The document is from TIX, but thanks very much for the info. I am away at the moment but as soon as I get home from the mines I will get right...
721 Ioi Lam
ioilam@... Send Email
Jun 5, 2001
4:46 am
... I would recommend Tix 8.2.0 b1 :-) I have overhauled the configure script for Unix. There is a Win32 binary installer. Also, it's TEA compatible so it...
722 pmoscatt@... Send Email Jun 8, 2001
2:48 pm
I have just successfully installed Tix 8.2, Tk 8.3.3 and Tcl 8.3.3 and have tested it with the command: make rundemo and all is looking good, but am now tring...
723 Don Rozenberg
rozen@... Send Email
Jun 14, 2001
9:33 pm
... I have put a program on the net that uses Tix8.1, Tcl8.3.2, Tk8.3.2 It is called PAGE and can be found at http://www.geocities.com/page_python If you look...
724 Mehul Thakkar
mehul_303@... Send Email
Jun 15, 2001
9:40 am
I think the command to import tix is "package require Tix" .The output of this command returns the version information. I hope this helps. Regs, Mehul ... ...
725 Peter Moscatt
pmoscatt@... Send Email
Jun 15, 2001
10:08 am
Hi Don, Thanks very much for that - as it turns out I was to upgrade my Python 2.0 to 2.1 and all seems to be back on track but I will go and have a look at ...
726 Peter Moscatt
pmoscatt@... Send Email
Jun 15, 2001
10:12 am
G'Day Mehul, All up and working fine now - as it turned out I was to upgrade my Python 2.0 to 2.1 and all is well. Cheers. Pete Mehul Thakkar wrote: I think...
727 Larry W. Virden
lvirden@... Send Email
Jun 15, 2001
1:14 pm
WHAT: 8th annual USENIX Tcl Conference Part of the 3'rd annual O'Reilly Open Source Convention WHERE: San Diego, CA WHEN: July 23-27, 2001 WHY: Come, see,...
728 atul.bhingarde@... Send Email Jun 17, 2001
7:39 pm
Hi, I am trying to ues the tixFileEntry for selecting file. There are two instances of the tixFileEntry first one is file file1.txt second is for file2.txt I...
729 Carl.Kalauokalani@... Send Email Jun 22, 2001
4:11 am
This is probably really simple, but I can't seem to find the answer... All I want to do is disable the selecting of items from within a given scrolled listbox....
730 Ioi Lam
ioilam@... Send Email
Jun 22, 2001
4:46 am
I don't know why you want to do this. This will really confuse the user, but anyway: tixScrolledListBox .c .c subwidget listbox config -selectbackground [.c...
Messages 701 - 730 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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