HeyHo Com,
Ich bin es wieder mit einem kleinem AHK Fehler. Diesmal geht es darum: Ich habe in meinem Keybinder eine Neustart Funktion die eigentlich nur bei einem Button ausgeführt werden soll.
Jezt wird diese Funktion aber auch ausgeführt wenn ich ein 2tes Gui schließe.
Nun ich frage mich warum. Vor der Neustart Funktion ging alles jetzt schließt sich NUR dieses Gui alles andere funktioniert wie gewollt.
Hier mal die Funktion sowie das Gui:
Der Button zum ausführen:
Gui, Add, Button, x592 y50 w100 h40 gNeustart, Keybinder Neustarten
Die Funktion:
Neustart:
run, Ordnungsamt Keybinder.exe
ExitApp
return
Gui das geschlossen wird:
Button:
Gui, Add, Button, x332 y0 w100 h30 gPunkteListe, Punkte Katalog
GUI:
PunkteListe:
imGui = 1
Gui, 2: New
Gui, 2: Add, Picture, x-8 y0 w500 h500 , %Stammverzeichnis%background3.jpg
Gui, 3: Font, S10 CDefault, Verdana
Gui, 2: Add, Text, x2 y190 w150 h30 +BackgroundTrans, Fahre ohne Licht
Gui, 2: Add, Text, x2 y230 w150 h30 +BackgroundTrans, Parken im Parkverbot
Gui, 2: Add, Text, x2 y270 w150 h30 +BackgroundTrans, Fahren auf falscher Seite
Gui, 2: Add, Text, x2 y310 w150 h30 +BackgroundTrans, Fahren abseits der Straße
Gui, 2: Add, Text, x2 y350 w150 h30 +BackgroundTrans, Geschwindigkeits überschreitung
Gui, 2: Add, Text, x2 y390 w150 h30 +BackgroundTrans, Straßenverkehrs Gefährdung
Gui, 2: Add, Text, x2 y430 w150 h30 +BackgroundTrans, Fahren unter Alkohol/Drogeneinfluss
Gui, 2: Add, Text, x162 y230 w100 h30 +BackgroundTrans, 1 Punkt
Gui, 2: Add, Text, x162 y190 w100 h30 +BackgroundTrans, 1 Punkt
Gui, 2: Add, Text, x162 y270 w100 h30 +BackgroundTrans, 2 Punkte
Gui, 2: Add, Text, x162 y310 w100 h30 +BackgroundTrans, 2 Punkte
Gui, 2: Add, Text, x162 y350 w100 h30 +BackgroundTrans, 2 Punkte
Gui, 2: Add, Text, x162 y390 w100 h30 +BackgroundTrans, 3 Punkte
Gui, 2: Add, Text, x162 y430 w100 h30 +BackgroundTrans, 4 Punkt
Gui, 2: Show, w490 h489, Punkte Katalog by Andrew_Pacino
return
Alles anzeigen
Danke im Vorraus,
MfG. Andrew_Pacino