I have the following object defined:

$window->AddTextfield(
  -name=>"URL",
  -top=>90,
  -left=>10,
  -font=>$pt12,
  -prompt=>"Enter starting URL",
  -text=>"http://";,
  -width=>430,
  -height=>25,
);

Everything is working correctly but I get the following errors (when I comment out the object the errors go away):

Use of uninitialized value in subroutine entry at C:/OpenSA/perl/site/lib/Win32
GUI.pm line 524.
Use of uninitialized value in subroutine entry at C:/OpenSA/perl/site/lib/Win32
GUI.pm line 524.

Although I cannot find anything in the docs about required options, obviously I'm missing something required. Can anyone help? TIA.

Attachment: pgphqyuPqahlA.pgp
Description: PGP signature

Reply via email to