MoshiachNow
IS-IT--Management
HI,
I declare severall lables like,increasing $counter :
$main->AddLabel(-name =>$counter,-text => "$station",-font => $font2,-foreground => [0, 0, 0],-pos => [ 10, $y ]);
Then I want to delete all existing lables.
I try to loop through (1..$counter),but it does not work:
for (1..$counter) {
$_->Deactivate();
}
Will appreciate ideas.
Aslo will appreciate some link on good Win32::GUI examples/documentaion (the one I have found is not very informative).
thanks
Long live king Moshiach !
I declare severall lables like,increasing $counter :
$main->AddLabel(-name =>$counter,-text => "$station",-font => $font2,-foreground => [0, 0, 0],-pos => [ 10, $y ]);
Then I want to delete all existing lables.
I try to loop through (1..$counter),but it does not work:
for (1..$counter) {
$_->Deactivate();
}
Will appreciate ideas.
Aslo will appreciate some link on good Win32::GUI examples/documentaion (the one I have found is not very informative).
thanks
Long live king Moshiach !