Re: [nebula-dev] Nebula Timeline Widget Behaviour

2020-05-05 Thread philipcokon...@yahoo.com
Hi Laurent, Thank you for the reply. Here is a snippet: public Control createControl(Composite parent) { TimelineViewer timelineViewer = new TimelineViewer(parent, SWT.NULL); final ITimeline model = (ITimeline) timelineViewer.getInput(); new TimelineDataBinding(timelineViewer, model, 300);

Re: [nebula-dev] Nebula Timeline Widget Behaviour

2020-05-05 Thread Wim Jongman
Hey Philip, A snippet typically has a “main” method. Cheers, Wim From: nebula-dev-boun...@eclipse.org On Behalf Of philipcokon...@yahoo.com Sent: dinsdag 5 mei 2020 17:13 To: Nebula Dev ; Laurent Caron Subject: Re: [nebula-dev] Nebula Timeline Widget Behaviour Hi Laurent, Thank you for

Re: [nebula-dev] Nebula Timeline Widget Behaviour

2020-05-05 Thread Laurent Caron
Hi Philip, Can you post a little snippet so we can reproduce this behaviour ? Thank you, Laurent Le mar. 5 mai 2020 à 08:40, philipcokon...@yahoo.com < philipcokon...@yahoo.com> a écrit : > Hi, > > I am currently using the Nebula Timeline widget in an application that I > have just started to

[nebula-dev] Nebula Timeline Widget Behaviour

2020-05-05 Thread philipcokon...@yahoo.com
Hi, I am currently using the Nebula Timeline widget in an application that I have just started to work on. I am trying to make the widget scroll vertically when the height of the widget is too small to hold all the tracks and events I want to display. But I noticed that the default behaviour is