Wait_For_Screen_Update

Suspends the current script until the screen has been updated.

Any changes to the screen will cause the script to resume; so it is recommended that you put the wait command inside a While loop, and only exit the loop once you have detected the screen you want.

Wait_For_Screen_Update may be used to wait for a script-created button to be pressed, after the action Button_Bitmap_Create_Emulation or Button_Create_Emulation.

Example

Script(Wait_For_Screen_Update_Test)
Activate(From_Menu)
Message("Waiting for screen update", 0)
Wait_For_Screen_Update
Message_Clear
Return

See Also

Delay, Button_Bitmap_Create_Emulation, Button_Bitmap_Create_View, Button_Create_Emulation, Button_Create_View, Wait_For_Screen_Update_With_Timeout

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal