Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Gantt-Chart-Widget

Hello Kamil,

First, please use the Nebula newsgroup for widget-related questions as this list is meant for the nebula developers primarily, and the newsgroups are where questions etc are answered (or email me directly is an option too)

In any case, to answer your questions:

> Multiple nested scope events.

I'm not entirely sure what you mean by rendered as root event, all events below scopes are just rendered as any normal events (of whatever type they are). If you have a sub-scope events that are also flagged as scopes and you don't see the scope line, then you're probably setting the sub-scope children to the wrong parent scope. Otherwise I may be misunderstanding you. I tested a scope-within-a-scope here just now and it seems ok to me.

> Collapse entire line

Yes, that is probably be the way it should be done. Can you open a feature/bug request in bugzilla and post the same description? I'll see when I can get to it.

Regards,
Emil


On Sun, Jun 21, 2009 at 5:34 PM, Kamil Fabisiewicz <fabisiew@xxxxxxxxx> wrote:

 

Hello nebula developers,

 

we are planning to use your gantt-chart in our project ‘unicase’ (http://unicase.org/).

Therefore, we have a few questions on the functionality of this widget.

Is it possible to have multiple, nested root GanttEvents (Events that have ScopeEvents)?

It seems that only the first GanttEvent with ScopeEvents is rendered as a root-Event. The other nested GanttEvents with ScopeEvents still have the normal GanttEvent-look.

Our second question is: In the ‘TreeConnectorExample’ there is a Tree connected with the gantt-chart. There are onCollapse/Expand Events which make the Tree collapse and the corresponding gantt-Events invisible.

The problem is, that making the Gantt-Events disappear doesn’t make the whole line disappear. So while the Tree-Node collapses, the GanttChart retains its size and make only the GanttEvents invisible. Is There a possibility to make the whole Line collapse/invisivble?

 

Best regards

 

Kamil Fabisiewicz

 

 

 

 

 

 

 

 

 

 


_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/nebula-dev



Back to the top