Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » GanttChart Black Background after Updating(When i update the Sections i get a Black Background)
GanttChart Black Background after Updating [message #1425390] Wed, 17 September 2014 08:36 Go to next message
Mazen Nas is currently offline Mazen NasFriend
Messages: 1
Registered: September 2014
Junior Member
Hey Guys,

when i update after i change the GanttSections,
the GanttChart shows the Sections but the empty space is Black.
How can i fix it?

I attached an image for better understanding.

sorry for my bad english!
Thank you!
  • Attachment: ganttBug.png
    (Size: 26.81KB, Downloaded 367 times)
Re: GanttChart Black Background after Updating [message #1425589 is a reply to message #1425390] Wed, 17 September 2014 14:17 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Are you using a current version of the GanttChart? This bug was fixed quite a while ago.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=413714
Re: GanttChart Black Background after Updating [message #1425685 is a reply to message #1425390] Wed, 17 September 2014 17:34 Go to previous messageGo to next message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

Could also be a setting:

package nl.remain.td.planning.gantt;

import org.eclipse.nebula.widgets.ganttchart.DefaultSettings;

/**
 * Overrides some settings from the {@link DefaultSettings}.
 * 
 * @author Remain Software - Wim Jongman - https://remainsoftware.com
 * 
 */
public class GanttSettings extends DefaultSettings {

	@Override
	public final boolean drawFillsToBottomWhenUsingGanttSections() {
		return true;
	}
}

Re: GanttChart Black Background after Updating [message #1425686 is a reply to message #1425685] Wed, 17 September 2014 17:35 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

Or:

	@Override
	public final boolean drawGanttSectionBarToBottom() {
		return true;
	}
Previous Topic:[XYVisualization] Color legend bar
Next Topic:Grid with Row header problems viewing last column group
Goto Forum:
  


Current Time: Thu Apr 25 21:06:21 GMT 2024

Powered by FUDForum. Page generated in 0.03154 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top