Thread Programm an eine bestimmten Desktopstelle
(17 answers)
Opened by J-jayz-Z at 2005-07-11 00:59
und wo übergebe ich da die größe,also wo es stehen soll?
Und nochwas: wenn ich ein Code: (dl
)
$main->overrideredirect(1); mache, kann ich nichts mehr in das Entry Widget eintragen, da das Hauptfenster nicht mehr aktiv wird. Hat jemand ne idee? perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="5065726c2d436f6d6d756e697479"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'
http://perl-tutor.de View full thread Programm an eine bestimmten Desktopstelle |