| Author |
Message |
Topic: DropDownList GuiControl |
Tom.j.McCurdy
Replies: 1
Views: 499
|
Forum: Ask for Help Posted: Mon Jul 21, 2008 5:05 pm Subject: DropDownList GuiControl |
Hello,
I am having trouble getting a DropDownList to be able to change what it selects based on user input.
I have a gui template that writes arrays of information. There is a back and forward but ... |
Topic: Writing Binary Help |
Tom.j.McCurdy
Replies: 4
Views: 110
|
Forum: Ask for Help Posted: Wed Jul 16, 2008 7:39 pm Subject: Writing Binary Help |
The current format is having all the bytes written to a .txt file
so how to I go from something like
00000000000000000000000000000000000000000000000000000000 0000000000000000000100000000000000010110 ... |
Topic: Writing Binary Help |
Tom.j.McCurdy
Replies: 4
Views: 110
|
Forum: Ask for Help Posted: Wed Jul 16, 2008 3:19 pm Subject: Writing Binary Help |
I am trying to create a binary file and was hoping i could get some help with the following
EDIT--NEW PROBLEM
A.)
I need a way to create a binary file if I know what all the bytes in that binary ... |
Topic: Titan's XML Explorer Script |
Tom.j.McCurdy
Replies: 2
Views: 173
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 2:07 pm Subject: Titan's XML Explorer Script |
| Thank you John, Rickly just sent me the entire program zipped. When I get a good place to host the file I will do so. |
Topic: Titan's XML Explorer Script |
Tom.j.McCurdy
Replies: 2
Views: 173
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 1:22 pm Subject: Titan's XML Explorer Script |
I found an old version of Titan's XML Explorer script, but it needs
#Include XMLWrite.ahk
#Include XMLRead.ahk
#Include XMLQuery.ahk
#Include Anchor.ahk
If anyone still has a copy of this scr ... |
Topic: TreeView XML Editor |
Tom.j.McCurdy
Replies: 1
Views: 353
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 12:36 pm Subject: TreeView XML Editor |
| Would it be possible to use treeview to make an XML editor of sorts. So you insert/delete different types of items in treeview and add certain properties/attributes to each item based on what type it ... |
Topic: BlueFire PowerUser AddOns |
Tom.j.McCurdy
Replies: 4
Views: 288
|
Forum: Ask for Help Posted: Tue Jun 17, 2008 7:00 pm Subject: BlueFire PowerUser AddOns |
The Main Areas I would like to improve
Dynamic Abilities:
I would like to learn how to allow for dynamic things. An example would be the Checkbox for Window locked on Top. I want a simple checkbox t ... |
Topic: BlueFire PowerUser AddOns |
Tom.j.McCurdy
Replies: 4
Views: 288
|
Forum: Ask for Help Posted: Tue Jun 17, 2008 5:24 pm Subject: BlueFire PowerUser AddOns |
Here is my code
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and ... |
Topic: Incrementing Software -- Give Base text, min, max, |
Tom.j.McCurdy
Replies: 5
Views: 178
|
Forum: Ask for Help Posted: Wed Jun 11, 2008 5:09 am Subject: A solution... |
#r::
Colors = Part1,Part2,3,4,5,5,6,7,8,9
Loop, parse, Colors
{
Clipboard=%A_LoopField%
Send,{CtrlDown}v{CtrlUp}
}
Return
I would have to wri ... |
Topic: Incrementing Software -- Give Base text, min, max, |
Tom.j.McCurdy
Replies: 5
Views: 178
|
Forum: Ask for Help Posted: Wed Jun 11, 2008 2:35 am Subject: Thanks for the reply! |
I would love to learn to do this all in AHK. I haven't done any scripting with it yet, only hotkey assignments. How would I go about doing something like this?
Thanks again for your help. |
Topic: Remap "insert" to "h" |
Tom.j.McCurdy
Replies: 3
Views: 143
|
Forum: Ask for Help Posted: Wed Jun 11, 2008 12:37 am Subject: Re: newbie here...question about simple script.. |
If you were to remap your insert key to your h key, your h key would no longer work. I would recommend changing it to something plus your h key so like insert could be
windows key plus h
or
#h:: ... |
Topic: Incrementing Software -- Give Base text, min, max, |
Tom.j.McCurdy
Replies: 5
Views: 178
|
Forum: Ask for Help Posted: Wed Jun 11, 2008 12:35 am Subject: Incrementing Software -- Give Base text, min, max, |
I wrote a java program that takes
A String min, max, and string
And creates an output text file
so like input:
AutoHotkey 8 12
would produce a file with
AutoHotkey08
AutoHotkey09
AutoHotkey10 ... |
| |