| Author |
Message |
Forum: Offtopic Topic: AHK Tutorials [Video] |
| mtman1020 |
|
Posted: May 28th, 2010, 10:51 pm
|
|
Replies: 2 Views: 897
|
|
 |
Forum: Offtopic Topic: Paid Jobs |
| mtman1020 |
|
Posted: May 28th, 2010, 8:15 pm
|
|
Replies: 7 Views: 1030
|
jaco0646 wrote:
Thanks!!! |
|
 |
Forum: Offtopic Topic: Paid Jobs |
| mtman1020 |
|
Posted: May 28th, 2010, 7:49 pm
|
|
Replies: 7 Views: 1030
|
Does this mean it is not a violation of the GNU public license to sell AHK scripts? (as long as the program is free...)
What about scripts compiled in AHK?
Thanks! |
|
 |
Forum: Support Topic: StatusBarGetText not working? Solved!! Thanks!!! |
| mtman1020 |
|
Posted: March 10th, 2010, 11:34 pm
|
|
Replies: 3 Views: 559
|
| Wow!!!!!!!!!!! What a difference an A makes!!!!!!!! This works fine: Winactivate, My Process Center - Microsoft Internet Explorer, Links sleep 80 Click 320, 950, 0 Sleep 120 StatusBarGetText, OutputVar, 1, A if ErrorLevel Msgbox Failed to find statusbartext Else MsgBox :%OutputVar%: documentation sa... |
|
 |
Forum: Support Topic: StatusBarGetText not working? Solved!! Thanks!!! |
| mtman1020 |
|
Posted: March 10th, 2010, 9:23 pm
|
|
Replies: 3 Views: 559
|
| I am getting frustrated bacause I cannot get the StatusBarGetText command to work. this is what I have: Winactivate, My Process Center - Microsoft Internet Explorer, Links sleep 80 Click 320, 950, 0 Sleep 120 StatusBarGetText, OutputVar, 1, MsgBox :%OutputVar%: This is what window spy shows when cur... |
|
 |
Forum: Support Topic: "Emergency Stop" button |
| mtman1020 |
|
Posted: March 10th, 2010, 9:07 pm
|
|
Replies: 7 Views: 1199
|
| What I use is a two step approach: At first I couldn't figure out how to make a simple pause work so I created a hotkey I call EndRun which ends the script when {windows p} is pressed (since I was trying to do a puse): Hotkey, ^p, Endrun ...... body of script ....... Endrun: MsgBox, Script aborted..... |
|
 |
Forum: Support Topic: Advanced (For me) macro |
| mtman1020 |
|
Posted: March 10th, 2010, 8:54 pm
|
|
Replies: 4 Views: 287
|
| I don't see why tis would not work #Persistent sec = 10 SetTimer, label, % sec * 1000 Return label: Click 417, 422 sleep, 2000 Click 417, 422 Click 417, 422 sleep, 20000 Click 460, 489 Click 156, 692 sleep, 1000 send, :sleep{enter} sleep, 1000 Return Perhaps you need to split the test and ... |
|
 |
Forum: Support Topic: sent text not recognized. |
| mtman1020 |
|
Posted: February 1st, 2010, 9:17 pm
|
|
Replies: 6 Views: 417
|
| This is what should work: Sleep 40 Click 948, 446 ; Location Send %MRT% Sleep 40 Click 585, 446 ; Test Point Sleep 40 Send %A% Sleep 40 Click 528, 446 ; Test Type Send T1 ; **** This is what does not work *** Sleep 40 Sleep 100 and this is my temporary work around (accesses the drop down menu and se... |
|
 |
Forum: Support Topic: sent text not recognized. |
| mtman1020 |
|
Posted: February 1st, 2010, 3:48 pm
|
|
Replies: 6 Views: 417
|
| Tried braking up the keys first, that was how I figured out the11 was bacause the t wasn't recognized but the 1 was... |
|
 |
Forum: Support Topic: sent text not recognized. |
| mtman1020 |
|
Posted: January 29th, 2010, 8:41 pm
|
|
Replies: 6 Views: 417
|
I have tried send, sendinput, ControlSend, & sendRaw.
Any other suggestions?
Thanks. |
|
 |
Forum: Support Topic: sent text not recognized. |
| mtman1020 |
|
Posted: January 29th, 2010, 6:16 pm
|
|
Replies: 6 Views: 417
|
| Hello, I am automating a testing procedure in a windows application. When normally using the program I type the command into a window above a dropdown menu and the command typed into the window is selected on the dropdown wenu. Most commands are numbers (62, 23, etc.) but a couple are a letter then ... |
|
 |
Forum: Scripts Topic: YouTube MP4 download & convert video to MP3 |
| mtman1020 |
|
Posted: October 26th, 2009, 4:19 pm
|
|
Replies: 136 Views: 28239
|
Thanks Garry,
I use VLC at home and at work, they play fine at work (probably because VLC automatically updates with the internet connection) but won't play at home.
I found w64codecs_20071001-0.3_amd64.deb, I'll try it tonight.... |
|
 |
Forum: Scripts Topic: YouTube MP4 download & convert video to MP3 |
| mtman1020 |
|
Posted: October 22nd, 2009, 11:01 pm
|
|
Replies: 136 Views: 28239
|
| Garry, Looks like it needs fixing again. Could you tell me what codec it uses to make FLV files? I run Linux at home and don't know what codec I'm missing to play them. (MP4 works fine) Here is an example of a video I downloaded and works fine on most computers but not my home PC: http://www.youtube... |
|
 |
Forum: Scripts Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader |
| mtman1020 |
|
Posted: October 7th, 2009, 2:57 pm
|
|
Replies: 75 Views: 15081
|
| Hi, Love the script!!! I would like to report a problem I have run into. I have been using the script for several months with no problems (other than I never got it to work on my wife's laptop running vista) until I tried to download a series of youtube videos to show my kids about Akido. They start... |
|
 |
Forum: Support Topic: IfWinActive for more than one window title possibility? |
| mtman1020 |
|
Posted: September 14th, 2009, 3:51 pm
|
|
Replies: 3 Views: 421
|
| I looked at 'window groups' but this line in the documentation seemed to tell me it wouldn't work for what I was doing unless the window I was on was the first in the list: (just realized I was reading it wrong) "By contrast, the other window commands such as WinActivate and IfWinExist will ope... |
|
 |
| Sort by: |