Downloads

…here Release notes Stay updated – find plexityHide at NuGet GTP.NET 10 (WinForms & ASP.NET) Downloads VS2022, .net6 GTPNETWithSampleForNet6.zip VS2012,VS2013, VS2015, VS2017 Download GTP.NET, a C# Interactive Gantt tool 10.0… Continue reading

Versions prior 2005-05-28

Comment: ***************** phGantXControl.tlb ***************** User: Hasse Date: 03-08-25 Time: 11:03 Checked in $/plexityhide/AX Comment: ***************** phGantXControl_TLB.pas ***************** User: Hasse Date: 03-08-25 Time: 11:03 Checked in $/plexityhide/AX Comment: ***************** phGantXControl.cfg *****************… Continue reading

Unwanted MouseMode

…here. The mechanism is called TDoLater and the solution looks like this:   procedure TForm1.phGant1DblClickGantArea(theGant: TphGant_ComBasic; theDataEntity: TphDataEntity_GantTime); var FrmModal:TFrmModal; begin FrmModal:=TFrmModal.create(nil); try FrmModal.ShowModal; TDoLater.DoLater(LeaveAnyUnintentionalMouseMoveMode,nil); finally FrmModal.Free; end; end; procedure… Continue reading