Search found 495 matches

by Phil Pendlebury
Thu Feb 01, 2007 6:33 pm
Forum: Technical / Scripting
Topic: Using variable in message labels... odd problem
Replies: 5
Views: 6584

OK. Sorry if I am being dumb here but I have tried both of the above and they work perfectly. However when I place what I need into my code I still have the same problem. I will elaborate and maybe it will make sense... The way I want this to work is: Block of code 1 begins Dialog is displayed here ...
by Phil Pendlebury
Thu Feb 01, 2007 6:05 pm
Forum: Technical / Scripting
Topic: Using variable in message labels... odd problem
Replies: 5
Views: 6584

Thank you.

I didn't see this in the manual :? Sorry if I missed it.
by Phil Pendlebury
Thu Feb 01, 2007 5:42 pm
Forum: Technical / Scripting
Topic: Using variable in message labels... odd problem
Replies: 5
Views: 6584

Using variable in message labels... odd problem

Hi there, To save myself designing tons of different dialogs I am trying to use a simple variable in my dialog: Dialog>WaitMessage Caption=Track Status Check Width=214 Height=93 Top=CENTER Left=CENTER Max=0 Min=0 Close=1 Resize=0 Label=%wait_msg%,6,22,true Label=Please Wait!,72,6,true Label=This can...
by Phil Pendlebury
Sat Jan 27, 2007 3:52 pm
Forum: Technical / Scripting
Topic: Multi Language - Windows that change name - Any help?
Replies: 15
Views: 15780

SkunkWorks wrote:What I mean is "Is this app browser based"? Firefox, Mozilla, IE, whichever browser you choose.

or is it a desktop application.
Oh, sorry mate - No it is most definitely a stand alone application:

Here's their product info:

http://www.steinberg.net/983+M52087573ab0.html
by Phil Pendlebury
Fri Jan 26, 2007 11:39 pm
Forum: Technical / Scripting
Topic: Multi Language - Windows that change name - Any help?
Replies: 15
Views: 15780

SkunkWorks wrote:
just to be sure, this is not an Internet Explorer session?
Not sure what you mean mate? I am using Firefox here...
by Phil Pendlebury
Fri Jan 26, 2007 2:53 pm
Forum: Technical / Scripting
Topic: Multi Language - Windows that change name - Any help?
Replies: 15
Views: 15780

so, your application window still is named Export Audio Mixdown? and you should ALWAYS use the * at the end of window names...it is just more forgiving when you use the first part of the window name followed by an asterisk. what is the name of this app? is it something I could download and test? Ye...
by Phil Pendlebury
Fri Jan 26, 2007 2:00 pm
Forum: Technical / Scripting
Topic: Multi Language - Windows that change name - Any help?
Replies: 15
Views: 15780

Thank you mate but it didn't do anything:

I tried:

Code: Select all

SetFocus>Export Audio Mixdown
SetControlText>Export Audio Mixdown,SteinbergModalWindowClass,1,Meine Fenster
As well just in case... nothing.

Thanks again.
by Phil Pendlebury
Fri Jan 26, 2007 9:38 am
Forum: Technical / Scripting
Topic: Multi Language - Windows that change name - Any help?
Replies: 15
Views: 15780

Well I have tried and tried but can get no response from Get or Set control text. I have a feeling this is because the app I am controlling uses non-standard windows etc. (For example Get check box always returns empty as well). Or maybe I have the syntax wrong. The window I am trying to control is ...
by Phil Pendlebury
Thu Jan 25, 2007 4:49 pm
Forum: Technical / Scripting
Topic: Setting Path to Application...
Replies: 4
Views: 5533

Worked perfectly thank you. :-)
by Phil Pendlebury
Thu Jan 25, 2007 4:21 pm
Forum: Technical / Scripting
Topic: Setting Path to Application...
Replies: 4
Views: 5533

Phil, to clarify, %SCRIPT_DIR%, strictly defined, is the location in which the current running script is found. Having said that, I use it quite a bit as the default path to many (not all) things in the execution of a script. Is the capture tool (and any related dll's, etc...) located in the same l...
by Phil Pendlebury
Thu Jan 25, 2007 11:37 am
Forum: Technical / Scripting
Topic: Setting Path to Application...
Replies: 4
Views: 5533

Did a bit more searching and found:

%SCRIPT_DIR%

Is this what I need? Does that work if teh script is an exe file?

thanks again?
by Phil Pendlebury
Thu Jan 25, 2007 8:49 am
Forum: Technical / Scripting
Topic: Setting Path to Application...
Replies: 4
Views: 5533

Setting Path to Application...

Hi there, Once again this may seem obvious but I have searched and can find no relevant information. I am successfully using the screen capture feature now (see my other post) and so far it seems to be working great... However one of my users could not get the application (which is an .exe file) to ...
by Phil Pendlebury
Thu Jan 25, 2007 8:39 am
Forum: Technical / Scripting
Topic: Multi Language - Windows that change name - Any help?
Replies: 15
Views: 15780

Wow! Skunk thanks again, another huge amount of stuff to try out... I'll post back if I get any of it working.

Thank you again.
by Phil Pendlebury
Wed Jan 24, 2007 11:30 pm
Forum: Technical / Scripting
Topic: Multi Language - Windows that change name - Any help?
Replies: 15
Views: 15780

Hi again. I have now looked into handles and it would completely solve my long winded problem BUT it has created another problem: The window in question is a modal dialog type of thing and it's handle changes every time it is opened. I have tried various methods of getting the handle each time the w...
by Phil Pendlebury
Wed Jan 24, 2007 9:39 pm
Forum: Technical / Scripting
Topic: Multi Language - Windows that change name - Any help?
Replies: 15
Views: 15780

Look into using the window handle instead of the window name. Not sure how the app is written, but, hopefully, the window handle is the same no matter the name used. let>WIN_USEHANDLE=1 GetActiveWindow>wHandle,wx,wy now you can setfocus, etc...by the window handle.....as for the pushbutton commands...
Sign up to our newsletter for free automation tips, tricks & discounts