Search found 18 matches
- Mon Feb 07, 2011 1:45 pm
- Forum: Beginners
- Topic: Finding a clickable link
- Replies: 1
- Views: 4571
Finding a clickable link
Hi, I use Macro Scheduler to download stock data from a financial website. To save a particular stock's data, I must click on a "download" link. The easiest way to highlight and click on this link is to tab through the website until the correct link is highlighted, then press enter. The problem is t...
- Mon Dec 20, 2010 5:25 pm
- Forum: General Discussion
- Topic: DVD for MacroScheduler
- Replies: 1
- Views: 5660
DVD for MacroScheduler
Hi,
Is there a DVD for MacroScheduler? I just downloaded the v12 update and would like to have a DVD for backup, and for a new computer I will be purchasing in the next month or so.
Is a DVD available, or, can anyone explain how I can make my own DVD?
Thanks,
TimTom
Is there a DVD for MacroScheduler? I just downloaded the v12 update and would like to have a DVD for backup, and for a new computer I will be purchasing in the next month or so.
Is a DVD available, or, can anyone explain how I can make my own DVD?
Thanks,
TimTom
- Sat Apr 24, 2010 1:53 pm
- Forum: Technical / Scripting
- Topic: MouseMoveRel
- Replies: 2
- Views: 3724
MouseMoveRel
Hi, MouseMove and MouseMoveRel have just stopped working. Been using the followling macro on Window XP Home with version 7.4.007 of Macro Scheduler. This is a tried and tested macro that has just stopped working. Would appreciate your help. Jerry _____________ //Capture DEUS Data Let>k=2 Label>start...
- Wed Sep 12, 2007 3:00 pm
- Forum: Technical / Scripting
- Topic: Unable to get IF statment to work
- Replies: 12
- Views: 12039
Hi, Just wanted to let you know that I seem to have solved the problem, but first: I did try using set focus and that didn't help. When I said I was manually selecting focus, I was trying to explain that Photoshop was open with the pictures I was processing on the "desk top." Macro Scheduler is alwa...
- Mon Sep 10, 2007 11:06 pm
- Forum: Technical / Scripting
- Topic: Unable to get IF statment to work
- Replies: 12
- Views: 12039
Hi, I truly don't believe that setting the window focus is the issue. What happens is that I will have a number of these photos open in Photoshop and I manually select the ones I want to process. So I am manually setting the focus. Or, are you saying that I need to set the focus on the Image Size wi...
- Mon Sep 10, 2007 10:33 pm
- Forum: Technical / Scripting
- Topic: Unable to get IF statment to work
- Replies: 12
- Views: 12039
Tried the WaitWindowOpen command and it still doesn't help. Just don't think I'm actually capturing the height and width data. Here's the macro as it now is. If anyone can help, I'd sure appreciate it. The problem is probably in the Compare Height & Width section. Thanks, TimTom ====================...
- Mon Sep 10, 2007 10:01 pm
- Forum: Technical / Scripting
- Topic: Unable to get IF statment to work
- Replies: 12
- Views: 12039
Hi, Everyone-- Thank you all for your help. I just enabled the logger in debug and stepped through the macro. It appears that I am not capturing the height and width afterall. Both show no values, making them equal and explaining why the ELSE statement is always executed. I do believe that the heigh...
- Mon Sep 10, 2007 9:21 pm
- Forum: Technical / Scripting
- Topic: Unable to get IF statment to work
- Replies: 12
- Views: 12039
Hi, I tried inserting MDL>%height% %width% before the IF statement and Macro Scheduler froze up. To be honest, I have never had any luck using the debug mode. But I am going to try that again. But, what is happening with the IF statement is that the first statement is never evaluated as being true (...
- Mon Sep 10, 2007 8:35 pm
- Forum: Technical / Scripting
- Topic: Unable to get IF statment to work
- Replies: 12
- Views: 12039
Unable to get IF statment to work
Hi, This is a followup on an earlier post for which I got some expert help. I have been working on my macro to process photos in which I have to capture the height and width of a photo, then resize it so the longest side (whichever that is) will be resized to 130 pixels. Right now, my IF statement j...
- Sun Sep 09, 2007 2:16 pm
- Forum: Technical / Scripting
- Topic: Capturing a numerical value
- Replies: 2
- Views: 4041
Capturing a numerical value
Thank you for your excellent advice. It now works great!!
Just want to, again, thank everyone for their help on this forum. I have used this group several times in the past and you folks always come through -- and very, very quickly. Can't tell you how much I appreciate it.
timtom
Just want to, again, thank everyone for their help on this forum. I have used this group several times in the past and you folks always come through -- and very, very quickly. Can't tell you how much I appreciate it.
timtom
- Sun Sep 09, 2007 3:06 am
- Forum: Technical / Scripting
- Topic: Capturing a numerical value
- Replies: 2
- Views: 4041
Capturing a numerical value
Hi, All-- This is my second attempt at posting about this problem. My first post didn't show up, probably because I forgot to put in a subject line. I am attempting to capture two numbers, the height and width of a photo in pixels, from Photoshop. Then I will use those numbers to automatically deter...
- Tue Mar 28, 2006 6:32 am
- Forum: Technical / Scripting
- Topic: Saving For Web
- Replies: 5
- Views: 6834
Marcus & Dick, Thank you for you help! Adding the Wait>1 right after WWO and SetFocus seems to do the trick. (I did try the SetFocus earlier, by the way, but took it out prior to my last response.) I'll need to test this solution for awhile before I really start to believe in it but it seems to be w...
- Mon Mar 27, 2006 3:32 pm
- Forum: Technical / Scripting
- Topic: Saving For Web
- Replies: 5
- Views: 6834
Thanks, Marcus. I really appreciate your help. Using the following code really didn't help: //Save For Web Press CTRL Press ALT Press SHIFT send>s Release CTRL Release ALT Release SHIFT Wait>.5 WaitWindowOpen>Save For Web Press ENTER WaitWindowOpen>Save Optimized As* Press Enter Wait>.5 But I think ...
- Fri Mar 24, 2006 11:17 pm
- Forum: Technical / Scripting
- Topic: Saving For Web
- Replies: 5
- Views: 6834
Saving For Web
Hi, I hope one of you folks can help me, here. Below is a macro I use (trying to use) for saving photos for the Web using Photo Shop Elements. The WaitWindowOpen>Save For Web command seems to be the problem. I have gotten this macro to work by taking out the WWO command and replacing it with Wait>6 ...
- Mon Oct 10, 2005 7:23 pm
- Forum: Beginners
- Topic: Combining string variables and numeric variables
- Replies: 10
- Views: 12937
I am not having any luck at all with this, but I really appreciate all the help. Let me back up here and describe what I am trying to do. I need to automatically create the path to save various photo files to my hard drive. The path will look something like this (with the variables I need to input i...