ShowImage

Document Actions
last edited 4 years ago by Lusin_S_Sargsyan

description

This part is designed to create a frame window and to show images(gif, jpg). One of inpins is a string - the path of the image. The other inpin is a boolean - allowing the animation.

figure

inpins

  1. GEOM(x, y, width, height) - ID=1 - sets parameters for the frame
    • x – int
    • y – int
    • width – int
    • height – int
  2. STR(String) - ID=2 - sets the path of the image
  3. SHOW() - ID=3 - makes the frame visible
  4. ANIMATE() - ID=4 - allows animation of animated gifs
  5. HIDE() - ID=5 - makes the frame invisible

links to CVS

source org.vcb.parts.ui.ShowImage

configuration image.vcb