Hello,

        I'm a rather new user to vTcl and am doing well with it so far. I am 
writing an HTML editor using vTcl and am rather far along but am having an 
error using bindings with how vTcl handles windows. I have a label in my 
main editor's frame which will display "tool tip" type text describing the 
function of a button. I have another top level with many buttons which I 
need to display the function of in the label in the main toplevel. I try to 
write:

bind $base.but20 <Enter> {.top22.fra18.lab37 configure -text "Align text"}
bind $base.but20 <Leave> {.top22.fra18.lab27 configure -text ""}

This was inserted in the area of the button to move over to display the help 
text. Does anyone have any suggestions on how to get this code to work with 
vTcl so I don't have to edit it in XEmacs after making changes in vTcl each 
time?

Thanks


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com
---------------------------------------------------------------------------
To unsubscribe from the Visual Tcl mailing list, please send a message
to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the
message body (where [EMAIL PROTECTED] is your e-mail address).

Reply via email to