Search found 159 matches

by RNIB
Thu Mar 17, 2016 12:55 pm
Forum: Beginners
Topic: Waiting For Window Title To Change
Replies: 2
Views: 4505

Waiting For Window Title To Change

This should be really simple but for some reason I can't get it to work I'm using Adobe Audition to save multiple WAV files as a new WAV file. When no file is loaded in Audition the window title is simply Adobe Audition. When the audio files are loaded in the title changes to Adobe Audition - untitl...
by RNIB
Thu Mar 17, 2016 11:30 am
Forum: Beginners
Topic: Locating the File Name Field in a Save As window?
Replies: 5
Views: 6587

Re: Locating the File Name Field in a Save As window?

saveAs.png This is the Save As Window that opens. Every single time when the window opens the focus is in the area highlighted blue where it lists the Free Space. There is zero reason for the focus to be there especially as you can't even enter anything in that area. It makes no sense but that's ho...
by RNIB
Wed Mar 16, 2016 4:14 pm
Forum: Beginners
Topic: Caught in infinite loop
Replies: 3
Views: 4748

Re: Caught in infinite loop

Ahh I think there is a problem This is the start of the script //Ask if the magazine has multiple parts Input>TotalParts,How Many Parts Does This Magazine Have?,1 //Single Part If>TotalParts=1 Let>INPUT_BROWSE=2 Input>AudioFolder,Please select the folder containing the audio files you wish to append...
by RNIB
Wed Mar 16, 2016 3:39 pm
Forum: Beginners
Topic: Locating the File Name Field in a Save As window?
Replies: 5
Views: 6587

Re: Locating the File Name Field in a Save As window?

Ahh fixed it. Guess it would help if I looked at the shortcuts! :oops:
by RNIB
Wed Mar 16, 2016 3:30 pm
Forum: Beginners
Topic: Locating the File Name Field in a Save As window?
Replies: 5
Views: 6587

Locating the File Name Field in a Save As window?

Is there an easy way of locating the file name field in a Save As dialogue window? I'm trying to write something that automatically loads files from a specificed folder and then saves them to another specified folder. To do this I want to enter the full path and file name into the file name field bu...
by RNIB
Wed Mar 16, 2016 2:51 pm
Forum: Beginners
Topic: Caught in infinite loop
Replies: 3
Views: 4748

Re: Caught in infinite loop

Aha!!

Thanks so much, you saved me from going bald(er). Didn't realise you couldn't use loop but it makes sense thinking about it :oops:
by RNIB
Wed Mar 16, 2016 12:22 pm
Forum: Beginners
Topic: Caught in infinite loop
Replies: 3
Views: 4748

Caught in infinite loop

I keep getting caught in an infinite loop with a macro I'm working on and I can't work out what I'm doing wrong. This is the code: //Ask if the magazine has multiple parts Input>TotalParts,How Many Parts Does This Magazine Have?,1 //Single part If>TotalParts=1 Let>INPUT_BROWSE=2 Input>AudioFolder,Pl...
by RNIB
Tue Mar 15, 2016 1:04 pm
Forum: Beginners
Topic: IF = Odd Number
Replies: 4
Views: 5891

Re: IF = Odd Number

Cheers all.

I think I've got it working with this:

Let>x={%part_no% mod 2}
IF>x=0
//Even
Else
//Odd
ENDIF

It seems to be working but if anyone see's a problem with it please let me know as I'm not an expert in this stuff.
by RNIB
Tue Mar 15, 2016 10:45 am
Forum: Beginners
Topic: IF = Odd Number
Replies: 4
Views: 5891

IF = Odd Number

I'm trying to write a macro where I have the line: Input>part_no,Please Enter the Part Number,1 Is it possible to use an IF command so that if the part_no = an odd number it does one thing and if it's an even number it does something else? I can't work out how to get it to identify odd and even numb...
by RNIB
Fri Jan 29, 2016 5:31 pm
Forum: Beginners
Topic: incrementing variables based on times looped
Replies: 1
Views: 3388

incrementing variables based on times looped

I'm trying to write something that reads a list of book titles and catalogue numbers from a spreadsheet and then for each title it extract various bits of information stored in a different program called RMS and then create a folder for each book and inside create a text file into which it pastes th...
by RNIB
Wed Jan 27, 2016 5:16 pm
Forum: Beginners
Topic: Extrating 1 row out from spreadsheet
Replies: 3
Views: 4664

Re: Extrating 1 row out from spreadsheet

Unfortunately I only have Macroscheduler 10 :oops: so I don't think the SQL route is supported. Plus my knowledge of working with arrays like that is somewhat pitiful :oops:
by RNIB
Wed Jan 27, 2016 5:00 pm
Forum: Beginners
Topic: Extrating 1 row out from spreadsheet
Replies: 3
Views: 4664

Extrating 1 row out from spreadsheet

I know the answer must be staring me in the fact but I cant see the wood for the trees today. I have a spreadsheet which contains catalogue numbers in Column A and titles in Column B. In Cell E1 I also have a formula that counts the number of rows that have been entered in the spreadsheet. What I ne...
by RNIB
Fri Jul 31, 2015 3:17 pm
Forum: Technical / Scripting
Topic: Copy Text and Store as a variable?
Replies: 4
Views: 4224

Re: Copy Text and Store as a variable?

Ahh I see. Think I follow it all, I'm very much a beginner at all of this and have no programming or scripting skills at all.

Tried the new code and it works perfectly, thank you so much I really appreciate it a lot.
by RNIB
Fri Jul 31, 2015 9:30 am
Forum: Technical / Scripting
Topic: Copy Text and Store as a variable?
Replies: 4
Views: 4224

Re: Copy Text and Store as a variable?

Many thanks JRL, much appreciated. Unfortunately I'm not having much luck getting it to work. I've not come across the Separate command before and don't quite understand what it's doing. //Test if name is in list Separate>vChapterNameList,%crlf%%vChapterName%%crlf%,vNameTest If>vNameTest_Count>1 As ...
by RNIB
Thu Jul 30, 2015 3:43 pm
Forum: Technical / Scripting
Topic: Copy Text and Store as a variable?
Replies: 4
Views: 4224

Copy Text and Store as a variable?

Apologies if this is a really obvious thing. This is my code at present: SetFocus>SADiE6 Radio Producer - Phrase Detect Test Delete Me.edl Wait>1 //Ask what prefix to start with Input>PrefixNum, What file number do you want to start with?:,1 Input>PageNum, What page number do you want to start with?...
cron
Sign up to our newsletter for free automation tips, tricks & discounts