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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...
... The Grid widget is incomplete, so the feature you are looking for may not work properly ..... - Ioi...
Ioi Lam
ioi.lam@...
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...
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@...
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@...
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 {...
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@...
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@...
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@...
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 ... Hi Gal, ... See `clock scan' and `clock format'. clock scan dateString ?-base clockVal? ?-gmt boolean? Convert dateString to an integer...
Ralf Fassel
ralf@...
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@...
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!...
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...
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, 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. ... ...