vthomeschoolmom
14 years agoSuper Contributor
window object
What is the difference betwen the ActiveWindow "Use the property to get the current top-level window (the window the user is currently working with)"
And the FocussedWindow
Use the property to get the current top-level window (the window the user is currently working with) as
Can the user be working with a window that does not have focus?
I am gettign intermittent errors on a line of script
Sys.Desktop.ActiveWindow().Picture(,,,,False).SaveToFile sFilePath + VarToStr(Sys.Desktop.ActiveWindow.ObjectIdentifier) + ".png" ' TODO -oStephanie :Intermittent unexpected window error
I am getting unexpected window error. How can the active window be unexpected?
And the FocussedWindow
Use the property to get the current top-level window (the window the user is currently working with) as
Can the user be working with a window that does not have focus?
I am gettign intermittent errors on a line of script
Sys.Desktop.ActiveWindow().Picture(,,,,False).SaveToFile sFilePath + VarToStr(Sys.Desktop.ActiveWindow.ObjectIdentifier) + ".png" ' TODO -oStephanie :Intermittent unexpected window error
I am getting unexpected window error. How can the active window be unexpected?