History for ShowImage

changed:
-
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

  <img src="showImage.gif" />

inpins

  1. GEOM(x, y, width, height) - ID=1 - sets parameters for the frame
 
   o x – int

   o y – int

   o width – int

   o 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":http://cvs.sourceforge.net/viewcvs.py/&#42checkout&#42/vcb/VCB/libraries/src/org/vcb/parts/ui/ShowImage.java?rev=1.4

  configuration "image.vcb":http://cvs.sourceforge.net/viewcvs.py/&#42checkout&#42/vcb/VCB/libraries/configs/ui/image.vcb?rev=1.2