Hi all,
i have a text box, using for entering search text,
nowthe search proc works only when i push the "find" button.
i want it to work after pressing the Return key when i am in the textbox.
this is the code:
frame .bottom
label .bottom.search -text "search:"
entry .bottom.ent -textvariable find -relief sunken -bg white -width 60
button .bottom.but -text find -command "search proc"
thanks.
i have a text box, using for entering search text,
nowthe search proc works only when i push the "find" button.
i want it to work after pressing the Return key when i am in the textbox.
this is the code:
frame .bottom
label .bottom.search -text "search:"
entry .bottom.ent -textvariable find -relief sunken -bg white -width 60
button .bottom.but -text find -command "search proc"
thanks.