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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 775 - 804 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
775
Hello: Has anyone encountered this error before when running the command ./configure? error - can't find tcl configuration definitions I'm running SuSe 7.2...
drperrier@...
jeffinvent
Offline Send Email
Nov 1, 2001
4:54 pm
776
Which version of Tix do you use? You need to install and compile the sources of both Tcl and Tk on your machine before building Tix. The Tix build process...
Ioi Lam
ioi.lam@...
Send Email
Nov 1, 2001
7:10 pm
777
I've got a problem with the deletion of a page with the tixListNoteBook widget. I try to reproduce the problem in a simpler program, but in this case it works ...
VARAGNAT Emmanuel
varagnat@...
Send Email
Nov 9, 2001
3:27 pm
778
I've got the following message when I click on the tixNoteBook's subwidget nbframe: "can't read "data(w:down)": no such element in array while executing "if {...
jean-pascal.bruzzo@...
tsijpb2001
Offline Send Email
Nov 13, 2001
10:04 am
779
Hi Tixers, tixindex does not too well when it comes to handle namespaces. In fact it looks completely broken. tcl-file: namespace eval foo { proc foo {} {} } -...
Ralf Fassel
ralf@...
Send Email
Nov 15, 2001
9:32 pm
780
You're right. tixindex was based on really one version of Tcl where namespace is not present. As a work around, you can use tixindex only on Tix class files....
Ioi Lam
ioi.lam@...
Send Email
Nov 16, 2001
1:44 am
781
* Ioi Lam ... Hi Ioi, hi Mark, I fiddled a bit yesterday evening, and I *think* the solution lies in the direction of the script appended: use the new...
Ralf Fassel
ralf@...
Send Email
Nov 16, 2001
9:35 am
782
Hi Guys, How do I change the date string "Mon Nov 26 15:32:45 IST 2001" to numerical format and then extract time and date information out of it using Tcl? ...
Mehul Thakkar
mehul_303
Offline Send Email
Nov 26, 2001
9:23 am
783
* Mehul Thakkar ... Hi Gal, ... See `clock scan' and `clock format'. clock scan dateString ?-base clockVal? ?-gmt boolean? Convert dateString to an integer...
Ralf Fassel
ralf@...
Send Email
Nov 26, 2001
9:37 am
784
... Use 'clock scan' to parse the date and 'clock format' to write it out in the format you like. Carlos -- Carlos Vidal carlos@......
Carlos Vidal
carlos@...
Send Email
Nov 26, 2001
11:31 am
785
Hi, Is there anyone knows how to use xcin to input chinese on the Tk interfaces in linux? I don't know why I can't do that. Thanks!...
magatelai@...
magatelai
Offline Send Email
Nov 30, 2001
1:50 am
786
Hello, I am a newbie into Tcl/Tk. Just now started to understand a bit of it. I was excited by the Tix megawidgets. Can any one tell me how to go ahead in...
Harish Y S
harishys
Offline Send Email
Nov 30, 2001
1:31 pm
787
Hi Harish, The mega widget is basically widget created using existing widgets. For example tixFileEntry is a entry box and a button. These items are glued as...
atul.bhingarde@...
abhingar2000
Offline Send Email
Nov 30, 2001
1:40 pm
788
Atul, Thanks for ur reply.... Are there any examples available on the net so that I can actually see how they are used ? regards, Harish ... widgets. ... ...
Harish Y S
harishys
Offline Send Email
Nov 30, 2001
1:45 pm
789
There is a user guide and/or reference for Tix and that describes how you can use it. you can search for the file ( for example ) TixFileEntry,tcl and that...
atul.bhingarde@...
abhingar2000
Offline Send Email
Nov 30, 2001
1:54 pm
790
Re: examples of use Tix comes, as far as I am aware, with a great demo program that provides you examples of how to use all its widgets. -- Never apply a Star...
Larry W. Virden
lvirden
Offline Send Email
Dec 2, 2001
12:23 pm
791
To see the examples, download Tix from http://sourceforge.net/project/showfiles.php?group_id=19412 Use the Win32 setup program. It will install Tix. One of the...
Ioi Lam
ioi.lam@...
Send Email
Dec 3, 2001
8:59 am
792
Hi all. I wonder if Tix has these update gotchabombs? Does anybody know offhand? Regards, Rick ... From: incrtcl-users-admin@... ...
Rick Hedin
archippus55
Offline Send Email
Dec 5, 2001
3:46 pm
793
* Rick Hedin ... --<snip-snip>-- ... Wouldn't be `update idletaks' be enough in these situations? `update' is most of the time not necessary. R'...
Ralf Fassel
ralf@...
Send Email
Dec 5, 2001
3:57 pm
794
Hi Guys, I have to create a product demo tool using Tcl/Tk.The demo tool is just like what we have for printer which shows how to fix up the printer,how to...
mehul_303
Offline Send Email
Dec 11, 2001
7:18 am
795
Hello all. When I downloaded tix-8.1.3.gz from tix.sourceforge.net, my copy of WinZip wouldn't spew out the contents. When I renamed it to tix-8.1.3.tgz (note...
Rick Hedin
archippus55
Offline Send Email
Dec 11, 2001
3:08 pm
796
... Interesting - the file on the server is .tgz without a doubt - I downloaded it yesterday and I'll check again now. What did you use to download it? What...
Mike Clarkson
support@...
Send Email
Dec 12, 2001
5:19 pm
797
Hi Mike. I'm using version 6.0 of Microswift's Internet Explorer. What may be more useful: When I try to download versions 8.1.3 or 8.1.2, it says the file...
Rick Hedin
archippus55
Offline Send Email
Dec 12, 2001
6:48 pm
798
Hi all, How do I make Tk window to stay always on top.I tried using raise $win command but that doesn't work for me on Windows. Regards, Mehul...
mehul_303
Offline Send Email
Dec 20, 2001
10:29 am
799
Hi guys, How do I generate animation using Tcl/Tk.I tried using "event generate" command but it doesn't help much.I am looking for some way to move mouse...
mehul_303
Offline Send Email
Jan 2, 2002
8:06 am
800
These are pretty old extensions and they only work on X, but maybe they'll give you some ideas. ftp://ftp.cs.unm.edu/pub/crowley/replay/TkReplay1.1.README ...
iamwobster
Offline Send Email
Jan 3, 2002
7:11 pm
801
For demos, the approach at Qarbon works pretty well too: http://www.qarbon.com/ This application creates a compact Java applet from a series of screen shots...
iamwobster
Offline Send Email
Jan 3, 2002
8:30 pm
802
Thanks for the information.If you could find any utility just like WarpPointer on WinNT then please let me know.Thanks again. Regards, Mehul ... selection...
mehul_303
Offline Send Email
Jan 7, 2002
6:57 am
803
Hi guys, I would like to store the complete window path of a widget over which any event took place.Say event is ButtonPress then in an application if any...
mehul_303
Offline Send Email
Jan 18, 2002
6:26 am
804
* mehul_303 ... I think that is related to the fact that menus and dialogs are toplevels on their own which are not handled by the implicit binding on `.' Try...
Ralf Fassel
ralf@...
Send Email
Jan 18, 2002
10:09 am
Messages 775 - 804 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