Search found 500 matches

by Phil Pendlebury
Tue Mar 27, 2007 1:42 am
Forum: Technical / Scripting
Topic: MShed stops until button is pressed?
Replies: 4
Views: 5784

I have not changed RP_WAIT from it's default setting.

The program is already running when the script is launched. I am sure this is probably something peculiar to the program and not a fault of MS.
by Phil Pendlebury
Mon Mar 26, 2007 5:53 pm
Forum: Technical / Scripting
Topic: MShed stops until button is pressed?
Replies: 4
Views: 5784

I will post a log file later but just to clarify. the export process is like rendering an image (except that we are dealing with audio). When the export dialog is open and the button "Export" is pressed then the export begins. Sometimes there are other dialogs that appear after the button is pressed...
by Phil Pendlebury
Mon Mar 26, 2007 11:49 am
Forum: Technical / Scripting
Topic: MShed stops until button is pressed?
Replies: 4
Views: 5784

MShed stops until button is pressed?

This is odd: In my script I have a command that works perfectly: WaitWindowOpen>Export Audio Mixdown* PushButton>Export Audio Mixdown*,Export WaitWindowClosed>Export Audio Mixdown I needed to insert some stuff after the "Export" button had been pressed (there are some other dialogs that appear under...
by Phil Pendlebury
Sat Mar 24, 2007 8:08 am
Forum: Technical / Scripting
Topic: ScreenShot results in totally Black Image [RESOLVED]
Replies: 9
Views: 13418

Hi all, Just to let you know that this has been solved: My app has feature that presses F2 before taking the screen-shot. I just received this from the guy who was having trouble: F2 !!!!!! I have a blank screen saver which.... is assigned to F2. LOL - what's happening is your app is invoking my win...
by Phil Pendlebury
Fri Mar 23, 2007 11:51 am
Forum: Technical / Scripting
Topic: ScreenShot results in totally Black Image [RESOLVED]
Replies: 9
Views: 13418

No it's not a Vista issue. I am using Vista and it works perfectly. He is using XP.
by Phil Pendlebury
Fri Mar 23, 2007 3:48 am
Forum: Technical / Scripting
Topic: ScreenShot results in totally Black Image [RESOLVED]
Replies: 9
Views: 13418

In my main macro the line is very simple. GetScreenRes>mx,my ScreenCapture>0,0,mx,my,%SCRIPT_DIR%\graphics\export.bmp And this is working perfectly for everyone except this one guy. He uses two monitors But so do I And he has tried with only 1 monitor I have written a very simple tool fro him to tes...
by Phil Pendlebury
Fri Mar 23, 2007 2:01 am
Forum: Technical / Scripting
Topic: ScreenShot results in totally Black Image [RESOLVED]
Replies: 9
Views: 13418

If "printscreen" is used (Press Print Screen), and then an "edit-paste" performed in an image application (such as mspaint, etc), is it also black there? I'm wondering if this is something specific to just msched, or just a screenshot-type thing in general. Me too... The guy said that printscreen s...
by Phil Pendlebury
Thu Mar 22, 2007 8:34 pm
Forum: Technical / Scripting
Topic: ScreenShot results in totally Black Image [RESOLVED]
Replies: 9
Views: 13418

ScreenShot results in totally Black Image [RESOLVED]

Hi there, One of my users is experiencing this problem. There is a section of my code that uses the screenshot feature etc. It works great but this one person could never get a result from it. We have now realised that the reason for this is that the screen image taken is always completely black. I ...
by Phil Pendlebury
Thu Mar 01, 2007 6:46 pm
Forum: Technical / Scripting
Topic: response to users' input
Replies: 18
Views: 17316

Wouldn't: WaitReady>0 be useful for this purpose? I am using this in a similar way in a script that runs things form the command line. From help: WaitReady suspends script execution until the foreground window has finished processing mouse, keyboard, show window, and optionally, paint events. Issue ...
by Phil Pendlebury
Thu Feb 22, 2007 9:37 am
Forum: Technical / Scripting
Topic: Slight problem with GOTO
Replies: 6
Views: 7421

mtettmar wrote:Goto will always go to the first matching label. Duplicate labels is a no-no and I suppose Macro Scheduler really ought to not even let you create a duplicate label.
Understood.

In my laziness I expected it to go to the "nearest" matching label but of course 1st makes much more sense.

:-)
by Phil Pendlebury
Thu Feb 22, 2007 2:06 am
Forum: Technical / Scripting
Topic: Slight problem with GOTO
Replies: 6
Views: 7421

Me_again wrote:It was your phrase, I just borrowed it :lol:
:lol:
by Phil Pendlebury
Thu Feb 22, 2007 1:36 am
Forum: Technical / Scripting
Topic: Slight problem with GOTO
Replies: 6
Views: 7421

Absolutely: Sloppy code indeed. I take that on the chin.

I do use Subs as well of course.

I suppose at least it shows I am not a proud man by the fact that I posted this up for you all to see.

:-)
by Phil Pendlebury
Thu Feb 22, 2007 12:37 am
Forum: Technical / Scripting
Topic: Slight problem with GOTO
Replies: 6
Views: 7421

Slight problem with GOTO

I suppose this is just me but I would be interested to hear your opinion on it: I had a lot of confusion tonight after a slight redesign of one of my scripts. It basically involved a GOTO command This section was in this case skipped due to another IF>THEN Show>LWarning Label>LWarningLoop GetDialogA...
by Phil Pendlebury
Tue Feb 20, 2007 7:17 pm
Forum: Technical / Scripting
Topic: Saving Keys to press as variables
Replies: 4
Views: 5972

Thank you Marcus. I will looking at option 1 I think.

You saved me hours of trial and error there as I was thinking I had done something wrong.

:-)
by Phil Pendlebury
Tue Feb 20, 2007 6:34 pm
Forum: Technical / Scripting
Topic: Saving Keys to press as variables
Replies: 4
Views: 5972

Yes I did see that thanks but it's not relevant to me.

Just try this:

Let>modkey=ALT
Let>key=F

Press %modkey%
Send>%key%

etc. and see if it works for you.

:-)

I will give it another try though.
Sign up to our newsletter for free automation tips, tricks & discounts