Ludvig af Klinteberg wrote:
> How do I hook a (single-line) textfield so that when the user
> hits ENTER, the program reads the value of the textfield, and
> then clears it.

you should put your textfield into a DialogBox instead of
a Window; then create a hidden Button with -ok => 1, and
in the Click event for that button do what you want to do
on the textfield.


cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;



Reply via email to