How can I remove a section which contains a GanttGroup item?
I'm trying to use the usual method getGanttComposite().removeSection(SectionName) but it doesn't work since I'm getting an exception:
java.lang.ClassCastException: org.eclipse.nebula.widgets.ganttchart.GanttGroup
cannot be cast to org.eclipse.nebula.widgets.ganttchart.GanttEvent
at
org.eclipse.nebula.widgets.ganttchart.GanttComposite.internalRemoveSection(GanttComposite.java:5363)
at
org.eclipse.nebula.widgets.ganttchart.GanttComposite.removeSection(GanttComposite.java:953)
To participate in the discussion, go here:
https://www.eclipse.org/forums/index.php?t=rview&frm_id=64
_______________________________________________
nebula-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev