Bloodelf has asked for the wisdom of the Perl Monks concerning the following question:
The user can then input whatever they want, but when they have finished (or click off the entry box) I need to be able to change the state back to be read only.sub add_button_click{$entryvariable = ""; $mybrowseentry->focus; $mybrowseentry->configure(-state => 'normal'); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk::BrowseEntry help
by {NULE} (Hermit) on Mar 27, 2002 at 17:27 UTC | |
by Bloodelf (Beadle) on Mar 27, 2002 at 18:22 UTC | |
|
Re: Tk::BrowseEntry help
by rbc (Curate) on Mar 27, 2002 at 16:47 UTC |