Search found 31 matches

by gibbons6546
18 Jul 2020, 08:07
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 111113

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Hi all, I did some searching and found a discussion dealing with what I believe boiler was speaking about. User freespacing seems to have isolated the issue here and the community solution seems to be here that seems to attempt to minimize potentially wasted sleep time. List, to answer some of your ...
by gibbons6546
16 Jul 2020, 20:28
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 111113

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Hi list / all, I'm experiencing an issue with LL. Every so often (and I don't know what causes it), when I run a LL hotkey/shorthand the appropriate snippet is not pasted. Rather, LL pastes what was originally in the clipboard prior to when I ran the the LL hotkey/shorthand. If I keep running the ho...
by gibbons6546
24 May 2020, 12:53
Forum: Scripts and Functions (v1)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 115
Views: 75551

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

Just wanted to follow-up and say the issue fixed on its own after I upgraded to the latest AHK version. I'm having the same issue. The AHK Startup script does initially work as it should. That is, immediately after it is run it consolidates the tray icons of all the sub-scripts it runs. However, aft...
by gibbons6546
09 May 2020, 15:14
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 111113

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Hi list. Your suggestion to use html worked perfectly in Microsoft Word. And thank you for the explanation regarding what's happening under the hood with the MD plugin.

I look forward to implementing more of LL in my daily tasks.
by gibbons6546
09 May 2020, 12:33
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 111113

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Hi list, Thank you very much for the code refinement as well as the additional MyPluginsMenu code. These solve all issues and add the functionality I was looking to implement with LL. A new unrelated issue I am experiencing involves the [[MD]] plugin and the insertion of an MD snippet into the bulle...
by gibbons6546
08 May 2020, 21:09
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 111113

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Hi list, Thank you for the detailed reply. I think I may have also found an additional solution by creating a new plugin. I created a plugin called FileChoiceFormat.ahk (based off File.ahk): /* Plugin : FileChoiceFormat [based on LL's standard File.ahk plugin] Purpose : Convert contents of file to C...
by gibbons6546
07 May 2020, 19:58
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 111113

"User-friendly" running text file list for choice plugin

Hello, I would very much appreciate any help regarding this problem I am having with implementing LL to achieve a certain process. I am trying to have LL modify a text file before LL uses that text file in its "choice" plugin. However, I cannot seem to get this to work. My idea is that I have "Test....
by gibbons6546
18 Apr 2020, 14:36
Forum: Scripts and Functions (v1)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 115
Views: 75551

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

I'm having the same issue. The AHK Startup script does initially work as it should. That is, immediately after it is run it consolidates the tray icons of all the sub-scripts it runs. However, after some period of time the icons for each sub-script appear individually in the tray and the AHK Startup...
by gibbons6546
18 Apr 2020, 14:21
Forum: Ask for Help (v1)
Topic: ImageSearch multiple images, left-click center of image Topic is solved
Replies: 4
Views: 2716

Re: ImageSearch multiple images, left-click center of image Topic is solved

Hi Boiler, Thank you very much for your help because I was eventually able to get this script to work from your suggested code: #SingleInstance force #NoEnv #Warn SendMode Input SetWorkingDir %A_ScriptDir% ^+s:: ; ctrl + shift + s MouseGetPos, x1, y1 ; get original position of mouse cursor Loop, 3 {...
by gibbons6546
07 Apr 2020, 21:02
Forum: Ask for Help (v1)
Topic: ImageSearch multiple images, left-click center of image Topic is solved
Replies: 4
Views: 2716

Re: ImageSearch multiple images, left-click center of image Topic is solved

You have to put the line imagefile = C:\AHK\QuickClick\Images\ButtonRes%imagenumber%.png inside the loop after you increment imagenumber, or else imagefile never changes. In fact, the way you have it, it only has a 0 on the end, not a 1, so I'm surprised it works at all unless you've named an image...
by gibbons6546
07 Apr 2020, 12:40
Forum: Ask for Help (v1)
Topic: ImageSearch multiple images, left-click center of image Topic is solved
Replies: 4
Views: 2716

ImageSearch multiple images, left-click center of image Topic is solved

Hello, I am hoping I may be able to receive some advice on the following script. Disclaimer: I am definitely novice at programming AHK scripts. I have pieced the script from various forum posts/sources. The script is basically supposed to do the following: I run the script with a hot key when I need...

Go to advanced search