Versions Compared

Key

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

...

Code Block
// Set the 2nd pane's image and divide it into 8 frames 
Set_Property(@Window:".OLE_STATUSBAR", "OLE.PaneImage[2]", "c:\animated.bmp") 
Set_Property(@Window:".OLE_STATUSBAR", "OLE.PaneFrameCount[2]", 8) 

// Set animation delay and start the animation 
Set_Property(@Window:".OLE_STATUSBAR", "OLE.PaneAnimationDelay[2]", 75) 
Set_Property(@Window:".OLE_STATUSBAR", "OLE.PaneEffect[2]", "Animate")

See Also

PaneEffect