2008-01-25, 09:17 PM
Quote:No, I haven't found a way to detect or handle this yet. Suggestions welcome.
perhaps I could send a "return and ESC" to the window. I'll try and take a look.
I think this would be pretty easy in AutoIT by searching for window text
Code:
If WinActivate("PVRX2", "does not support the required VMR9 renderer") Then
Send("{ENTER}")
End If