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...
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 ...
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...
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...
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 ... 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@...
Jan 18, 2002 10:09 am
805
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...
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...
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...
Cinzia Bonini
cinzia@...
Jan 22, 2002 8:35 am
808
* 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...
Ralf Fassel
ralf@...
Jan 22, 2002 9:55 am
809
Sorry but i have some troubles with the mail...
Emmanuel VARAGNAT
varagnat@...
Jan 22, 2002 10:41 am
810
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...
Emmanuel VARAGNAT
varagnat@...
Jan 22, 2002 11:01 am
811
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...
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...
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...
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...
... 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...
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...
ktrenor2@...
Feb 1, 2002 12:33 am
821
I have verified that the problem exists under several releases of the Linux 2.4 kernel....
Jim Russell
Jim.Russell@...
Feb 1, 2002 4:39 pm
822
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...
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...
ktrenor2@...
Feb 3, 2002 8:04 pm
824
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...
ktrenor2@...
Feb 3, 2002 10:04 pm
825
* atul.bhingarde@... ... You should read a basic book about TCL syntax, especially about the use of '{}' vs. '[]'. Any decent text will do, maybe even...
Ralf Fassel
ralf@...
Feb 4, 2002 4:41 pm
826
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...
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 ...
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...