Search found 9 matches

by Jinjiro
10 Jun 2024, 12:52
Forum: Ask for Help (v2)
Topic: Hotkeys to switch betwen labels v2 Topic is solved
Replies: 8
Views: 588

Re: Hotkeys to switch betwen labels v2 Topic is solved

Thank you @Seven0528 I will take your advise, actually i have been taking some coments from all of you to improve my scrips and i think they are to much better now.
Of course, the work continues

j.
by Jinjiro
14 May 2024, 13:25
Forum: Ask for Help (v2)
Topic: Hotkeys to switch betwen labels v2 Topic is solved
Replies: 8
Views: 588

Re: Hotkeys to switch betwen labels v2 Topic is solved

[Mod edit: Removed huge quote contents of a whole post, which is still linked.] Thank you for the advise. I have been practicing hours but, as you said, I need more skill. The thing is that some loop scripts, usualy short ones, work great but in other cases where i need more conditions to be done i...
by Jinjiro
14 May 2024, 13:14
Forum: Ask for Help (v2)
Topic: Hotkeys to switch betwen labels v2 Topic is solved
Replies: 8
Views: 588

Re: Hotkeys to switch betwen labels v2 Topic is solved

Don’t use Goto. At all. Ever. Why are you putting the code to be executed outside the hotkey functions anyway? Just put the code you want to execute inside the functions themselves. Becuase i am runing a long script and what i need is that, based in some events, go directly to a label in particular...
by Jinjiro
13 May 2024, 04:11
Forum: Ask for Help (v2)
Topic: Hotkeys to switch betwen labels v2 Topic is solved
Replies: 8
Views: 588

Hotkeys to switch betwen labels v2 Topic is solved

Hi, I want to run a script with diferent labels and include hotkeys to switch betwen them, for example: ^0:: {Soundbeep 550 Goto Wait } ^1:: {Soundbeep 650 Goto Action1 } Action0: If ( x=0)... Action1: If ( x=1)... Wait: Sleep 1000 Goto Wait :? But the PC keeps giving me this error message: "Error: ...
by Jinjiro
12 Aug 2023, 10:30
Forum: Ask for Help (v1)
Topic: Var hotkeys Topic is solved
Replies: 2
Views: 237

Re: Var hotkeys Topic is solved

1 tousand thanks ... i am so happy :) it works
by Jinjiro
12 Aug 2023, 07:15
Forum: Ask for Help (v1)
Topic: Close other ahk scripts Topic is solved
Replies: 2
Views: 249

Re: Close other ahk scripts Topic is solved

Thank you also i used a easy one.

Code: Select all

!Esc::
Soundbeep, 700
ExitApp
by Jinjiro
12 Aug 2023, 07:12
Forum: Ask for Help (v1)
Topic: Var hotkeys Topic is solved
Replies: 2
Views: 237

Var hotkeys Topic is solved

Hi, i have a script that press a hotkey different times when it is running. But i don't want to stay changing the hotkey all over the script every time it changues so i'd like to know if it is posible to do an adjustable hotkey, then i could just rename the var for the new hotkey. For example Now i ...
by Jinjiro
23 May 2023, 02:01
Forum: Ask for Help (v1)
Topic: Close other ahk scripts Topic is solved
Replies: 2
Views: 249

Close other ahk scripts Topic is solved

Hi :roll: Id like your help to run a comand to close other scrip running. I need something similar to ExitApp command but for other script. For example i run 5 cripts at the same time and i got one button to open and i want another one to close every one of them. For example, my button C1 opens like...
by Jinjiro
11 May 2023, 20:10
Forum: Ask for Help (v2)
Topic: Pixel Search moving from V1-->V2 Topic is solved
Replies: 1
Views: 175

Pixel Search moving from V1-->V2 Topic is solved

:roll: Hi could anybody help me with this one: :roll: Coordmode, Pixel, Screen Bear: FoundX := 0 FoundY := 0 PixelSearch, FoundX, FoundY, 1764, 1009, 1771, 1012, 0x504D4B, 2, Fast If (ErrorLevel = 1) Goto, Bear ; If don’t find the grey coulor in the selected pixel go and look again. Soundbeep, 723, ...

Go to advanced search