in reply to Re: how can i be in the same entry if my validation fails in Tk? (blinking cursor is Tk::focus)
in thread how can i be in the same entry if my validation fails in Tk?

Thanks for the reply..$entry->focus() worked here.. But when I am focusing out from second entry if validation fails both 2nd and 3rd messageboxes are popping at a time ..Even function for both are different.

  • Comment on Re^2: how can i be in the same entry if my validation fails in Tk? (blinking cursor is Tk::focus)

Replies are listed 'Best First'.
Re^3: how can i be in the same entry if my validation fails in Tk? (blinking cursor is Tk::focus)
by Anonymous Monk on Nov 25, 2015 at 09:13 UTC

    But when I am focusing out from second entry if validation fails both 2nd and 3rd messageboxes are popping at a time ..Even function for both are different.

    :) Thats fantastic isn't it? A program doing what you told it to do?