Hello, I'm a newcomer to this list, and in way of introduction, my name is Rob Seegel. I use Tix for Perl and Python, but not Tcl (not anymore anyway), and am...
827
atul.bhingarde@...
abhingar2000
Feb 12, 2002 7:18 pm
Hi, I am using tcl/tk ( 8.3.3 ) with tix 4.1.0 and Itcl 3.2 on UNIX ( both HP and Solaris ) I could use (after compiling source code) the binaries ( on ...
826
atul.bhingarde@...
abhingar2000
Feb 4, 2002 4:54 pm
Hi Tix User group members, I appreciate your responses for my quiestion. The problem is resolved. The problem was due to incorrect use of the...
825
Ralf Fassel
ralf@...
Feb 4, 2002 4:41 pm
* atul.bhingarde@... ... You should read a basic book about TCL syntax, especially about the use of '{}' vs. '[]'. Any decent text will do, maybe even...
824
ktrenor2@...
Feb 3, 2002 10:04 pm
Hi Got bored so thought I'd see if I could correct this error (see below). For me at least this seemed to be caused by doing some presses, holding Button-1...
823
ktrenor2@...
Feb 3, 2002 8:04 pm
Hi I've done this by adding the binding to the tixHLIst itself which can be passed the X/Y of the cursor. You then determine the entry closest to the position...
822
bvsmith94530
Feb 1, 2002 7:11 pm
I would like to add a ButtonRelease-3 binding to entries in the tixHList widget to have a popup menu for the user, but I can't find anything in the docs about...
821
Jim Russell
Jim.Russell@...
Feb 1, 2002 4:39 pm
I have verified that the problem exists under several releases of the Linux 2.4 kernel....
820
ktrenor2@...
Feb 1, 2002 12:33 am
Hi Yes, I've seen it as well - on Windows NT 4 for sure and maybe RedHat Linux 7.2 as well. Kevin Trenorden "bvsmith94530" <bvsmith@...> on 02/01/2002...
... I am wondering why this doesn't work. Isn't ActiveTcl supposed to be honoring the stubs API? If you build Tix with stubs enabled (using the Tcl/Tk 8.3.4...
817
Larry W. Virden
lvirden
Jan 31, 2002 2:48 pm
This is a very good question. I'm still in the early stages of figuring out how to use ActiveTcl - I would recommend asking on the ActiveTcl mailing list as...
816
bubblecreature
Jan 31, 2002 2:41 pm
I would like to be able to somehow install the Tix libaraies and files to work with the ACTIVETCL package. The problems that are occurring is that it looks...
815
Larry W. Virden
lvirden
Jan 31, 2002 1:06 pm
What kind of problems are you having? -- Never apply a Star Trek solution to a Babylon 5 problem. Larry W. Virden <mailto:lvirden@...> <URL:...
814
bubblecreature
Jan 31, 2002 2:35 am
Hello all, I am having a problem getting Tix to work with ACTIVETCL8.3.4.2 running on Linux 6.2. Does anyone know where I could get binaries, or compile...
813
atul.bhingarde@...
abhingar2000
Jan 23, 2002 7:36 pm
This what I am trying to do ... . alltel_weblogic:/opt/weblogic6 . alltel_certificate_authority:eclipse.pem alltel_certificate_server:eclipse.pem ...
812
Ralf Fassel
ralf@...
Jan 23, 2002 5:12 pm
* atul.bhingarde@... ... Check `subst'. ... Post some code you've tried (snip down to show the problem, not the whole app). R'...
811
atul.bhingarde@...
abhingar2000
Jan 23, 2002 5:03 pm
Hi, One of the application, that I have developed needs a help balloon and the text that goes in the balloon needs to be variablizesd ( i.e. variables such as...
810
Emmanuel VARAGNAT
varagnat@...
Jan 22, 2002 11:01 am
When clicking onto an empty part of a HList (the free area after the last line), the default behavior of the HList is to select the last line. But as I'm...
809
Emmanuel VARAGNAT
varagnat@...
Jan 22, 2002 10:41 am
Sorry but i have some troubles with the mail...
808
Ralf Fassel
ralf@...
Jan 22, 2002 9:55 am
* Cinzia Bonini ... I guess this enables the Combo-entry too, which the Combobox does not expect to happen. ... This does not disable the Combo-entry. Try to...
807
Cinzia Bonini
cinzia@...
Jan 22, 2002 8:35 am
Hi, I am using a tixComboBox in a panel initially disabled. When I enable this panel, the combobox (created with "-editable false") becomes editable. I tried...
806
mehul_303
Jan 21, 2002 9:52 am
Hi Guys, I tried using following lines of code in Tcl and when I tried using Alt+f the menu doesn't drop down. set demo_fr [frame .demo_fr] set menu_fr [frame...
805
mehul_303
Jan 21, 2002 9:52 am
Hi Guys, I tried using following lines of code in Tcl and when I tried using Alt+f the menu doesn't drop down. set demo_fr [frame .demo_fr] set menu_fr [frame...
804
Ralf Fassel
ralf@...
Jan 18, 2002 10:09 am
* 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...
803
mehul_303
Jan 18, 2002 6:26 am
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...
802
mehul_303
Jan 7, 2002 6:57 am
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...
801
iamwobster
Jan 3, 2002 8:30 pm
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...
800
iamwobster
Jan 3, 2002 7:11 pm
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 ...
799
mehul_303
Jan 2, 2002 8:06 am
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...