| Author |
Message |
Forum: Support Topic: Folder Spy to Copy Files |
| gregdowning |
|
Posted: April 9th, 2010, 11:55 pm
|
|
Replies: 11 Views: 1540
|
| I never got this to work, although I think a general listening and copying function would be handy since I have needed something like this multiple times I found a workaround. If anyone else is searching for this function and dealing only with image formats Adobe Lightroom has this function under Fi... |
|
 |
Forum: Support Topic: Folder Spy to Copy Files |
| gregdowning |
|
Posted: March 15th, 2010, 6:59 pm
|
|
Replies: 11 Views: 1540
|
| Thanks for your help Garry, but I don't understand how this would either copy a file once it is overwritten or prevent the script above from making multiple copies. |
|
 |
Forum: Support Topic: Folder Spy to Copy Files |
| gregdowning |
|
Posted: March 15th, 2010, 2:30 am
|
|
Replies: 11 Views: 1540
|
| Thanks for the tip HotKeyIt, but it did not resolve the problem. I did some more testing and I thought the problem I was having was due to the polling of the folder. I tried saving a file into the directory that I knew would take a long time to write (2+ gig photoshop file) and it made 68 copies of ... |
|
 |
Forum: Support Topic: Folder Spy to Copy Files |
| gregdowning |
|
Posted: March 3rd, 2010, 11:17 pm
|
|
Replies: 11 Views: 1540
|
| What a great script! I am trying to adapt it to copy a file to a new directory as soon as it is overwritten. The program I am using unfortunately overwrites the images it creates rather than writing out new frames for animation. I am an AHK noob so please excuse the lack of elegance in my code. I ha... |
|
 |
Forum: Support Topic: autohotkey suspended on Winset, Alwaysontop |
| gregdowning |
|
Posted: December 13th, 2009, 6:02 am
|
|
Replies: 5 Views: 704
|
oh I think I got it now
Code: Loop { IfWinExist, Adobe Flash Player 10 { sleep 20 continue } IfWinNotExist, Adobe Flash Player 10 { break } } |
|
 |
Forum: Support Topic: autohotkey suspended on Winset, Alwaysontop |
| gregdowning |
|
Posted: December 13th, 2009, 5:58 am
|
|
Replies: 5 Views: 704
|
| I am having trouble getting it to wait after going full screen. I tried changing the WinWaitClose to WinWait, WinWaitNotActive, I also tried While (ErrorLevel = 0) { sleep 20 } and IfWinExist, Adobe Flash Player 10 { sleep 20 } and Loop { If (ErrorLevel = 0) ... |
|
 |
Forum: Support Topic: autohotkey suspended on Winset, Alwaysontop |
| gregdowning |
|
Posted: December 13th, 2009, 5:07 am
|
|
Replies: 5 Views: 704
|
| Thanks Entropic! I see what you mean. The code as you posted it always gets the "alwaysontop" and "fullscreen" to work. If I use the same code and use a Runwait instead of a Run then the problem re-introduces itself. I was using the runwait because I did not want the script to co... |
|
 |
Forum: Support Topic: autohotkey suspended on Winset, Alwaysontop |
| gregdowning |
|
Posted: December 13th, 2009, 4:26 am
|
|
Replies: 5 Views: 704
|
| I got a recommendation from the AHK IRC channel to try adding sleep after launching the flash movie. It launches in less than half a second and I tried adding up to 3 seconds w/ no luck. i.e. RunWait, "c:\flight_viewer\video_pano\krpano.swf" sleep 1000 IfWinNotActive, Adobe Flash Player 10... |
|
 |
Forum: Support Topic: ~ help! command to pause script |
| gregdowning |
|
Posted: December 13th, 2009, 3:32 am
|
|
Replies: 16 Views: 551
|
|
 |
Forum: Support Topic: autohotkey suspended on Winset, Alwaysontop |
| gregdowning |
|
Posted: December 13th, 2009, 2:40 am
|
|
Replies: 5 Views: 704
|
| I am having a little intermitant trouble w/ autohotkey suspending or timing out on the "Winset AlwaysOnTop" part of my code. Occasionally the script just stops here w/ no clear reason why. Othertimes it works as intended. I tried sprinkling in a bunch of sleep commands thinking that might ... |
|
 |
Forum: Support Topic: control panel will not run minimized |
| gregdowning |
|
Posted: December 11th, 2009, 3:33 am
|
|
Replies: 2 Views: 283
|
| Thanks so much TLM! Now I understand what I was reading in the Run docs better. I am getting some strange behavior when I change the 0 to a different number. When the window comes up it first is on another tab but immediately switches back to the 1st tab. I tested the example w/ the docs using desk.... |
|
 |
Forum: Support Topic: control panel will not run minimized |
| gregdowning |
|
Posted: December 11th, 2009, 1:03 am
|
|
Replies: 2 Views: 283
|
| I have been trying to make ajustments to the mouse sensitivity in a minimized or hidden window. The command works well enough with other programs but not with control panels. Any ideas for work arounds? ie Run, control main.cpl,, min does not work but Run, notepad,, min does work. I need the same fu... |
|
 |
| Sort by: |