Leser: 1
5 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
$mw-> repeat (10000, sub {auto_speichern_zeit ();});
.
.
sub speichern_zeit{
$mw-> after (10000000, sub {auto_speichern ();};
}
sub auto_speichern{
#Öffnet den Dialog
}
1 2 3 4 5 6
$mw-> repeat (600000, \&auto_speichern ); sub auto_speichern{ #Öffnet den Dialog }
5 Einträge, 1 Seite |