$main->AddTextfield( -name=> "LocalCpPath", -width =>100, -height =>20, -pos => [95,55], -disabled=>1, ); $main->AddButton( -name=> "btnLocalCpPath", -text=> "...", -width =>30, -height =>20, -pos => [210,55], -disabled=>1, ); $main->AddCheckbox( -name => "cpLogsLocal", -text => "Copy Logs Local", -pos => [210, 5], -size => [100, 21], ); sub cpLogsLocal_Click{ $main->AddTextfield(-LocalCpPath->disabled(0)); ##the about doesn't work, just playing }