gri6507 has asked for the wisdom of the Perl Monks concerning the following question:
I would like to have the following elements in my GUI
------------------------------- ------ | Enter text here | | OK | ------------------------------- ------
How can I make the entry to invoke the same event when the <Enter> key is pressed? The only way I saw was to use validation rules for every key, but it does not appear that <Enter> is a key that gets validated. Does anyone have any suggestions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk::Entry acting on <enter>
by kelan (Deacon) on May 16, 2005 at 13:01 UTC | |
by gri6507 (Deacon) on May 16, 2005 at 18:53 UTC |