Search found 495 matches

by Phil Pendlebury
Wed Jan 24, 2007 5:32 pm
Forum: Technical / Scripting
Topic: Multi Language - Windows that change name - Any help?
Replies: 15
Views: 15800

Well as I need the window wait commands I have done it like this: label>butcheckc4s IfWindowOpen>Export Audio Mixdown PushButton>Export Audio Mixdown,Export WaitWindowClosed>Export Audio Mixdown GOTO>butendc4s ENDIF IfWindowOpen>Audio-Mixdown exportieren PushButton>Audio-Mixdown exportieren,Exportie...
by Phil Pendlebury
Wed Jan 24, 2007 11:43 am
Forum: Technical / Scripting
Topic: Multi Language - Windows that change name - Any help?
Replies: 15
Views: 15800

Multi Language - Windows that change name - Any help?

Greetings, I have, at the moment 2 version of my script. As I could not figure out a way to do this. As an example there is part of the English script that does this: WaitWindowOpen>Export Audio Mixdown PushButton>Export Audio Mixdown,Export WaitWindowClosed>Export Audio Mixdown However, the German ...
by Phil Pendlebury
Mon Jan 22, 2007 4:10 pm
Forum: Technical / Scripting
Topic: Simple List of Commands available?
Replies: 2
Views: 4598

Thank you. The built in editor is great (especially with the prompts that help you fill in the blanks) but I find myself wanting to view two segments of code quite a lot and copy and paste between the two. afaik the only way to do this is with an external editor - that's where PSPad comes in handy f...
by Phil Pendlebury
Mon Jan 22, 2007 2:24 pm
Forum: Technical / Scripting
Topic: Simple List of Commands available?
Replies: 2
Views: 4598

Simple List of Commands available?

Hi there, This may be the wrong place to post this so please forgive me and feel free to move it if required. Is there anywhere / any way I can get hold of a full list of all commands used in Macro Scheduler. A simple list (without descriptions) in a simple text file would be great. e.g: Wait> Let> ...
by Phil Pendlebury
Mon Jan 22, 2007 2:19 pm
Forum: Technical / Scripting
Topic: Capturing only an active window
Replies: 3
Views: 4630

May also be worth pointing out that in order to get the mouse position using this method one has to do (example - note the line I have commented): WaitWindowOpen>Cubase 4 SetFocus>Export Audio Mixdown Wait>0.5 GetActiveWindow>Export Audio Mixdown,mx,my,mw,mh Let>mx2=mx+mw Let>my2=my+mh ScreenCapture...
by Phil Pendlebury
Mon Jan 22, 2007 9:33 am
Forum: Technical / Scripting
Topic: Capturing only an active window
Replies: 3
Views: 4630

The trick is to use GetActiveWindow to get the coordinates of the window and then pass them to ScreenCapture to just capture that area. Note that GetActiveWindow returns width and height, but ScreenCapture works with coordinates so you have to calculate the x,y of the lower right corner. SetFocus>m...
by Phil Pendlebury
Sun Jan 21, 2007 11:48 am
Forum: Technical / Scripting
Topic: Capturing only an active window
Replies: 3
Views: 4630

Capturing only an active window

I read in another thread that you said it is sometimes useful not to capture the whole screen. Sometimes it is useful to have the ScreenCapture only capture a portion of the screen - like a specific window. This is good when we know the image will only appear within those bounds. I can't find any wa...
by Phil Pendlebury
Fri Jan 19, 2007 3:52 pm
Forum: Technical / Scripting
Topic: Making the script tick a checkbox in an application no mouse
Replies: 2
Views: 4285

Thank you again, Your fantastic support has already justified the payment for this tool! :-) I'm sure one of your solutions will work (probably the space bar + tab combi). However, I have just been through the video for the screen recog feature... All I can say is wow! Thank you once again. Stand by...
by Phil Pendlebury
Fri Jan 19, 2007 11:25 am
Forum: Technical / Scripting
Topic: Making the script tick a checkbox in an application no mouse
Replies: 2
Views: 4285

Making the script tick a checkbox in an application no mouse

Sorry if the topic is confusing... Although I am a beginner I suspect that this may not be a beginner's problem: In the application that I am running my script on there are a number of check boxes in the program's dialog. There are no shortcut keys or ALT+ commands to check or un-check these boxes. ...
by Phil Pendlebury
Fri Jan 19, 2007 9:27 am
Forum: Technical / Scripting
Topic: error-subroutine/label vlidatedsk Not Found!
Replies: 5
Views: 6541

Yep I understand about the active window... :-)

I didn't realise there was a refocus window option though. Thank you again.
by Phil Pendlebury
Fri Jan 19, 2007 12:41 am
Forum: Technical / Scripting
Topic: error-subroutine/label vlidatedsk Not Found!
Replies: 5
Views: 6541

Incidentally, I thought you may be interested to know how this happened: I have small check at the beginning of my script... Wait>1 // Discover which program we are using: IfWindowOpen>Cubase 4*,validated IfWindowOpen>Cubase Studio 4*,validated IfWindowOpen>Cubase SX*,validated IfWindowOpen>Cubase S...
by Phil Pendlebury
Fri Jan 19, 2007 12:09 am
Forum: Technical / Scripting
Topic: error-subroutine/label vlidatedsk Not Found!
Replies: 5
Views: 6541

Thanks for the reply Markus. I have found the error. You are very kind for helping so quickly. :-)
by Phil Pendlebury
Thu Jan 18, 2007 10:20 pm
Forum: Technical / Scripting
Topic: error-subroutine/label vlidatedsk Not Found!
Replies: 5
Views: 6541

error-subroutine/label vlidatedsk Not Found!

Hi all,

I hope this is the right place? I have searched... One of my users is getting this error when he attempts to run a script (as exe file).
error-subroutine/label vlidatedsk Not Found!
Does that mean anything to anyone?
by Phil Pendlebury
Tue Jan 16, 2007 11:00 pm
Forum: Technical / Scripting
Topic: How would I make an area grey out if a box is checked?
Replies: 12
Views: 19915

Marcus I don't know how you did that but I will figure it out and meantime... THANK YOU... Fantastic!

:-)
by Phil Pendlebury
Tue Jan 16, 2007 9:50 pm
Forum: Technical / Scripting
Topic: How would I make an area grey out if a box is checked?
Replies: 12
Views: 19915

How would I make an area grey out if a box is checked?

Hi all, I am new here so please be gentle. Here is my dialog: Dialog>Dialog1 Caption=Export Settings Width=340 Height=388 Top=CENTER Left=CENTER Max=0 Min=0 Close=0 Resize=0 Edit=msEdit1,16,48,33,10 Edit=msEdit2,16,104,145,yourfile CheckBox=msCheckBox1,Get track names from tracknames.txt,16,168,225,...
cron
Sign up to our newsletter for free automation tips, tricks & discounts