Hints, tips and tricks for newbies
Moderators: JRL, Dorian (MJT support)
-
RNIB
- Macro Veteran
- Posts: 198
- Joined: Thu Jan 10, 2008 10:25 am
- Location: London, UK
Post
by RNIB » Fri Apr 22, 2016 3:12 pm
In Adobe Audition when you do a Save As there is a checkbox at the bottom that, if it's not already checked, I need to be checked.
I'm trying to use this
Code: Select all
GetCheckBox>Save As,Save extra non-audio information,bChecked
If>bChecked=1
Goto>end
Else
SetFocus>Save As
SetCheckBox>Save As,Save extra non-audio information,TRUE
Label>end
but this doesn't seem to check the checkbox. If I add a message>%bChecked% then when the checkbox is unticked it will report back correctly 0 and 1 for when it is checked so clearly the caption is correct
What am I doing wrong?
-
hagchr
- Automation Wizard
- Posts: 331
- Joined: Mon Jul 05, 2010 7:53 am
- Location: Stockholm, Sweden
Post
by hagchr » Fri Apr 22, 2016 3:29 pm
Hi, not sure if it helps, but for eg audio files in Audition CC there is a setting under preference (Markers and Metadata) to have markers and metadata included as default on save. Maybe something similar exists for your version and menu.
-
RNIB
- Macro Veteran
- Posts: 198
- Joined: Thu Jan 10, 2008 10:25 am
- Location: London, UK
Post
by RNIB » Fri Apr 22, 2016 3:34 pm
hagchr wrote:Hi, not sure if it helps, but for eg audio files in Audition CC there is a setting under preference (Markers and Metadata) to have markers and metadata included as default on save. Maybe something similar exists for your version and menu.

Aghhh no sadly not in Audition 3. Good thinking though. Think I may just have to try tabbing to it. Not elegant but if it works....