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 747 - 776 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
747
Is there a way to save the history of the tixCombobox? What I want to do is have the application store the entries of the application for other users to use...
h296506@...
Send Email
Aug 13, 2001
12:16 pm
748
Ioi, Does this mean there is a way to enable Tix's font and and color schemes for Tix 8.2? I like the original fonts and colors. :-) BTW, there is still a...
iamwobster@...
Send Email
Aug 13, 2001
11:15 pm
749
To get and restore the "history" of a tixComboBox, you need to manipulate its "listbox" subwidget directly. Here's how to read the content of the listbox: ...
Ioi Lam
ioi.lam@...
Send Email
Aug 14, 2001
6:49 am
750
i am using a tixTree widget to display a hierarchical data structure. each entry has -itemtype image (i'm using the conventional open/closed folder and page...
yrmbh@...
Send Email
Aug 14, 2001
5:51 pm
751
Somethinkg like, set hlist [$tree subwidget hlist] $hlist config -wideselection 1 Art...
Art Morel
art@...
Send Email
Aug 14, 2001
6:30 pm
752
Try the "-wideselect 1" option of the hlist subwidget - Ioi...
Ioi Lam
ioi.lam@...
Send Email
Aug 14, 2001
6:31 pm
753
... excellent. thanks. i got it to work, but have another question: the wideselect option does not seem to be settable at tixTree creation, a la: % tixTree...
yrmbh@...
Send Email
Aug 14, 2001
8:19 pm
754
You got a case problem. Should be % tixTree .tree -options {hlist.columns 5 hlist.wideSelection 1} ^ ^^^ Also, only command-line options can be...
Ioi Lam
ioi.lam@...
Send Email
Aug 14, 2001
8:30 pm
755
Has anybody taken the time to generate a set of TK Options settings to restore the L&F of the current version of Tix 8.2 back to the original nice looking Tix?...
iamwobster@...
Send Email
Aug 15, 2001
9:44 pm
756
Add a tix resetoptions TixGray 14Point at the very beginning of your app (before any widget is created) seems to do the trick. Let me know if this works in all...
Ioi Lam
ioi.lam@...
Send Email
Aug 16, 2001
6:45 am
757
Yippee, it works! I'll let you know if I come across any instances that don't work. ... seems ... might ... slightly ... somewhere...
iamwobster@...
Send Email
Aug 16, 2001
3:16 pm
758
Hi Tom, this is a bit late, but anyway, here is the solution: just add following line at the end of the code you have provided here. $w.tree setmode p1 open ...
Vikrant Sharma
svikrants@...
Send Email
Aug 27, 2001
8:49 am
759
Hi, I am using Tcl/Tk for the installation utility. I am using tixMeter and few other widgets from tix. One of the problem I am facing is as follows. If I use...
atul.bhingarde@...
Send Email
Sep 7, 2001
5:39 pm
760
DO NOT DELETE IF YOU HAVEN'T READ THIS. THIS IS A ONE TIME MAILING. This program is for real. And it works no matter which country you live in (read the...
Analyze Well
rwwxx@...
Send Email
Sep 15, 2001
12:07 am
761
Hi, I have 2 constructs which used to work in Tix 4.1, and have been changed for Tix 8.2 - I see wording in the Changelog that mentions both these changes, but...
Gregory Hosler
gregory.hosler@...
Send Email
Sep 19, 2001
1:26 am
762
... tixItemStyle is an obsolete command name. Use tixDisplayStyle instead. As a work around proc tixItemStyle {args} { return [eval tixDisplayStyle $args] } ...
Ioi Lam
ioi.lam@...
Send Email
Sep 19, 2001
2:31 am
763
Thank you very much, all your suggestions work well. Are there plans to allow the user to pre-set the directory of the tixFileEnt (I guess this is more...
Gregory Hosler
gregory.hosler@...
Send Email
Sep 19, 2001
5:40 am
764
Hi Guys, I am developing Web browser effect for my application.All I want is my GUI should be able to connect to http server and get me the web pages.I am...
Mehul Thakkar
mehul_303@...
Send Email
Sep 28, 2001
9:44 am
765
Re: developing web browser Have you taken a look at any of the already existing tcl/tk web browsers to get ideas from them? In the Tcl software catalog <URL:...
Larry W. Virden
lvirden@...
Send Email
Sep 28, 2001
1:06 pm
766
I keep getting messages from you Tix guys. How do I get disconnected? There's plenty of RTFM info on how to connect to a Yahoo group, but there seems to be no...
Howard Pearce
pearceh@...
Send Email
Oct 10, 2001
11:01 pm
767
Hi, I had gone through the site suggested by you.All of them gives me the tool to be used but I want to implement one for my application I am using "http 2.0"...
Mehul Thakkar
mehul_303@...
Send Email
Oct 11, 2001
1:23 pm
768
Hi guys, How do I get the difference of two files using Tcl. The output should be just like "diff" utility on unix. Regards, Mehul...
Mehul Thakkar
mehul_303@...
Send Email
Oct 15, 2001
8:23 am
769
... You have TkDiff at http://www.accurev.com/free/tkdiff/, it already uses diff and has an excellent GUI. Besides it works in Unix and Win*. Otherwise, if you...
Carlos Vidal
carlos@...
Send Email
Oct 15, 2001
10:53 am
770
I am unaware of a Tcl source only diff command. -- Never apply a Star Trek solution to a Babylon 5 problem. Larry W. Virden <mailto:lvirden@...> <URL:...
Larry W. Virden
lvirden@...
Send Email
Oct 15, 2001
12:35 pm
771
Good morning ladies & gentlemen, Does anyone know how to have access to the Window's cut & paste buffer from Tcl/Tk or Tix? I'm trying to implement a...
Gen Lin
ling@...
Send Email
Oct 18, 2001
4:35 pm
772
... As far as I am aware the tk 'clipboard' command does the right thing. ... -- Nick Ing-Simmons http://www.ni-s.u-net.com/...
nick@...
Send Email
Oct 22, 2001
7:32 pm
773
Hi I am a new Tcl/Tk user. I must develop a graphical application using tcl/tk 8.0.3.2 and Tix 4.1. My questions are : What is the difference between Tix 4.1...
jean-pascal.bruzzo@...
tsijpb2001
Offline Send Email
Oct 29, 2001
10:59 am
774
... The Grid widget is incomplete, so the feature you are looking for may not work properly ..... - Ioi...
Ioi Lam
ioi.lam@...
Send Email
Oct 31, 2001
9:32 pm
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
Messages 747 - 776 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