Versions Compared

Key

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


Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px

...

This object can be used in place of roImagePlayer in cases where the image is displayed within a rectangle. Using an roImageWidget can result in more pleasing aesthetics for image player creation; it can also be used to display images in a multi-screen array. Beyond this, roImageWidget behaves identically to roImagePlayer. The JavaScript equivalent is the <img> tag in HTML.

...

Code Block
rectangle = CreateObject("roRectangle", 0, 0, 1024, 768)
i = CreateObject("roImageWidget", rectangle)

ifImageControl 

DisplayFile(image_filename As String) As Boolean

...