10558 : Is there a way to make faster my gantt?
Question I installed the Siemens version of phGantXControl.ocx but I see that it’s slower than phGantXControl.ocx of the try version. Is there a way to make faster my gantt? I… Continue reading
Question I installed the Siemens version of phGantXControl.ocx but I see that it’s slower than phGantXControl.ocx of the try version. Is there a way to make faster my gantt? I… Continue reading
…var aTimeItem:TphDataEntity_Ganttime; begin if Assigned(phGant1.Grid.FocusedCell) then begin aTimeItem:=phGant1.GridNode_AddGantTime(phGant1.Grid.AxisContentItemToGridTreeNode(phGant1.Grid.FocusedCell.AxisContentItemY),0); aTimeItem.Start:=phGant1.DateScaler.Start+5; aTimeItem.Stop:=phGant1.DateScaler.Start+15; aTimeItem.Color:=Random(65000); aTimeItem.Style:=gtsPipe; aTimeItem.Row.CollisionDetection:=CBCollisionDetectOnRows.Checked; aTimeItem.Row.IncreaseRowHeightOnCollision_SuggestedHeightPerItem:=20; aTimeItem.Row.IncreaseRowHeightOnCollision:=CBIncreaseRowHeightOnCollisions.Checked; end; end; … Continue reading
…= phGantX1.AddRootDataEntityTree Else Set newactivity = phGantX1.AddDataEntityTree(activity) End If y = newactivity.GridRowIndex InitActivity newactivity, aRS LoadTreeItemsOwnedBy newactivity, newactivity.UserIntegerReference If y >= Then … Continue reading
…not. Contact support@plexityhidemainsite.azurewebsites.net , we can extend the current product. Update from support: A new event has been added to handle custom sort. It is available in the latest service release…… Continue reading
…affected by this problem, Microsoft recommends that you wait for the next Visual Studio 6.0 service pack that contains this fix. < ?xml:namespace prefix = o ns = “urn:schemas-microsoft-com:office:office” />… Continue reading
… I found out how to put a tree item at the end of the list: … CphDataList_Tree RootTree; RootTree = m_ganttchart.GetRootDataEntitiesTree(); CphDataEntity_Tree2 SoonToBeOldOwner; SoonToBeOldOwner = m_theSourceTree.GetParent(); CphDataList_Tree OwnDatalist… Continue reading
Question Does the GTP.NET provide a virtual load mechanism like the phGantTimePackage com edition does. Or What do I have to do if I want to add loads of nodes into the grid?… Continue reading
…beforeEdit.Cell.Content ti.EditBox.Items.Clear() ti.EditBox.Items.Add(“agsjhasg”) ti.EditBox.Items.Add(“agsjhasg”) End Sub The same error exists in your own Grid Sample in C#. Answer Our mistake. A bug introduced in 1.3.1 causes this. Request pre-release at… Continue reading
Question Is there any way to cancel a drag and drop of a TimeItem (GTP.net version) once the drag is underway? I believe the COM version could do this by… Continue reading
…for the date scaler (you may or may not need to compensate for the grid width etc based on what you are doing ) you send this in to the function IphGantX3.PixelToDate(x:int):TDatetime… Continue reading