Hi there,
In this code the last button is disabled :

$B = new Win32::GUI::Bitmap("tools.bmp");
$TB->SetBitmapSize(16, 16);
$TB->AddBitmap($B, 3);
$TB->AddButtons(
    3,
    0, 1, 4, 0, 0,
    1, 2, 4, 0, 1,
    2, 3, 0, 0, 2,
);

Is there a possibility to enable a disabled toolbar button 
later in the event loop ?
Should be something like :
$TB->ButtonnameOrID->Enable();

Thanks for help ...
Carsten

Reply via email to