——————————————
——-GTP.NET.SL 1.4.4.27—-
——————————————
DateScaler.cs (35)
StartOfWeek was not exposed
GridColumnWidthKeeper.cs (7)
MaxWidth of Clipping exposed
——————————————
——-GTP.NET.SL 1.4.4.27—-
——————————————
DateScaler.cs (35)
StartOfWeek was not exposed
GridColumnWidthKeeper.cs (7)
MaxWidth of Clipping exposed
——————————————
——-GTP.NET.SL 1.4.3.26—-
——————————————
TimeItem.cs (49)
SL has a time dependent component involved when deducing layout cycle. If the Gantt was loaded with enough data the layout cycle error was trown. This is now handled by dispatching changes to other layoutpass
——————————————
——-GTP.NET.SL 1.4.3.26—-
——————————————
TimeItem.cs (49)
SL has a time dependent component involved when deducing layout cycle. If the Gantt was loaded with enough data the layout cycle error was trown. This is now handled by dispatching changes to other layoutpass
Memory leaks fixed.
On deep zoom + time items scrolled out to left + plus small zoom out operations = TimeItems off screen could get get visible at the wrong position due to an optimization to skip length update. Fixed by forcing offscreen timeitems to length zero.
Issue with UserDrawn time items not always showing up on first draw
EditableGridCell added to help out with easier GanttGrid/Tree edit
Bug with clipping of links at gantt bottom fixed
Binding of the TimeItemLinks collection enabled
Problem with StartTime,StopTime binding fixed
——————————————
——-GTP.NET 4.3.1.31—-
——————————————
Gantt.cs (170)
Check if there is any user move before applying the snapping. This is to avoid change of time items just by selecting them.
——————————————
——-GTP.NET 4.2.12.10—-
——————————————
NodeDataConnect.cs (70)
DataRow.Add sometimes failed for NodeDataConnect. Fixed
——————————————
——-GTP.NET.SL 1.3.11.18—-
——————————————
TimeItem.cs (45)
Silverlight compatability
Gantt.cs (52)
If the DateScaler is being recreated we sometimes got visuals does not any common parent error. Fixed
Gantt.cs (51)
GanttRow.cs (52)
TimeItem.cs (44)
Bug that gave strange select results from time to time and had time items stay in drag mode after released
——————————————
——-GTP.NET 4.2.9.24—-
——————————————
GridNode.cs (75)
Issue when printing beyond last visible column and trying to do multipage fixed.
——————————————
——-GTP.NET.SL 1.3.9.11—-
——————————————
TimeDistinctLogic.cs (3)
DateScaler.cs (33)
GanttRow.cs (51)
TimeItem.cs (43)
New property CollisionGroup:
CollisionGroup help you group time items into groups that will be tracked for collisions amongst each other
Better handling of Templating of GanttRows
TodayLine was not positioned correctly on scaled printouts; fixed
EndPrint issue: OutOfMemory; it seems wrong to force a
UpdateOffscreenCanvas here, more over the Height & Width might be set to
gigantic in order to evaluate needed print size and then this will give out of
memory exceptions. (Gerhard Rehn, MSAccess)
Error in VS-design time; printer was accessed when properties of
phGant was inspected.
DateTimePicker problem in vcl fixed
D09 adaptions
***************** phGantXControl.tlb *****************
User: Hasse Date: 09-01-02 Time: 10:30
Checked in $/plexityhide/AX
Comment:
QuadPoint exposure was a mistake since the ScalerHeight and
ScalerWidth control these values
***************** phGantXControl_TLB.pas *****************
User: Hasse Date: 09-01-02 Time: 10:30
Checked in $/plexityhide/AX
Comment:
QuadPoint exposure was a mistake since the ScalerHeight and
ScalerWidth control these values
***************** phSchemaX.pas *****************
***************** phGantXControl_TLB.pas *****************
***************** phGantXControl.dof *****************
***************** phGantXControl.res *****************
***************** phGantXControl.tlb *****************
User: Hasse Date: 08-12-30 Time: 5:24
Checked in $/plexityhide/AX
Comment:
MouseMoveModeCancel added to phSchema
***************** phGantXControl.res *****************
***************** phGantXControl.tlb *****************
***************** phGantXControl_TLB.pas *****************
***************** phGantX.pas *****************
***************** phGantXControl.dof *****************
User: Hasse Date: 08-04-30 Time: 7:10
Checked in $/plexityhide/AX
Comment:
Added SupressOnUserDrawExceptions since we had non catchable accvios
from the PB-runtime
***************** phGantXControl.dof *****************
***************** phGantXControl.res *****************
***************** phGantXControl.tlb *****************
***************** phGantXControl_TLB.pas *****************
***************** phGantX.pas *****************
User: Hasse Date: 07-09-19 Time: 0:43
Checked in $/plexityhide/AX
Comment:
New property InplaceDateTimeClearStatesBetweenEdits
When true will force the datetimepicker to select the left most part of the date
when shown, otherwise it will select the part that was selected last time.