Removes all buttons created with the Button_Create_Emulation and Button_Create_View action for this script.
Example
Script( Button_Remove_All_Test )
Boolean( Pressed )
Activate( From_Menu )
Button_Create_View( "This is a button", 1, 1, 0, Pressed )
Button_Create_View( "Another button", 4, 1, 0, Pressed )
While_Not( Pressed )
Wait_For_Screen_Update
End_While
Button_Remove_All
Ask_OK( "All buttons removed.", "Button_Remove_All_Test" )
Return
See Also
Button_Create_Emulation, Button_Create_View, Button_Remove, Button_Bitmap_Create_Emulation, Button_Bitmap_Create_View
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other