By Ron Aston @Ron_Aston
I'm asking for a fellow SF user. I'd also like to know how to do this.
- Christian Scheuer @chrscheuer2019-09-24 16:50:14.050Z
This should do it :)
if (sf.ui.proTools.getMenuItem('View', 'Main Counter', 'Timecode').isMenuChecked) { sf.ui.proTools.getMenuItem('View', 'Main Counter', 'Feet+Frames').elementClick(); } else { sf.ui.proTools.getMenuItem('View', 'Main Counter', 'Timecode').elementClick(); }
- In reply toRon_Aston⬆:Ron Aston @Ron_Aston
This is fantastic, Christian! Works perfectly. My friend will be VERY happy. :-)
Thank you!