Versions Compared

Key

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

...

Insert excerpt
BrightScript Version Navigation Menu
BrightScript Version Navigation Menu
nopaneltrue
This object displays static bitmap images on the video display. The simplest way to use roImagePlayer is to make calls to DisplayFile() with  with the filename as a String. Alternatively, you can use PreloadFile() in  in conjunction with DisplayPreload() to  to have more control. For more pleasing aesthetics when generating an image player, use the roImageWidgetobject. 

Object Creation: The image player is displayed by first creating roRectangle and roImagePlayer instances, then calling SetRectangle() using  using the roRectangle instance as the argument.

...