in reply to Re^2: Win32:GUI check box to enable and disable features
in thread Win32:GUI check box to enable and disable features

I did do some further changes, I think I am on the right track at this time. So I am trying to change a property of textbox called LocalCpPath. Doesn't seem to work though.
sub cpLogsLocal_Click{ $main->LocalCpPath(-disabled=>0,); }

Replies are listed 'Best First'.
Re^4: Win32:GUI check box to enable and disable features
by BrowserUk (Patriarch) on Sep 01, 2009 at 14:48 UTC

    Try:

    sub cpLogsLocal_Click{ LocalCpPath->Enable(); }

    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.