BBO Posted May 10, 2006 Report Share Posted May 10, 2006 I am editing summaries of a list of mp3 files with a loop macro. After selecting the first file, I open the Summary tab of the File Properties with the following code. Infuriatingly, I can not seem to consistently get the Advanced version of the Summary tab (as opposed to the Simple version) to display. Capture Control seemed to me to be the way to go with this, but i can't ever seem to get Capture Contol to work the way i think it's going to work. Any suggestions? ACTIVATE2:%T6% WAITWIN:%T6% TEXTTYPE:<ALT>f MSD:200 TEXTTYPE:r MSD:200 TEXTTYPE:<CONTROL><TAB> MSD:200 TEXTTYPE:<SHIFT>TAB> TEXTTYPE:<SHIFT>TAB> TEXTTYPE:<SHIFT>TAB> TEXTTYPE:<SHIFT>TAB> MSD:200 TEXTTYPE:<ALT>v MSD:100 TEXTTYPE:<ALT>m MSD:100 TEXTTYPE:<ALT>v MSD:100 Quote Link to comment Share on other sites More sharing options...
jason Posted May 10, 2006 Report Share Posted May 10, 2006 Try placing delays between the TEXTTYPE:<SHIFT><TAB> commands. It's possible that the macro is tripping over itself there because of the speed. You can also try using the Keystroke Speed command to slow it down. Quote Link to comment Share on other sites More sharing options...
cyberchief Posted May 11, 2006 Report Share Posted May 11, 2006 Not knowing exactly what you are doing... I might also suggest using the Shift Down, Tab, Shift up. If you are using the Shift key in coordination with the tab... Macro Express will see this command as hitting the shift key, releasing... then hitting the tab key. Not sure why you would hit the Shift key by itself. <SHIFTD><TAB><SHIFTU> Also, not sure if you copied the command text right out of Macro Express... but you are missing key characters in your shift-tab commands... you show: <SHIFT>TAB> whereas it should be <SHIFT><TAB> (missing the < in Tab). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.