in reply to Re: Callback is being executed twice by Tk::entry widget
in thread Callback is being executed twice by Tk::entry widget

graff - you have described the way it works perfectly. I should have included it in the original post. You also pinpointed the issue, namely a second focusout was happening when leaving $entryThree, even though it was never seen while running the GUI. Thank you

  • Comment on Re^2: Callback is being executed twice by Tk::entry widget