
Rigo
Members-
Posts
15 -
Joined
-
Last visited
Rigo's Achievements

Seeker (1/7)
0
Reputation
-
Hey Danke ! Ich habe die ganze zeit an dem ^ vorbeigeschaut ;( Funktioniert einwandfrei ! mfg
-
Hallo,meine Frage ist recht einfach. Wie kann ich eine Internetseite einfach markieren und in die Zwischenablage legen ? Normalerweise mit STRG+A allerdings bekomme ich diese Zeichenfolge komischerweise nicht gesendet. Ich will (und kann) die Seite nicht speichern,es ist ein Text auf der Seite den ich zerlege,das Funktioniert auch. Hat mir da jemand eine Idee ? mfg Rigo
-
Thx JDEB This is my Code : Global $Paused HotKeySet("{PAUSE}", "TogglePause") HotKeySet("{ESC}", "Terminate") HotKeySet("+!s", "Sonnensystem") ;Shift-Alt-s HotKeySet("+!g", "Schaltflaechen") ;Shift-Alt-g $Fensterl1 = IniRead("evo.ini", "Changegal", "Fensterl1", "") $Fensterr1 = IniRead("evo.ini", "Changegal", "Fensterr1", "") $Fensterl2 = IniRead("evo.ini", "Changegal", "Fensterl2", "") $Fensterr2 = IniRead("evo.ini", "Changegal", "Fensterr2", "") $Namefenster = IniRead("evo.ini", "Changegal", "Namefenster", "") While 1 Sleep(100) WEnd Func TogglePause() $Paused = NOT $Paused While $Paused sleep(100) ToolTip('Script is "Paused"',0,0) WEnd ToolTip("") EndFunc Func Terminate() Exit 0 EndFunc Func Schaltflaechen() Sleep(2000) WinActivate($Namefenster, "") Sleep(2000) MsgBox(4096, "Test", $Namefenster, 10) WinMenuSelectItem($Namefenster, "Links", "&Datei", "Seite ein&richten...") EndFunc Func Sonnensystem() $i = 0 While $i <= 19 $i = $i + 1 WinActivate($Namefenster, "") WinMove($Namefenster, "", 0, 0, 633, 858) Send("+{TAB}") Sleep(1000) Send("{Space}") Sleep(1000) Send("+{TAB 2}") If $i = 1 Then Else $f = $i - 1 Send("{DOWN " & $f &"}") EndIf Send("+{TAB}") If $h = 1 Then Else $g = $h - 1 Send("{DOWN " & $g &"}") EndIf Send("{TAB 2}") Sleep(1000) Send("{Space}") Sleep(1000) MouseClickDrag("left", $Fensterl1, $Fensterr1, $Fensterl2, $Fensterr2) MouseMove($Fensterl2, $Fensterr2, 0) Send("^{c}") WinActivate("Unbenannt -", "") Send("^{v}") WinActivate($Namefenster, "") Send("{TAB 3}") Sleep(1000) Send("{Space}") Sleep(1000) WEnd EndFunc $i 1 - 1 1 - 2 1 - 3 ....... $f 2 - 1 2 - 2 2 - 3 ....... So it is to look. Thus first the number from $i then of $f. Big thx
-
No the whole is a Function which I by a Hotkey calls. The variables are all correct. That can be done also the script. Only it does not enumerate correctly. Thus it makes $i to 19 then whom it $f over one enumerates, there goes then inclined. Big thx
-
I have so up to now. $i = 0 While $i <= 19 $i = $i + 1 WinActivate($Namefenster, "") WinMove($Namefenster, "", 0, 0, 633, 858) Send("+{TAB}") Sleep(1000) Send("{Space}") Sleep(1000) Send("+{TAB 2}") If $i = 1 Then Else $f = $i - 1 Send("{DOWN " & $f &"}") EndIf Send("+{TAB}") If $h = 1 Then Else $g = $h - 1 Send("{DOWN " & $g &"}") EndIf Send("{TAB 2}") Sleep(1000) Send("{Space}") Sleep(1000) MouseClickDrag("left", $Fensterl1, $Fensterr1, $Fensterl2, $Fensterr2) MouseMove($Fensterl2, $Fensterr2, 0) Send("^{c}") WinActivate("Unbenannt -", "") Send("^{v}") WinActivate($Namefenster, "") Send("{TAB 3}") Sleep(1000) Send("{Space}") Sleep(1000) WEnd But does not go correctly. Thx
-
My problem is. I have 2 variables. $i and $f $i must count up itself to 20 $f with 0 to remain so long. Whom must that worth 1 $f reached $i 20 get and $i again with 0 begin. Whom $i again 20 must that $f worth 2 reached receive and again from the front. So long to $f the value 21 has. Now the loop must be left. Big thx
-
Hello, I has a problem. I do not come with the loops clearly. I have there this loop While $i < = 19 $i = $i + 1 turn which I still need now am a 2te variable count up myself whom $i = 19 am. Then that must begin to the 2te variable also 19 again from the front is. How do I have to make that? Thanks for your assistance.
-
thx !!! mfg Rigo
-
Hello, I gets somehow from the input field only one number instead of that worth that therein stands. That is the input field: $inp_accountusername_connect = GUISetControl("input", $user, 120, 100, 150, 20) And here it is to actually write the value into the Ini. Case $msg = $btn_accountspeichern_connect IniWrite("evo.ini", "Account", "Username", $inp_accountusername_connect) Why I get there no correct worth back. To me wrong does which I asks, but I am absolute beginner. thx
-
I have a problem. Whom I the value of an input of field into a Inidatei to write want stand there only the number of the Contorls drinne. I want however after pressure on the Button the value of the field into a file am stored. Me there does someone know a helping? Big thx Rigo
-
Hello, I know a script which I with Autobuilder provided later again with Autobuilder to further process? Whom how? thx Rigo Sorry have found Extensions.abf thx
-
AhYeah,thx It's Work MfG Rigo
-
Hello, somehow I do not understand that yet. Where has whatever file around a surface for Autoit to generate then runs? I drew and try 0,4,2 beta to Autobuilder it thereby. Do not understand however which of the files to be used thereby I an executable Exe get. thank you for your assistance in advance Sorry for my Bad English is Translationtool Sorry the Error : Line 4 : This is in Line 4 : GUICreate
-
Hello, I would have to examine all windows those is open continuously. All windows should be closed except a defining. As I can make that. I thought thereby to it in one ini file of everything for registering and everything which in it stand closed or so. There does an idea have? mfg Rigo Edit : Sorry I have now Found the Function FileReadline !
-
Entschuldigt das ich Deutsch schreibe,aber mein Englisch ist zu schlecht. Habe eine Frage zur GUI und zwar. Bei mir funktioniert das nicht,ich versuchte nur 2 Inputfelder in ein Formular zu machen.Selbst das hat nicht geklappt. Hat mir hier jemand eine Deutsche Beschreibung der Vorgehensweise mit der GUI ? Das wäre Supernett,wenn mir das einer in kurzen Worten mal erklären könnte. mfg Rigo