| Author |
Message |
Topic: ControlSetText sets text, but text is disregarded |
damajha
Replies: 3
Views: 127
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 10:39 pm Subject: ControlSetText sets text, but text is disregarded |
| I had kinda the same problem, only with a text field that window spy didn't recognize. What I did was click twice in the text field (used window spy to get the coords) , send the text then click on s ... |
Topic: Text Control Colors |
damajha
Replies: 2
Views: 157
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 10:20 pm Subject: Text Control Colors |
I came up with this. It works so I thought I would post it.
Colors = Red Blue Green
StringSplit, List, Colors, %A_Space%
Loop, %List0%
{
TxtCol = % List%A_Index%
SetGui()
... |
Topic: Text Control Colors |
damajha
Replies: 2
Views: 157
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 9:49 pm Subject: Text Control Colors |
I asked something along these lines before, but I don't think I explained my self properly.
I have a text control that loops through 3 different colors and prints them. I was wondering if it is po ... |
Topic: Loop, StringSplit, MsgBox Problem |
damajha
Replies: 2
Views: 115
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 8:45 pm Subject: Loop, StringSplit, MsgBox Problem |
| Thank you!! |
Topic: Hi - Poker + Script help |
damajha
Replies: 5
Views: 760
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 8:27 pm Subject: Hi - Poker + Script help |
| I had similar probs back when I used it. Make sure that tou have the newest version of AutoHotKey installed. Worked for me! |
Topic: Loop, StringSplit, MsgBox Problem |
damajha
Replies: 2
Views: 115
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 8:05 pm Subject: Loop, StringSplit, MsgBox Problem |
OK, another one of my "I'm missing the obvious"
All I want to do is split up a list of names, and output the current name and the next name on the list. If I reach the last name I want t ... |
Topic: Shifting the elements of an Array (EDIT: Post 4 +) |
damajha
Replies: 10
Views: 243
|
Forum: Ask for Help Posted: Wed Jan 09, 2008 5:38 am Subject: Shifting the elements of an Array (EDIT: Post 4 +) |
LOL.. Neither makes sense to me, but thank you!
I'm off to study! (At least I know what to read about!)
Thanks a tonne! |
Topic: Shifting the elements of an Array (EDIT: Post 4 +) |
damajha
Replies: 10
Views: 243
|
Forum: Ask for Help Posted: Wed Jan 09, 2008 4:22 am Subject: Shifting the elements of an Array (EDIT: Post 4 +) |
"]Why not
StringReplace, Names, Players, %A_Space%, `n, All
The Mad Scientist at work!
Then:Players = [VxE] Frank Bob Hank Bill Dale Tom
Stringreplace, Players, Players, %a_space%Han ... |
Topic: Shifting the elements of an Array (EDIT: Post 4 +) |
damajha
Replies: 10
Views: 243
|
Forum: Ask for Help Posted: Tue Jan 08, 2008 8:32 am Subject: Shifting the elements of an Array (EDIT: Post 4 +) |
lol... The `n needed to be in quotes!!
I'm an idiot!
Thanks |
Topic: Shifting the elements of an Array (EDIT: Post 4 +) |
damajha
Replies: 10
Views: 243
|
Forum: Ask for Help Posted: Tue Jan 08, 2008 7:58 am Subject: Shifting the elements of an Array (EDIT: Post 4 +) |
Maybe I'll expand on what I'm trying to do.
If I have a list of names (between 2 and 10)
Say:
Names = Joe Bob Hank Brian Elliot
I always want "Hank" to be the last name in the list ... |
Topic: Shifting the elements of an Array (EDIT: Post 4 +) |
damajha
Replies: 10
Views: 243
|
Forum: Ask for Help Posted: Tue Jan 08, 2008 7:38 am Subject: Shifting the elements of an Array (EDIT: Post 4 +) |
Thanks,
It works untill I try to add the 'n! Then I get an Illegal character error.
Players = Frank Bob Hank Bill Dale Tom
StringSplit, Order, Players, %A_Space%
loop, %Order0%
{
... |
Topic: Shifting the elements of an Array (EDIT: Post 4 +) |
damajha
Replies: 10
Views: 243
|
Forum: Ask for Help Posted: Tue Jan 08, 2008 7:11 am Subject: Shifting the elements of an Array (EDIT: Post 4 +) |
Ok, I am missing something extreamely simple here.
All I want to do is take a list of names, and using StringSplit copy them into another list separated with a carriage return. This is what I came ... |
Topic: Creating a simple journal... |
damajha
Replies: 9
Views: 348
|
Forum: Ask for Help Posted: Sat Jan 05, 2008 7:14 am Subject: Creating a simple journal... |
| Is there a way, instead of it exiting after you enter a entry, but to simply clear itself and continue to idle until the hotkey is pressed again? |
Topic: Text Box Background Color |
damajha
Replies: 1
Views: 143
|
Forum: Ask for Help Posted: Sat Jan 05, 2008 6:44 am Subject: Text Box Background Color |
Is there a way to change the background color of a text box depending on a variable - say from red to yellow back to red? Or how about the color of the text itself?
Thanks |
Topic: Simple Gui Question |
damajha
Replies: 3
Views: 228
|
Forum: Ask for Help Posted: Mon Dec 10, 2007 2:52 am Subject: Simple Gui Question |
Thanks both of you!!
Much appreciated |
| |