in reply to Win32::GUI bizarre problems??
Playing with it, I found that adding a -name to the label makes the problem go away.
$main->AddLabel( -text => "NOOO!!" , -name => 'Label1', ); [download]