I do this:

    /**
     * Clears the gantt diagram and worker state.
     */
    public final void clear() {
        ganttChart.getGanttComposite().clearChart();
    }

Then I rebuild.


On Thu, Nov 20, 2014 at 8:32 AM, Dirk Fauth <[email protected]> wrote:

> I'm not sure what you are doing. What is the GanttControlParent and what
> graphic do you show in the SashForm? All I know is that GanttChart is a
> Composite that wraps around a GanttComposite which is a Canvas. So to
> refresh you need to trigger the repaint. And IIRC this can be done via
> GanttChart#redrawGanttChart()
>
> On Wed, Nov 19, 2014 at 4:36 PM, Víctor Cima Granda <
> [email protected]> wrote:
>
>> Hi!. I have a Gantt in my app that show a lot of campains that can be
>> filtered using a search. My problem is that the first time the Gantt works
>> fine, but when i do the search the campains, Gantt doesn´t change and show
>> me the same campaigns than before the search.
>>
>> I have two frames one with the GanttControlParent (show the tree with the
>> name of campaigns, state)  and other SashForm (show the graphic)
>>
>> Regards
>> _______________________________________________
>> 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
>>
>
>
> _______________________________________________
> 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
>
_______________________________________________
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

Reply via email to