Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// Make the popup remain visible for 10 seconds 
Set_Property(@Window:".OLE_POPUP", "OLE.ShowDelay", 10000) 

// Make the popup remain visible forever 
Set_Property(@Window:".OLE_POPUP", "OLE.ShowDelay", 0)

See Also

AnimationDelay