RadiantQ Forum

Product => WPF Gantt Package => Topic started by: joachim.saesen on January 02, 2015, 07:32:03 AM

Title: DependencyLines not visible
Post by: joachim.saesen on January 02, 2015, 07:32:03 AM
Hi,

I'm working on a project which includes a gantt chart with dependency lines. The dependency lines are added to the visualtree and should be visible (I checked this with Snoop), but they aren't. The width of both the dependency lines and the PART_DependenciesHost is 0, while its height is set. Start and End times seem to be set alright in code as well as the items found in the visual tree. I haven't implemented this myself and the only thing I know is that it has worked before.

Any clues?

Joachim
Title: Re: DependencyLines not visible
Post by: amarnath on January 02, 2015, 12:38:02 PM
Joachim,

Which version of RadiantQ WPF Gantt you are using? And could you please send us a steps to reproduce this issue?

Thanks,
Amar
Title: Re: DependencyLines not visible
Post by: joachim.saesen on January 08, 2015, 08:46:17 AM
The problem is solved now by the colleague who implemented the feature. Apparently a line of code of ours went missing, and as a result the dependency lines didn't have enough information to be drawn correctly.