Here is the code I am referring to:
//find file on PDF editor (there is no shortcut for this on the specific program I am working with)
//Find and Left Click Center of
FindImagePos>%BMP_DIR%\image_18.bmp,WINDOW:Doc.It PDF Editor 4.5,0.7,1,XArr,YArr,NumFound,CCOEFF
If>NumFound>0
MouseMove>XArr_0,YArr_0
LClick
Endif
//tab to save as and select it, this portion works
Press TAB * 2
Wait>0.2
Press Enter
Wait>0.2
//Tab to get to the folders portion of my screen, this works when I manually do it but the code does not.
Press TAB * 10
Wait>0.2
//select desired folder
Press Down
Wait>0.2
//enter into that folder before saving
Press Enter
Wait>0.2
//tab to return to file name portion in order to rename file (unclear if this is working or not as I am unable to
get to this point.
Press TAB * 2
Wait>0.2
Any ideas as to why this isn't working would be greatly appreciated!
