Hi:
I'm trying to design something from the basic GanttView control.
Basically I'm focusing on a series of states, and how something alternates between each state. Timeline breakdowns are nice to have but not much detail is needed.
I have seen the sample GanttView project and it appears to have most of what I need i.e. timeline, task breakdown, different tasks between...however one thing it doesn't seem to show clearly is multiple instances of a similar state which do not need to be linked as one.
For example: following the example mock project, it goes through requirements, visual design then on to a mockup, putting them as sequential stages. I would like to have something that bounces in between states repeatedly with no sequential order, e.g. 'requirements' to 'mockup' then back to 'requirements'.
From playing a little with the sample project, I guess essentially I would like a way to change the overarching summary bar per task into not covering the spaces where none of its tasks are currently ongoing. Is there some way to modify the GanttView so?
Hello Borong,
If I understood well your requirements ( to breakup the summary bar in your UltraGanttView ), I would like to inform you that we didn`t implement such kind functionality in UltraGanttView, because the "Summary bar" is one (whole) UI Element - TaskBarUIElement and we are not able to split it.
Maybe one very custom approach to achieve this behavior could be, if you are using Creation Filter and drawn two or more TaskBarUIElement with connections between them to represent your "Summary bar"
Please let me know if you have any questions.
Regards
Hello,
Have you been able to resolve your issue ? If you still have any concerns or questions I will be glad to help. If you need any additional assistance don’t hesitate to ask.
Thanks for your response. Please do not hesitate to write us if you have any questions.
Hello:
Thanks, I didn't really resolve it but settled with a more classic Gantt layout, following the original capabilities.
Thanks anyway!