Oferv
14 years agoSuper Contributor
How to recognize if window exist by the text it display
Hi,
i have this line as a condition and it doesn't work for me.
if(Aliases["FusionDesktop"]["dlgWarning"]["WaitWindow"]("Static", "Loading a new......", 3000)["Exists"])
this condition is true but somehow the script skip it
why is that?and how can i make sure the script find out if a window display properly by the text it display?
NOTE:I can't use the window's header since i have few windows one after the other with the same header,which is "Warning"
Thanks
i have this line as a condition and it doesn't work for me.
if(Aliases["FusionDesktop"]["dlgWarning"]["WaitWindow"]("Static", "Loading a new......", 3000)["Exists"])
this condition is true but somehow the script skip it
why is that?and how can i make sure the script find out if a window display properly by the text it display?
NOTE:I can't use the window's header since i have few windows one after the other with the same header,which is "Warning"
Thanks