phGantTimePackage News
News/Bugfixes in the phGantTimePackage 3.2, this is a free upgrade for 3.0 license holders. Thank you all involved parties for submitting anomalies and samples.
phSchema
- TimeItem Style on Layer
- Schema OnUserDraw, Extension
- Added sample showing BA schema
- Missed NeverMind call for DoLater, gave strange shutdown effects
- Bug in sub col check on MouseMove could give AccVio after a columns.clear
phGant
- SetSubComponent on GA, Grid, Scaler and tree; easier VCL design
- Move near hidden areas showed design flaw. Now it is fixed, works great
- BA Subgrids in Gant did not really work; got mixed up with time items; fixed
- BA Combobox in multi type trees could give OCL error, fixed
- AccVio when using boldcombo without BLH, fixed
- EntityToElement gave Accvio on header row, fixed
- StartDrag of GT less sensitive
phGrid (UseGrid in phGantt and standalone in VCL)
- Bug in init time edit when value=''
- 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
- Problem with layoutprop and grid header background fixed
- Fixed bug with layoutprop not working on headercells
- There is a bug in StrToDate, it allows only numbers, but mmm is a common case, Fixed
phDateScaler
- Minor problem near hidden areas, fixed
- A couple of stack overflows has been safeguarded against
- Bug in animate, fixed
- Typo bug made hidden days show On ScalerLong, fixed
- AnimateScaleTransition overload
- Collisiondetection failed on times shorter than a second, fixed
- DateToPixel did not rescale on print, fixed
- Changing Stop in form_load bug again, Fixed?
- scrollbuttons did not check MaxStop,MinStart
- Small bug in HandleFixedScaleresizing made scale change on initial create resize, fixed
- Impossible case covered better (Show of only hidden time)
- CollisionThread changes , mem leak
- Scaler did not correct scale on first print, fixed
- Bug that printscale can return zero, this makes everything much harder, let it return 1 if the value is zero
- Rescaling of datescaler prints was wrong, fixed
VCL
- Recompiled for version 4.0.,0.21 of bold
- Removed warnings
- BA Combo bugg, fixed
- RotateFont
All
- Printbug on large papers (above 2000 pixels)
- Donot fill radiated in very small spaces... optimization
- Minor printbugs
- Several fixes in GridPrinting; Now handles wrapped text OK, also aligns header correct way in gantt
- Added Native VCL printing
- OnKeyDown; event on components
- Double scaling in print
- Memory leak detected by Eugene Delage, Thank you!
phGantTimePackage v3.2.1 更新信息:
關于 phGantTimePackage 3.2.1 更新及錯誤修正。對于擁有 3.0 License 的用戶,這里是可以進行免費升級的。
phSchema
- TimeItem Style 的層次變化。
- Schema OnUserDraw 擴展
- 增加顯示 BA 圖表的示例
- 忽略了對 DoLater 的 NeverMind 調用,導致異常的關機效果
- 在 MouseMove 上 sub col 檢查的錯誤,導致在 columns.clear 后的 AccVio
phGant
- GA、Grid、Scaler和SetSubComponent,更加容易的 VCL設計
- 在移動靠近隱藏區(qū)域時顯示出設計缺陷。已被修正,工作正常
- Gant 的 BA Subgrids 實際并不起作用;與時間項混淆;已修正
- 多類樹的 BA Combobox 可能導致 OCL 錯誤,已修正
- 當使用 boldcombo 而不使用 BLH 時導致AccVio,已修正
- EntityToElement 的標題行出現 Accvio,已修正
- 降低 GT 的 StartDrag 敏感性
phGrid (phGantt 的 UseGrid 和 單獨的VCL)
- 當 value='' 時初始時間編輯的錯誤
- 為用戶顯示時間增加事件(當不在編輯模式時)
- GetGridCellSelected/SetGridCellSelected 的擴展
- ContextSensitiveSubGrid 這樣在同一行列具有不同的子網格
- ShowLinesTree
- layoutprop 和網格頭背景的問題,已修正
- 修正了 layoutprop 不在頭單元運行的問題
- StrToDate 有一個錯誤,它只允許數字,但“mmm”是通常情況,已修正
phDateScaler
- 在隱藏區(qū)域附近的小錯誤,已修正
- 一些棧溢出已經得到保護
- 動畫錯誤,已修正
- 打印錯誤導致隱藏的日期顯示 On ScalerLong,已修正
- AnimateScaleTransition 重載
- Collisiondetection 在少于1秒時失效,已修正
- DateToPixel 在打印時沒有重新縮放,已修正
- 再次出現載入表單的 Changing Stop,已修正?
- scrollbuttons 沒有檢查 MaxStop,MinStart
- HandleFixedScaleresizing 的小錯誤導致初始創(chuàng)建調整大小時大小改變,已修正
- 對不可能的情況覆蓋得更好(只在隱藏時顯示)
- 修改CollisionThread,內存泄漏
- Scaler 在第一次打印時不能正確縮放,已修正
- printscale 可能返回0的錯誤,這導致所有問題更加困難,如果值為 0,讓它返回 1
- datescaler 的重新縮放打印錯誤,已修正
VCL
- 版本4.0.、0.21的粗體已重新編譯
- 去掉警告
- BA Combo 錯誤,已修正
- RotateFont
總體
- 大張紙上打印出現錯誤(大約 2000 象素)
- 在很小區(qū)域不填充輻射狀……優(yōu)化
- 小的打印錯誤
- GridPrinting 的許多修正;現在可以正確處理文字換行,也可以在 gantt 中正確對齊標題
- 增加 Native VCL 打印
- OnKeyDown 組件事件
- 打印雙倍縮放
- Eugene Delage 發(fā)現的內存泄漏