Thread Programm an eine bestimmten Desktopstelle (17 answers)
Opened by J-jayz-Z at 2005-07-11 00:59

dominicn
 2005-07-14 10:57
#44162 #44162
User since
2003-08-08
327 Artikel
BenutzerIn
[default_avatar]
[quote=coax,11.07.2005, 00:54]
Code: (dl )
1
2
$toplevel->geometry("$widthx$height+$x+$y");
$toplevel->geometry("$widthx$height");
[/quote]
Bist du sicher, dass das so funktioniert? Interpretiert er das x dann nicht als mit zum Variablennamen gehörig? also Variable $widthx und Variable $height?

Ein use strict würde das sicher aufklären (wenn $widthx nicht definiert ist).

View full thread Programm an eine bestimmten Desktopstelle