Stan
13 years agoOccasional Contributor
Treating Mapped Name as Unexpected Window
Hello!
This piece of File Download dialog worked well when called multiple times earlier, but now for the first time it works but then after the same is handled in the GeneralEvents_OnUnexpectedWindow handler, and closed as in code below
Log.Picture window.Picture, "Unexpected Window - " & window.Name
if window.Exists then window.Close
Identified with WndClass and wndCaption : #32770 & File Download, also tried adding index and even included ExtendedFind. What and where could the wrong be?
Thanks,
Stanley
This piece of File Download dialog worked well when called multiple times earlier, but now for the first time it works but then after the same is handled in the GeneralEvents_OnUnexpectedWindow handler, and closed as in code below
Log.Picture window.Picture, "Unexpected Window - " & window.Name
if window.Exists then window.Close
Identified with WndClass and wndCaption : #32770 & File Download, also tried adding index and even included ExtendedFind. What and where could the wrong be?
Thanks,
Stanley