Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Keybinder Problem


  • Please log in to reply
No replies to this topic
ZeNoX
  • Members
  • 2 posts
  • Last active: Oct 11 2013 10:29 AM
  • Joined: 24 Sep 2013

Hallo,

ich habe ein Kleines Problem.

 

Ich bin zurzeit dabei einen Keybinder zu schreiben.

Doch ich habe Folgendes Problem:

Ich habe mehrere Gui's d.h. Gui, 1: Gui, 2: usw.

Ich habe in Gui, 8: eine .Ini Abfrage

Doch Leider geht diese nur wenn ich das Fenster geöffnet Habe.

Wie kann ich wenn ich Gui, 1: offen habe trotzdem die Binds aus Gui, 8: machen?

 

Ausschnitt aus dem Script.

EigeneBinds:
Gui, 3:Show,w950 h500, MOR-Keybinder | by ZeNoX - Eigene Binds
Gui, 3:Add, Picture, x0 y0, %A_MyDocuments%\MOR-Keybinder\Bilder\groß.png
Gui, 3:Add, Button, x50 y450 w100 h30 gAdGov, AD/GOV - Binds
return

AdGov:
Gui, 8:Show,w500 h500, AD/GOV - Binds
Gui, 8:Add, Picture, x0 y0, %a_MyDocuments%\MOR-Keybinder\Bilder\adgov.png
IniRead, AD1, %a_MyDocuments%\MOR-Keybinder\Daten\Keybinder.ini, AD/GOV - Binds:, AD1
Gui, 8:Add, Edit, x120 y65 w300 h20 vAD1, %AD1%
Gui, 8:Add, Button, x400 y450 w100 h50 gSpeichernADGOV, Speichern
return

:?:/ad1::
SendInput t/ad %AD1%{enter}
retun

Lg, ZeNoX