Gantt Time Package ActiveX Edition(英語版) リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
Gantt Time Package ActiveX Edition V3.22003年4月22日

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.02003年1月30日

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