Hi,
Thanks for your response.
here is what I added
<code>
sub cpLogsLocal_Click{
#$main->AddTextfield(-LocalCpPath->disabled(0));
$main->btnLocalCpPath->configure(-state=> ('disabled' || 'normal') );
}
</code
It doesn't seem to like the configure method. "Con't find 'configure' in package Win32::GUI."