Search found 33 matches

by yeto
08 Aug 2019, 12:27
Forum: Ask for Help (v1)
Topic: How often does the #persistent command check script?
Replies: 3
Views: 759

Re: How often does the #persistent command check script?

Heavy load? I don't think so (but you could simply test it yourself, couldn't you?) - not that I ever noticed. I haven't checked the source code, but I strongly assume that it is only checked once, when the script is loaded (like most directives). After that, the already running script doesn't chan...
by yeto
08 Aug 2019, 10:58
Forum: Ask for Help (v1)
Topic: How often does the #persistent command check script?
Replies: 3
Views: 759

How often does the #persistent command check script?

How often does the #persistent command check script? How does it differ from a loop? Does it put a heavy load on your CPU?

Thank you in advance for any help,
yeto
by yeto
02 Aug 2019, 18:23
Forum: Ask for Help (v1)
Topic: In SciTe, when in DeBug, how do I make the "stream viewer" window show? Topic is solved
Replies: 2
Views: 770

Re: In SciTe, when in DeBug, how do I make the "stream viewer" window show? Topic is solved

gregster wrote:
02 Aug 2019, 12:29
The window should show up automatically, when you debug a script in Scite4Ahk and code execution reaches a line that contains Outputdebug, some text
Thank you. That worked.

Thank you for your help,
yeto
by yeto
02 Aug 2019, 12:39
Forum: Ask for Help (v2)
Topic: Can I install the 2.0 version without uninstalling the older 1.1 version?
Replies: 2
Views: 2293

Re: Can I install the 2.0 version without uninstalling the older 1.1 version?

define installed, ahk is just the interpreter - autohotkey.exe . if u copy paste it 50 times, uve effectively "installed" it 50 times if ure talking about double clicking scripts v1 scripts and having the v1 interpreter run them, and double clicking v2 script and having the v2 interpreter run them,...
by yeto
02 Aug 2019, 10:37
Forum: Ask for Help (v2)
Topic: Can I install the 2.0 version without uninstalling the older 1.1 version?
Replies: 2
Views: 2293

Can I install the 2.0 version without uninstalling the older 1.1 version?

I have AHK version 1.1.30.01 installed on my computer.

Can I install the 2.0 version without uninstalling the older 1.1 version? In other worlds can I have both installed on the same machine without causing conflict?

Thank you,
yeto
by yeto
02 Aug 2019, 08:17
Forum: Ask for Help (v1)
Topic: In SciTe, when in DeBug, how do I make the "stream viewer" window show? Topic is solved
Replies: 2
Views: 770

In SciTe, when in DeBug, how do I make the "stream viewer" window show? Topic is solved

Hi,

First of all let me apologize for all the amateur questions.

In SciTe, when in DeBug, how do I make the "stream viewer" window show?

I watched a tutorial on how to DeBug but it didn't exactly show how to call stream viewer.

Thank you in advance for any help,
yeto
by yeto
01 Aug 2019, 16:46
Forum: Ask for Help (v1)
Topic: Could someone help me understand this line of code? Topic is solved
Replies: 2
Views: 549

Re: Could someone help me understand this line of code? Topic is solved

TargetDateTime is concatenated with TargetTime eg if TargetDateTime := "abc" and TargetTime := 123 , after concatenation TargetDateTime := "abc123" , TargetTime remains unchanged same as writing: TargetDateTime .= TargetTime Thank you for taking time to reply. This is very helpful. Thank you, yeto
by yeto
01 Aug 2019, 13:48
Forum: Ask for Help (v1)
Topic: Could someone help me understand this line of code? Topic is solved
Replies: 2
Views: 549

Could someone help me understand this line of code? Topic is solved

Does it work from right to left? Is TargetTime being subtracted from TargetDateTime? Would this be labeled as a variable? Could someone provide a link to a tutorial that explains why there are "2" %~~~~~%%~~~~~% versus one and one on separate lines? TargetDateTime = %TargetDateTime%%TargetTime% Than...
by yeto
10 Jul 2019, 12:44
Forum: Old Topics
Topic: Does AutoGUI have the tools Tidy and Go To Definition?
Replies: 1
Views: 6753

Does AutoGUI have the tools Tidy and Go To Definition?

Does AutoGUI have the tools Tidy and Go To Definition?

Thank you in advance for any help,
yeto
by yeto
10 Jul 2019, 09:08
Forum: Ask for Help (v1)
Topic: Is the "SciLexer.dll" link the SciTE4AutoHotkey link that includes the extra tools like Tidy?
Replies: 0
Views: 425

