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

...

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

ifImageControl 

DisplayFile(image_filename As String) As Boolean

...

  • Mode = 0
  • Transition = 0
  • MultiscreenWidth = 1
  • MultiscreenHeight = 1
  • MultiscreenX = 0
  • MultiscreenY = 0

 

This code uses DisplayFile() to display a portion of an image:

...