santoshthenge
14 years agoOccasional Contributor
WaitProperty
Hi all
I have use the waitproperty in the script as given follow
Call Aliases.uniRTE.UP2Runtime.MdiClient.LIJRange_Index.MgPanel.TableControl.MgTextBox_1.WaitProperty("VisibleOnScreen",True,-1)
I have wait for control till Visible On Screen but visibility control is undefined i.e it may 10 sec or 15 sec etc so that i declared timeout as -1 (infinity).
while executing this statement it give error like
Object does not exit -You are trying to call the "VisibleOnScreen" method or property of the "MgTextBox_1" object that does not exist.
Vbscript runtime error -Invalid variant operation
Plz help me
I have use the waitproperty in the script as given follow
Call Aliases.uniRTE.UP2Runtime.MdiClient.LIJRange_Index.MgPanel.TableControl.MgTextBox_1.WaitProperty("VisibleOnScreen",True,-1)
I have wait for control till Visible On Screen but visibility control is undefined i.e it may 10 sec or 15 sec etc so that i declared timeout as -1 (infinity).
while executing this statement it give error like
Object does not exit -You are trying to call the "VisibleOnScreen" method or property of the "MgTextBox_1" object that does not exist.
Vbscript runtime error -Invalid variant operation
Plz help me