| Author |
Message |
Forum: Support Topic: csv values to variables |
| lukemeyer2000 |
|
Posted: September 29th, 2011, 4:37 am
|
|
Replies: 4 Views: 250
|
| Thank you for your reply's. I have spent the last two hours going over the help file and still cannot figure out how to make it do what I want to do. I think what I want is simpler than what those allow me to do. I also searched the forum and found the csv tools, but I cannot figure out how to get t... |
|
 |
Forum: Support Topic: csv values to variables |
| lukemeyer2000 |
|
Posted: September 29th, 2011, 1:10 am
|
|
Replies: 4 Views: 250
|
| I have the following csv file. The actual file is much longer, but this will give me an idea to go off of. ,,Date Submitted:,var1,,,,Source:,,,,,var2,,,, ,,Date Due:,var3,,,,Review Date:,var4,,,,,,,, I have the 4 variables listed above that I need to save to an ahk script as they will be used later.... |
|
 |
Forum: Support Topic: Save as script |
| lukemeyer2000 |
|
Posted: August 18th, 2011, 4:47 pm
|
|
Replies: 1 Views: 69
|
| I have 40 files that I need to distribute to a large group of people and each one needs to replace a specific existing file. I am looking to write a AHK program that will take file 1 in a folder and save in a specific directory. Then it takes file 2 and saves in a different directory. The directory ... |
|
 |
Forum: Support Topic: Screen watch for movement |
| lukemeyer2000 |
|
Posted: July 18th, 2011, 9:24 pm
|
|
Replies: 5 Views: 121
|
| Thank you Leef that appears to be exactly what I am looking for. |
|
 |
Forum: Support Topic: Screen watch for movement |
| lukemeyer2000 |
|
Posted: July 18th, 2011, 6:58 pm
|
|
Replies: 5 Views: 121
|
| I do not think that will work. The area is just changing numbers. They colors stay the same. I guess they alternate between the number color and background color per pixel. I need to know when the numbers stop moving. |
|
 |
Forum: Support Topic: Screen watch for movement |
| lukemeyer2000 |
|
Posted: July 18th, 2011, 6:50 pm
|
|
Replies: 5 Views: 121
|
| I am running a program that takes anywhere from 4 seconds to 3 minutes and while it is running there is one area of the screen that always has changing numbers. Once the program is finished these numbers stop changing. Is it possible to watch an area of the screen for movement. (aka pixels changing)... |
|
 |
Forum: Support Topic: Button Names |
| lukemeyer2000 |
|
Posted: July 18th, 2011, 5:25 pm
|
|
Replies: 1 Views: 103
|
| I am trying to make 2 buttons with names that can be set from a txt file. Below is my code. The buttons work great and if I put a name in it works, but when I try and use the variable I do not get a name. If anyone can see what is wrong with my code it would be appreciated. FileReadLine, Name1, name... |
|
 |
Forum: Support Topic: Buttons staying on top |
| lukemeyer2000 |
|
Posted: July 12th, 2011, 2:06 am
|
|
Replies: 1 Views: 122
|
| I am working on a script and everything works great accept Gui, -Caption +AlwaysOnTop does not seem to keep my buttons on top. They stay on top of all windows until I click one of the buttons. Once I click a button it goes into the background until i click alt tab. This then brings it to the foregro... |
|
 |
Forum: Support Topic: image search not finding image |
| lukemeyer2000 |
|
Posted: April 29th, 2011, 8:30 pm
|
|
Replies: 5 Views: 139
|
| Thank you for your help I figured it out. I needed to add a WinMaximize. |
|
 |
Forum: Support Topic: image search not finding image |
| lukemeyer2000 |
|
Posted: April 29th, 2011, 7:17 pm
|
|
Replies: 5 Views: 139
|
| Below is my current code ImageSearch, PreviousX, PreviousY, 0, 0, %A_ScreenWidth%, %A_ScreenHeight%, C:\test\test.bmp If (Errorlevel = 0) msgbox, found it If (errorlevel = 1) msgbox, not found I do a print screen of what I want clicked and paste it into paint. I saved it as a bmp file in the test di... |
|
 |
Forum: Support Topic: Need help pulling a variable from a file. |
| lukemeyer2000 |
|
Posted: April 28th, 2011, 6:32 pm
|
|
Replies: 4 Views: 116
|
| I am trying to add one more step and I was sure I knew this part so I did not ask. I guess the lesson here was don't be sure. Below is what I am up to. I am trying to make it so if it does not find Participants in the file it gives me one output and if it does find them it gives me the variable. Loo... |
|
 |
Forum: Support Topic: Need help pulling a variable from a file. |
| lukemeyer2000 |
|
Posted: April 28th, 2011, 6:05 pm
|
|
Replies: 4 Views: 116
|
| Thank you that works great. That was a lot simpler than I was trying to make it. |
|
 |
Forum: Support Topic: Need help pulling a variable from a file. |
| lukemeyer2000 |
|
Posted: April 28th, 2011, 5:38 pm
|
|
Replies: 4 Views: 116
|
| I have Loop, read, %file% now i need to search the file to see if it contains the words (participants 300) where the number is a variable. The 300 can very anywhere from 10 to 1200. I then need to make that number a veriable that I can plug into a late equation. Does anyone have any idea how to writ... |
|
 |
Forum: Support Topic: Left clicking a button on a window |
| lukemeyer2000 |
|
Posted: January 27th, 2011, 5:51 am
|
|
Replies: 4 Views: 184
|
| The code I am using is t:: controlclick, (Button Name), (Window Name) Return I have tried both the button classNN Button12 and the text P&G associated with the button. I have put both of these in where I have (Button Name) I found these with window spy. Neither of these reliably click the button... |
|
 |
Forum: Support Topic: Left clicking a button on a window |
| lukemeyer2000 |
|
Posted: January 27th, 2011, 1:53 am
|
|
Replies: 4 Views: 184
|
| I am trying to write a program that clicks a series of buttons on a window. I have the button information ClassNN:Button 4 Text:AD And Color information. When I do a click Button 4 in my script it does not always click the button. It appears to work 25% of the time. Is there a way to click this butt... |
|
 |
| Sort by: |