Gantt Time Package ActiveX Edition Versions

Découvrez les nouveautés dans chaque version, avec des détails sur les fonctionnalités, les améliorations et les problèmes résolus.

janv.
févr.
mars
avr.
mai
juin
juil.
août
sept.
oct.
nov.
déc.
Gantt Time Package ActiveX Edition V3.222 avr. 2003

phSchema

  • TimeItem Style on Layer
  • Schema OnUserDraw, Extension
  • Added sample showing BA schema

phGant

  • SetSubComponent on GA, Grid, Scaler and tree; easier VCL design
  • StartDrag of GT less sensitive

phGrid (UseGrid in phGantt and standalone in VCL)

  • Added event for user rendering of time (while not in edit mode)
  • GetGridCellSelected/SetGridCellSelected ; Extension ContextSensitiveSubGrid, so that you have different subgrids in same column
  • ShowLinesTree

All

  • Added Native VCL printing
  • OnKeyDown; event on components
  • Double scaling in print
Gantt Time Package ActiveX Edition V3.030 janv. 2003

phSchema and phGant

  • Multi page print support; OnPrintToHdcNewPage
  • DateScaler hide individual hours; Stop wasting space on night time if all your data is day time
  • DateScaler hide individual days; Stop wasting space on Sundays if all your data is Monday to Saturday
  • New DateScaler indicator type; Sober - a nicer look
  • New DateScaler ScaleLookAndFeel; Classic, Boxed
  • New DateScaler ScaleScrollButtons; Classic, Small, Off
  • New DateScaler event to control user scale zooming; OnLimitScaling
  • DateScale ScaleMinStart property; limit the end users first visible date
  • DateScale ScaleMaxStop property; limit the end users last visible date
  • AnimateScaleTransition; aesthetically pleasing functionality
  • New method to simplify grid handling: GridRowIndexToTreeNode
  • Help file with sample code

phSchema

  • Vertical text in DateScaler; improved appearance, easier to read
  • OnCollisionDetect event; Same as on the phGant
  • SetText,GetText on time items
  • Control Color of texts; TextFont1...3Color
  • DateToPixel
  • PixelToDate
  • PixelToSchemaTime
  • SchemaTimeToRect
  • PixelToColumn
  • ColumnToRect

phGant

  • Time item links new LinkStartFinishOption; Normal, SS, SF, FS, FF
  • GetRect on IphGantRow3