Hi All,
after pushing "OK" on the button of messagebox the
entry widget is not accessible. How could I bring it
to work ?
This is only a little sample and in a more complex application in this case if I choose menus or something else the entry will work again, but I'd like to understand why it works so.
set w .
wm title $w "Title"
label .l -text "Comment"
entry .e -width 90 -textvariable comment
pack .l .e
tk_messageBox -message "Test"
Thanks
Czollli
after pushing "OK" on the button of messagebox the
entry widget is not accessible. How could I bring it
to work ?
This is only a little sample and in a more complex application in this case if I choose menus or something else the entry will work again, but I'd like to understand why it works so.
set w .
wm title $w "Title"
label .l -text "Comment"
entry .e -width 90 -textvariable comment
pack .l .e
tk_messageBox -message "Test"
Thanks
Czollli