![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveSimulating button presses
From: Aleks <vuje@ifg.uni-hannover.de>
Date: Thu Dec 15 2005 - 13:54:47 CET
Hi group,
I'm trying to automate a (tcl) program for testing. For this I need to
For simplicity let's look at the tk_messageBox dialog. I have a button
pack [button .b -text "do it" -command tk_messageBox
If I press button .b with the mouse and then enter ".__tk__messagebox.ok
But if I enter ".b invoke" in the console it is blocked and no further
Could someone please explain the details to me and hopefully suggest a
Thanks,
|