Search found 143 matches

by need4speed
20 Jun 2019, 06:23
Forum: Ask for Help (v1)
Topic: How to run multiple instances of this script? Topic is solved
Replies: 2
Views: 2484

Re: How to run multiple instances of this script? Topic is solved

Thanks gregster, I've fixed that, though my problem still persists. I wish AHK was more stringent/verbose regarding my sloppiness.

edit: finally fixed the script, works now as expected.
by need4speed
19 Jun 2019, 19:24
Forum: Ask for Help (v1)
Topic: How to run multiple instances of this script? Topic is solved
Replies: 2
Views: 2484

How to run multiple instances of this script? Topic is solved

I put a simple script together. The script works as expected, but for some reason when running a second instance, the second script gets closed, pressing "ESC" brings up an error message, probably caused by "pid". So how to fix the script? Also if I made more mistakes or if somethings should be done...
by need4speed
19 Jun 2019, 15:24
Forum: Visual Studio Code
Topic: Came across Visual Studio Code the other day
Replies: 24
Views: 20641

Re: Came across Visual Studio Code the other day

Kobaltauge wrote:
19 Jun 2019, 11:48
Sorry. I don't understand what you want.
in AHK Studio select a command e.g. ToolTip then press F1 -> AHK Help file is opened, and navigates to the ToolTip Help Section. How to achieve that in VSC?
by need4speed
19 Jun 2019, 11:04
Forum: Visual Studio Code
Topic: Came across Visual Studio Code the other day
Replies: 24
Views: 20641

Re: Came across Visual Studio Code the other day

@Kobaltauge How to open contextual AHK Help file of a selected command? Cheers.
by need4speed
19 Jun 2019, 08:39
Forum: Visual Studio Code
Topic: Came across Visual Studio Code the other day
Replies: 24
Views: 20641

Re: Came across Visual Studio Code the other day

Thanks, got that changed now. There are plenty of shortcuts, all customizable; nice.
by need4speed
19 Jun 2019, 08:28
Forum: Wish List
Topic: ToolTip Timeout
Replies: 5
Views: 3532

Re: ToolTip Timeout

@TheDewd thanks for clarifying.
by need4speed
19 Jun 2019, 06:05
Forum: Visual Studio Code
Topic: Came across Visual Studio Code the other day
Replies: 24
Views: 20641

Re: Came across Visual Studio Code the other day

VSCode looks great. How to duplicate a line of code?
by need4speed
18 Jun 2019, 16:49
Forum: Old Topics
Topic: OutputDebbuger on AutoGui
Replies: 3
Views: 7742

Re: OutputDebbuger on AutoGui

Not sure if that is what you're looking for, first press the little green Arrow button (Start Debugging) then "Inspect Variables":
Image
I believe you'll find all debug commands in the Debug menu.
by need4speed
18 Jun 2019, 16:35
Forum: Wish List
Topic: ToolTip Timeout
Replies: 5
Views: 3532

Re: ToolTip Timeout

I attempted to write my own function I guess naming your function differently would avoid irritations with the internal ToolTip command. #SingleInstance, Force #Persistent ToolTip("ToolTip Test 1", 100, 100, 1, 2000) ; ToolTip 1 ToolTip("ToolTip Test 2", 100, 400, 2, 4000) ; ToolTip 2 ToolTip("Tool...
by need4speed
17 Jun 2019, 14:16
Forum: Wish List
Topic: ToolTip Timeout
Replies: 5
Views: 3532

ToolTip Timeout

Most modern languages support ToolTip Timeout. The MsgBox command has a Timeout but ToolTip doesn't. The known workarounds are unnecessary bloating the code. Apparently someone made an external function but I prefer to have it properly natively built in. Any plans to implement Timeout for the ToolTi...
by need4speed
14 Jun 2019, 13:30
Forum: Ask for Help (v1)
Topic: How to open file and write lines at beginning and end? Topic is solved
Replies: 2
Views: 552

How to open file and write lines at beginning and end? Topic is solved

I like to alter a text file by adding text a simple line "Loop{" at the beginning and "}" at the end then save the file under a new name. Unfortunately "File Object" in the help file lacks examples. Please post some code. Thanks!
by need4speed
07 Jun 2019, 14:37
Forum: Old Topics
Topic: Utilize "Multiple Views" Capability of Scintilla
Replies: 6
Views: 9841

Re: Utilize "Multiple Views" Capability of Scintilla

Alguimist wrote:
29 Mar 2019, 19:26
I'm also considering to extirpate the GUI designer from AutoGUI, turning it into a separate tool. What do you think about that?
good idea :thumbup:
by need4speed
06 Jun 2019, 08:50
Forum: Wish List
Topic: ToolTip control
Replies: 0
Views: 1009

ToolTip control

Most modern languages support a ToolTip control. I found somewhere code in the forum but I prefer to have this functionality natively build in. Any plans to implement a ToolTip control ?
by need4speed
31 May 2019, 18:06
Forum: Ask for Help (v1)
Topic: read & run code from a file
Replies: 1
Views: 1099

read & run code from a file

I like to add a automatic loop function to this macro recorder as I don't like the work-around by manually adding Loop {} to the text file. ATM this code ahk:=A_IsCompiled ? A_ScriptDir "\AutoHotkey.exe" : A_AhkPath IfNotExist, %ahk% { MsgBox, 4096, Error, Can't Find %ahk% ! Exit } Run, %ahk% /r "%L...
by need4speed
29 May 2019, 04:18
Forum: Old Topics
Topic: AutoGUI 2.5
Replies: 159
Views: 116767

Re: AutoGUI 2.5

After unticking "Resizable" in Windows Properties Gui +Resize is deleted but GuiSize Label is not
Spoiler
Also I believe No Minimize/Maximize Box should read MinimizeBox | MaximizeBox without a blank.
by need4speed
13 May 2019, 14:45
Forum: Editors
Topic: Script editor recommendation.
Replies: 10
Views: 11783

Re: Script editor recommendation.

JayDee wrote:
22 Mar 2019, 18:09
Super! That's an advice I was looking for. Since I have a taste of SciTE4AHK i will give AHK Studio a try. Thanks a lot!
In case you're looking for the most beginner friendly & best looking "windows compatible" editor check out AutoGUI.
by need4speed
19 Apr 2019, 16:47
Forum: Ask for Help (v1)
Topic: google translation in tooltip Topic is solved
Replies: 4
Views: 1094

Re: google translation in tooltip Topic is solved

Hallo, your link is outdated, also the WebArchive has nothing. Just like SL5, I ask howto get such a voice like it https://quest-app.appspot.com/ is using? app looks promising, thanks for the recommendation. something went wrong with my link, but if you search for "Highlight text and get result fro...
by need4speed
18 Apr 2019, 16:08
Forum: Ask for Help (v1)
Topic: google translation in tooltip Topic is solved
Replies: 4
Views: 1094

google translation in tooltip Topic is solved

I am looking for a translation tool. After selecting some text (somewhere in windows) and pressing a key, the translation is shown in a tooltip. a found some ahk code https://community.sdl.com/product-groups/translationproductivity/f/autohotkey/13010/highlight-text-and-get-result-from-google-transla...

Go to advanced search