Search found 14 matches

by DyNama
14 Jul 2016, 12:56
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137284

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Thanks, Maniac, I tried ESC as that key is somewhat intuitive, but in some circumstances, like typing a hotstring on the location box in explorer, ESC dismisses the helper window, and all the letters I've typed! I found tho TA works fine if it can't possibly think of a word, so I changed my hotstrin...
by DyNama
12 Jul 2016, 20:12
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137284

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Pretty fantastic, Maniac! i've always wanted autocomplete for my laptop! Did I miss a key i can press that dismisses the helper window or pauses TA just for the moment? (like pressing shift to change copy to move while dragging.) i have a number of autohotkey hotstrings that are all 3 or 4 letters l...
by DyNama
23 Feb 2016, 15:05
Forum: Ask for Help (v1)
Topic: Better display of current scripts in task mgr
Replies: 5
Views: 1719

Re: Better display of current scripts in task mgr

Thanx, gang! I do in fact suppress a few of the tray icons with #NoTrayIcon for scripts i'm unlikely to interact with, like AutoCorrect.ahk. I've always wondered if running additional scripts shares resources or if each one is a separate instance which would seem extravagant, as SifJar says. as to C...
by DyNama
22 Feb 2016, 23:02
Forum: Ask for Help (v1)
Topic: Better display of current scripts in task mgr
Replies: 5
Views: 1719

Better display of current scripts in task mgr

I have several AHK scripts in my win 7 x64 startup, but they all show the same in task manager: Image Name_____User Memory Description AutoHotkey.exe Dy 00 260 K AutoHotkey Unicode 64-bit AutoHotkey.exe Dy 00 420 K AutoHotkey Unicode 64-bit AutoHotkey.exe Dy 00 252 K AutoHotkey Unicode 64-bit AutoHo...
by DyNama
01 Aug 2014, 16:21
Forum: Scripts and Functions (v1)
Topic: Hotkey Help - Display Active AHK Hotkeys and Hotstrings
Replies: 88
Views: 60159

Re: Hotkey Help - Display Active AHK Hotkeys and Hotstrings

Pretty fantastic, FanaticGuru! As i mentioned in another thread, i keep a keyboard map to track my used hotkeys, and i also maintain my own help screen, otherwise i'd forget what keys i assigned them to. hotkey_help.jpg Your program will be a great help too! i did immediately have to exclude spellch...
by DyNama
01 Aug 2014, 12:43
Forum: Ask for Help (v1)
Topic: Help needed for a list of radio buttons
Replies: 24
Views: 8154

Re: Help needed for a list of radio buttons

Good programming practice is what i was after--i could've settled for the primitive version i came up with originally which did work but presumed there was a better way. So are these "pseudo-arrays"? AHK Help Version v1.1.15.02 says "Multidimensional arrays are possible by using a separator characte...
by DyNama
30 Jul 2014, 19:24
Forum: Ask for Help (v1)
Topic: Help needed for a list of radio buttons
Replies: 24
Views: 8154

Re: Help needed for a list of radio buttons

yep, a toss up! whew!
by DyNama
30 Jul 2014, 16:49
Forum: Ask for Help (v1)
Topic: Help needed for a list of radio buttons
Replies: 24
Views: 8154

Re: Help needed for a list of radio buttons

This worked for me. The line Gui, New cause some problem. Don't know why, maybe a bug. I'll pots a simplified version in the bug forum. Thanx, toralf! That works! And now i know how to highlight a few words of code in this forum so i won't have to color them red. :lol: OMG, that is beautiful, FG! N...
by DyNama
29 Jul 2014, 22:58
Forum: Ask for Help (v1)
Topic: Help needed for a list of radio buttons
Replies: 24
Views: 8154

Re: Help needed for a list of radio buttons

toralf wrote:Instead of ExitApp use GUI,Destroy.
thanx, toralf! Forgive my ignorance about GUI, though, i replaced both ExitApps with Gui, Destroy but it didn't work any better the 2nd time.
by DyNama
29 Jul 2014, 20:45
Forum: Ask for Help (v1)
Topic: Help needed for a list of radio buttons
Replies: 24
Views: 8154

Re: Help needed for a list of radio buttons

Here is a little bit different approach that allows for better formatting and possible better usage of the data by separating the color and amps so they are not stored in one string. OMG, that is beautiful, FG! Now what exactly is that, and where do i read AHK help on it? I'm assigning it a hotkey ...
by DyNama
29 Jul 2014, 14:15
Forum: Ask for Help (v1)
Topic: Help needed for a list of radio buttons
Replies: 24
Views: 8154

Re: Help needed for a list of radio buttons

Ok, so here's another question. Suppose i add some more batteries to the list? is there a way i can just add the new entries to the array and the radio button group be populated by counting the elements and sequentially stepping thru the array? [Later] I figured out how to do that except for how to ...
by DyNama
27 Jul 2014, 12:12
Forum: Ask for Help (v1)
Topic: Help needed for a list of radio buttons
Replies: 24
Views: 8154

Re: Help needed for a list of radio buttons

That is marvelous, Blackholyman! I know little about RegEx so that never would've occurred to me. And I tried concatenation dot . with the power rating but never thought of quotes. I've spent hours triyng to get AHK syntax right! Thanx for your help, and this learning experience!
by DyNama
27 Jul 2014, 01:39
Forum: Ask for Help (v1)
Topic: Help needed for a list of radio buttons
Replies: 24
Views: 8154

Re: Help needed for a list of radio buttons

That is much more attractive, Blackholyman! I could've sworn i tried Send % radio[batt] but I guess not. Thanx! I wonder if, to avoid the possibility of associating the radio button with the wrong array entry, the GUI could reference the array too? Gui, Add, Radio, vBatt, % radio[1] 1500mah Gui, Add...
by DyNama
26 Jul 2014, 23:49
Forum: Ask for Help (v1)
Topic: Help needed for a list of radio buttons
Replies: 24
Views: 8154

Help needed for a list of radio buttons

Hi gang, newbie's first question here, and my first try at a GUI. This group of radio buttons returns the number but I need the word that was selected. This works--hurray!--to pick a color from a list and have it typed into notepad but these If statements look clumsy. I thought maybe an array (Blue,...

Go to advanced search