Is the "SciLexer.dll" link the SciTE4AutoHotkey link that includes the extra tools like Tidy?

Is the "SciLexer.dll" link the SciTE4AutoHotkey link that includes the extra tools like Tidy?

Thank you,
yeto
by yeto
10 Jul 2019, 07:47
Forum: Ask for Help (v1)
Topic: Beginner questions: Please share tips related to starting and ending a script and Window Spy options.
Replies: 3
Views: 787

Re: Beginner questions: Please share tips related to starting and ending a script and Window Spy options.

Is the "SciLexer.dll" link the SciTE4AutoHotkey link that includes the extra tools like Tidy?

Thank you,
yeto
by yeto
10 Jul 2019, 06:07
Forum: Ask for Help (v1)
Topic: Beginner questions: Please share tips related to starting and ending a script and Window Spy options.
Replies: 3
Views: 787

Re: Beginner questions: Please share tips related to starting and ending a script and Window Spy options.

What is the best way to start and end a script. The last script I made I started with #persistent and the only way I could get out of the script was to use task manager. How would you all start and end most of your scripts? I usually include a hotkey that closes the script (like ^Esc::ExitApp - or ...
by yeto
09 Jul 2019, 09:23
Forum: Ask for Help (v1)
Topic: Beginner questions: Please share tips related to starting and ending a script and Window Spy options.
Replies: 3
Views: 787

Beginner questions: Please share tips related to starting and ending a script and Window Spy options.

What is the best way to start and end a script. The last script I made I started with #persistent and the only way I could get out of the script was to use task manager. How would you all start and end most of your scripts? Also, do most of you use Window Spy? I usually find Window Info easier? Is t...
by yeto
08 Jul 2019, 14:08
Forum: SciTE4AutoHotkey
Topic: Could someone please provide a link for the latest version of SciTE4AHK?
Replies: 3
Views: 5241

Re: Could someone please provide a link for the latest version of SciTE4AHK?

gregster wrote:
08 Jul 2019, 13:47
http fincs.ahk4.net /scite4ahk/ Broken Link for safety
Related thread: https://www.autohotkey.com/boards/viewtopic.php?f=61&t=62

Also: https://www.autohotkey.com/boards/viewtopic.php?f=76&t=65196&p=280031#p279969 (extension)
Thank you for taking time to help,
yeto
by yeto
08 Jul 2019, 13:43
Forum: SciTE4AutoHotkey
Topic: Could someone please provide a link for the latest version of SciTE4AHK?
Replies: 3
Views: 5241

Could someone please provide a link for the latest version of SciTE4AHK?

Could someone please provide a link for the latest version of SciTE4AHK?

Thank you,
yeto
by yeto
29 Jun 2019, 11:25
Forum: Pulovers Macro Creator
Topic: How do I stop MC from minimizing when I click > play/run? Also, is it possible to pull up Window Spy inside of MC?
Replies: 0
Views: 3412

How do I stop MC from minimizing when I click > play/run? Also, is it possible to pull up Window Spy inside of MC?

How do I stop Macro Creator from minimizing when I click > play/run?

Also, is it possible to pull up Window Spy inside of Macro Creator?

Thank you,
yeto
by yeto
26 Jun 2019, 01:50
Forum: Ask for Help (v1)
Topic: I need a script that will left mouse click at a specific time of day.
Replies: 0
Views: 987

I need a script that will left mouse click at a specific time of day.

I need a script that will left mouse click at a specific time of day. I found the following (see link)which is working but was wondering if there is now simpler code that will do the same? I will be at the computer and can position the mouse so I won't need x, y coordinates. Any help will be greatly...
by yeto
26 Feb 2019, 07:34
Forum: Ask for Help (v1)
Topic: Could someone please check my script?
Replies: 2
Views: 594

Re: Could someone please check my script?

Thank you. I will modify script and try again.

Thank you for taking time to reply,
yeto

***Sorry that I replied and did not use quotes but I am new to the forum and quotes won't work for me.
by yeto
25 Feb 2019, 20:03
Forum: Ask for Help (v1)
Topic: Could someone please check my script?
Replies: 2
Views: 594

Could someone please check my script?

As soon as I run the script the audio alert starts even though the color 00ff00 is not present in the 600,600,800,800 square. Thank you in advance for any help, yeto #NoEnv #SingleInstance,Force CoordMode,Pixel,Screen found=0 Gui,Add,Button,GSILENCE,Silence colors=00ff00 Loop { Loop,Parse,colors,`, ...

Go to advanced search