![]() |
|
phGantTimePackage FAQ 10648How can you add a link from one time object to another on double click. Please note that this article
refers to the phGantTimePackage Jump to article- 2006-08-13 11:26:00 - Email plexityHide Question How can you add a link from one time object to another on double click. I have tried using the code Set alink = theGant.AddLink If alink.LinkOwner Is Nothing Then Answer A link needs two time items. If you want to add a link as a result of a double click you will have one time item for sure. Namely the time item you double clicked on. But what about the other? You can iterate thru the time items and find another selected time item (IphDataEntity_GantTime.Selected=true) or you can take the double click as the start for finding the other, by setting the component into a "link creating mode" and drag a link out to a new time item as described in this article. The important thing to remember is to set two different time items in the link properties LinkOwner and LinkedTo, otherwise the link will not be drawn. Dim aLink As IphDataEntity_Link
|
"This is too GREAT. I must say you have strong support and really good programmers at your place. Your entire team is good. Just Fantastic! – 100%" |
| ? 1999-2006 PlexityHide.com Grastensvagen 24, S-163 45 Spanga Sweden E-mail: support@plexityhide.com |