Thread
Checkbox-Problem
(4 answers)
Opened by
Froschpopo
at
2005-05-03 22:43
zipster
2005-05-03 23:26
User since
2004-09-06
458 Artikel
BenutzerIn
Würde mal sagen so...
*ungetestet*
Code: (
dl
)
1
2
3
4
5
my $check = $button->cget(-Value)
if ($check == 1)
{
$button2->configure(-state => 'enable');
}
http://home.arcor.de/dsl-neunkirchen/etc/ie_firefo...
View full thread
Checkbox-Problem