History for Calendar

changed:
-
description

  This part is designed to create window calendar. 

figure

  <img src="CalendarPArt.jpg" />

inpins

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

   o y – int

   o width – int

   o height – int

  2. DATE("") - ID=2 - takes the date

  3. SHOW() - ID=3 - makes window visible

  4. HIDE() - ID=4 - makes window invisible

outpins

  1. DATE - ID=51 - the date that selected by the user.

  2. CLOSED - ID=52 - the window closed by user 
  
links to CVS

  source "org.vcb.parts.ui.calendar":http://cvs.sourceforge.net/viewcvs.py/&#42checkout&#42/vcb/VCB/libraries/src/org/vcb/parts/ui/Calendar.java?rev=1.4

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