|
Hello,
does anyone know how to get visual tcl generate the
code for event bindigs like that:
bind $base.ent57
<FocusOut> "puts $base"
usually I get the following code:
bind $base.ent57
<FocusOut> {puts $base}
and so the variable $base doesn`t
work.
Thanks
Tobias
|
