Thread Checkbox-Problem (4 answers)
Opened by Froschpopo at 2005-05-03 22:43

zipster
 2005-05-03 23:35
#43915 #43915
User since
2004-09-06
458 Artikel
BenutzerIn
[default_avatar]
Dann halt nochmal *G*

Code: (dl )
1
2
3
4
5
my $check = $button->cget(-state)
if ($check eq 'active')
{
$button2->configure(-state => 'normal');
}
\n\n

<!--EDIT|zipster|1115148956-->

View full thread Checkbox-Problem