Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wait for active window with a splash screen
#2
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
Code:
Copy      Help
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."


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)