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,

);

Try adding '-multiline => 1,' to your options.

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


Reply via email to