On Sun, 04 Jan 2015 23:48:25 +0100
"W. Martinjak" <[email protected]> wrote:

> It goes simpler and with less harm.
> Putting a simple statement at the first line in the proc update_state.
> At least it works for me.

Yes, this works for me, too.


diff --git a/share/axis/tcl/axis.tcl b/share/axis/tcl/axis.tcl
index db2164d..421663e 100644
--- a/share/axis/tcl/axis.tcl
+++ b/share/axis/tcl/axis.tcl
@@ -1976,6 +1976,7 @@ proc update_title {args} {
 }
 
 proc update_state {args} {
+set mytest "Hooray!"
     switch $::task_state \
         $::STATE_ESTOP { set ::task_state_string [_ "ESTOP"] } \
         $::STATE_ESTOP_RESET { set ::task_state_string [_ "OFF"] } \


-- 
Michael

Attachment: pgpxw_OPWn8Hm.pgp
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to