02-21-2009, 12:59 PM
wait for splash screen window visible
wait for splash screen window destroyed
To get splashscreen window name and class, use menu Tools -> Output -> Log -> Window Events.
Macro
wait for splash screen window destroyed
To get splashscreen window name and class, use menu Tools -> Output -> Log -> Window Events.
Macro
run "$program files$\Adobe\Adobe Photoshop Lightroom 2\lightroom.exe" ;;Adobe Photoshop Lightroom 2.2
int w2=wait(30 WV win("Lightroom" "AgWinMainFrame")) ;;main window
int w3=wait(10 WV win("Bezel" "Afx:00400000:*" w2 0x800|32)) ;;splash screen
wait 60 -WV w3 ;;wait for hide
mes "Lightroom now is loaded."