AutoHotkey Community

It is currently May 22nd, 2012, 1:56 pm

All times are UTC [ DST ]


Search found 34 matches
Search these results:

Author Message

 Forum: Offtopic   Topic: Next step after AHK?

Posted: May 12th, 2010, 9:20 pm 

Replies: 20
Views: 979


I like using AHK strictly becuase 'no one else' knows what it is. It makes me valuable as an employee becuase I now have a skill set that someone else does not. Granted, they too can learn, but as I have almost 2 years in so far, they don't want to start from scratch and catch up to me. Job securit...

 Forum: Offtopic   Topic: Video Editing

Posted: January 27th, 2010, 2:38 pm 

Replies: 4
Views: 891


Zaelia wrote:
http://www.virtualdub.org/


Thanks Zaelia,

I found what I need here:

http://www.videohelp.com/tools/AviDemux

 Forum: Offtopic   Topic: Video Editing

 Post subject: Video Editing
Posted: January 26th, 2010, 3:46 pm 

Replies: 4
Views: 891


Hi all, I've got a few home videos from the late 80's and early 90's recorded on 8mm tape. I recorded the tapes on to DVD's using a stand alone DVD Player/Recorder. Now I want to edit the videos. I thought I could just use the .vob files in Windows Movie Maker but they are way too large to easily us...

 Forum: Support   Topic: It seems the if statement is not working

Posted: June 23rd, 2009, 5:30 pm 

Replies: 4
Views: 459


Great Stuff...Thank you Guest. :) :)

 Forum: Support   Topic: It seems the if statement is not working

Posted: June 23rd, 2009, 3:55 pm 

Replies: 4
Views: 459


Thank you Guest.

Your suggestion worked. I just can't get a handle on when to use varx = x varx = "x" and %varx% = x.

:?

 Forum: Support   Topic: It seems the if statement is not working

Posted: June 23rd, 2009, 3:21 pm 

Replies: 4
Views: 459


I want to extract a part of an XML type file between two tags the starting tag is <page-overrides and the ending tag is </page-overrides. I wrote the code below to accomplish this however it copies the whole file and disregards the if statement. What's wrong? varcopyit = no Loop, read, C:\Documents ...

 Forum: Support   Topic: Script works sometimes then sometimes hangs why?

Posted: May 5th, 2009, 2:20 pm 

Replies: 10
Views: 656


Hi Kapt Kaos, waiting for a file in a loop is only useful, when it really appears. But you must give the OS and other applications enough time to create the file. In your case your loop is using too much time. Therefor my suggestion to insert sleeps in the loops. Hubert I was a bit confused when I ...

 Forum: Support   Topic: Script works sometimes then sometimes hangs why?

Posted: May 4th, 2009, 9:17 pm 

Replies: 10
Views: 656


My first question is, is the outer loop to run everything necessary? Is this check something that can be spaced out over the course of a few seconds, or even checked once a second? It appears to me you have two different tasks operating in two different places, my personal preference would be to se...

 Forum: Support   Topic: Script works sometimes then sometimes hangs why?

Posted: May 1st, 2009, 9:38 pm 

Replies: 10
Views: 656


Hubert, Thanks for the response. I'm not sure if you are suggesting I remove the sleeps or add more sleeps. Which is it? I can see that I could get hung in the loops although if things work as they should the files that I'm waiting for in the loops should eventually be there. Perhaps there is a way ...

 Forum: Support   Topic: Why all pause are "sleep, 100" when using autoscri

Posted: April 30th, 2009, 9:48 pm 

Replies: 2
Views: 368


That is the way the recorder works. You will have to manually change the sleep times to suit your needs.

 Forum: Support   Topic: Script works sometimes then sometimes hangs why?

Posted: April 30th, 2009, 9:45 pm 

Replies: 10
Views: 656


evan1 wrote:
probably related to RAM
the program uses resources exceed ur RAM, thus hang


I don't think that is the problem. The routine runs on a server and all other server functions are working OK while the AHK script is hung..

 Forum: Support   Topic: Script works sometimes then sometimes hangs why?

Posted: April 30th, 2009, 3:21 pm 

Replies: 10
Views: 656


I use the script below to watch folders and take action when files are found in them. It works most of the time but sometimes it hangs up. When it hangs up, I just have to exit it then restart it and all is better. Can anyone see what might be causing the hang up. Alternatively, can some one maybe s...

 Forum: Support   Topic: How can I tell which version of a window exists

Posted: December 30th, 2008, 6:24 pm 

Replies: 2
Views: 254


I have an app that will open various windows, each with the same title. I want AHK to act on all but one of these. Each of these windows has different text. My first thougt was to try this: IfWinExist, Job Ticket, , , Save do stuff return . I thought this would only allow windows without the word sa...

 Forum: Support   Topic: Opening Multiple Files in text editor

Posted: November 12th, 2008, 11:00 pm 

Replies: 17
Views: 754


Do a google search for notepad++. This will open as many tabs with whatever was in them the last time you closed it.

 Forum: Support   Topic: help parsing/monitoring changing log file

Posted: May 22nd, 2007, 10:30 pm 

Replies: 5
Views: 840


Do a Google search for "Tail for Win32". It's not AHK but it free.

Dan
www.it-prints.com
Sort by:  
Page 1 of 3 [ Search found 34 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group