|
From: christopher s. <chr...@ya...> - 2001-01-19 17:22:40
|
I have created a text box using
$dialog3->AddTextfield(
-name => "dialog3text3",
-left => $dialog3->ScaleWidth-470,
-top => $dialog3->ScaleHeight-98,
-text => "$dialog3text3",
-width => 460,
-height => 100,
);
when I press ENTER key in the text box the CURSOR is not going to the next
line inside the text box ? why ?
chris
www.perl-resume.com
|