Thread Funktion mit Parameterübergabe: Parameter-Variable wird falsch gesetzt (6 answers)
Opened by TheDHK at 2007-01-22 16:04

renee
 2007-01-22 16:34
#73489 #73489
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
mach mal:
Code: (dl )
1
2
3
4
5
6
for my $j(0..scalar(@name)-1) {
my $test = $j;
$profilframe->Label( -image => $photos[$j], -background => 'sky blue' )->place(-x=>'5', -y => $y + 3);
$profilframe->Button( -text=>$name[$j], -background => 'sky blue', -font=>'{Bimini} 12 {bold}', -relief=>'flat', -activebackground => 'yellow', -command => sub { zeige_beschreibung($test); } )->place(-x=>'28p', -y => $y);
$y += 35;
}
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Funktion mit Parameterübergabe: Parameter-Variable wird falsch gesetzt