Thread Tk::Configure tut nicht (4 answers)
Opened by peri at 2009-11-19 17:17

renee
 2009-11-19 19:29
#128344 #128344
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Die Methode heißt "configure" (kleines 'c'):
Code (perl): (dl )
1
2
3
4
5
6
use strict;
use Tk;

my $mw = MainWindow->new(-title => "Have fun ...");
$mw->configure(-title => "Osterhase");
MainLoop;
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 Tk::Configure tut nicht