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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 688 - 717 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
688 iamwobster@... Send Email Mar 11, 2001
12:03 am
Mike, I think you have to physically go into the /cvsroot/tix file system and change the permission of the file to execute. If you don't have access to it,...
689 Mike Clarkson
support@... Send Email
Mar 16, 2001
12:29 pm
... I can't go into the CVS root, but I can try deleting and receating it. Actually a chmod 755 install.sh in the Makefile will help! I thought there was a CVS...
690 Jasmin Patry
jfpatry@... Send Email
Mar 18, 2001
6:03 pm
Hi, First of all, I'm relatively new to Tix (less than a week), but I must say that so far I'm very impressed! In my application there will potentially be a...
691 Ioi Lam
ioi.lam@... Send Email
Mar 20, 2001
12:48 am
You can use the tixListNoteBook widget for a notebook with a large number of pages. It looks like Netscape 4.x's Preferences dialog. - Ioi...
692 Mike Clarkson
support@... Send Email
Mar 22, 2001
10:05 pm
I just thought you'd all like to know that the wrapper for Tix has been accepted into the core of Python for Python 2.1. This means that the Tix wrapper, along...
693 Ioi Lam
ioilam@... Send Email
Mar 28, 2001
8:02 am
... IMPORTANT: This is a Beta release of Tix 8.2.0. It may contain unstable features. OVERVIEW ======== This is the first Beta release of Tix 8.2.0, a library...
694 ktrenor2@... Send Email Mar 28, 2001
10:52 pm
Hi Downloaded the source, compiled and installed it with no problems (Win NT 4.0 and Tcl/Tk 8.3.2) Tried to run the demo and got the following error : image...
695 Ioi Lam
ioi.lam@... Send Email
Mar 28, 2001
11:15 pm
... It looks like you may have some path problems that confuses tixAppContext:getimage (in library/Tix.tcl). Try using [tix addbitmapdir] and see if that...
696 ktrenor2@... Send Email Mar 29, 2001
12:16 am
Hi I tried the explicit reference to create the pixmap and that fails as well. Also put the puts you suggested - heres a dump of the session (note I'm running...
697 Ioi Lam
ioi.lam@... Send Email
Mar 29, 2001
12:32 am
One recent change is the pixmap reader now uses fopen() to read the pixmap file. It was previously using open(). The main reason was cygwin compatibility. What...
698 ktrenor2@... Send Email Mar 29, 2001
12:58 am
Using VC++ 6.0. Replaced that tixImgXpm.c with one supplied (with call to TixGetStringFromObj replaced as per the release version) and it all worked. The demo...
699 Ioi Lam
ioi.lam@... Send Email
Mar 30, 2001
12:21 am
On Win32, you may run into problems with the xpm image type if your xpm file contains CR/LF characters. This one-character change in tixImgXpm.c should fix the...
700 Ioi Lam
ioi.lam@... Send Email
Apr 1, 2001
6:32 am
... This is now fixed. You can download tixTList.h(1.3) and tixTList.c(1.5) from: ...
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...
Messages 688 - 717 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