Hi,
this is a documented bug, see
https://sourceforge.net/tracker/?func=d ... tid=115494
as a workaround, try to enable the buffered image...
HTH,
Henry
Search found 91 matches
- Mon Aug 18, 2008 9:45 pm
- Forum: JFreeChart
- Topic: Chart stops displaying tooltips when resized...
- Replies: 2
- Views: 3888
- Tue Jul 01, 2008 8:39 pm
- Forum: JFreeChart
- Topic: getChartRenderingInformation() getScreenDataArea() both null
- Replies: 5
- Views: 9215
Hi mechko,
frame.redraw() might not work, try
It does work, I tried with the simple demos shipped with jfreechart. for instance with SWTTimeSeriesDemo I get: Rectangle {59, 31, 521, 170}
HTH,
Henry
frame.redraw() might not work, try
Code: Select all
frame.forceRedraw()
HTH,
Henry
- Sun May 25, 2008 10:26 am
- Forum: JFreeChart
- Topic: popupmenu SWT
- Replies: 2
- Views: 5330
There is something wrong in your code, you do not need the ChartPanel instance :
HTH,
Henry
Code: Select all
final ChartComposite frame = new ChartComposite(parent, SWT.NONE,chart, true);
frame.setPopupMenu(null);
Henry
- Sat May 24, 2008 10:13 pm
- Forum: JFreeChart
- Topic: SWTGraphics2D not freeing up resources
- Replies: 2
- Views: 3531
- Sat May 24, 2008 9:00 pm
- Forum: JFreeChart
- Topic: Problem with disposal of ChartComposite object
- Replies: 5
- Views: 7687
- Sat May 24, 2008 8:04 pm
- Forum: JFreeChart
- Topic: Popup Menu not showing up
- Replies: 9
- Views: 11583
- Sat May 24, 2008 8:02 pm
- Forum: JFreeChart
- Topic: patch SWT/JFreechart
- Replies: 6
- Views: 7369
- Mon Feb 25, 2008 8:56 pm
- Forum: JFreeChart
- Topic: SWT tooltip shift in CombinedDomainXYPlot
- Replies: 5
- Views: 7554
mmh, I do not see exactly what you're saying but I can tell there is a problem. Here if you move the mouse on entities fast enough so that the previous tooltip do not disappear, the old one is replaced by the new one without updating the location. In short the tooltip is misplaced. I remember when I...
- Sat Feb 16, 2008 9:40 am
- Forum: JFreeChart
- Topic: jfreechart - osgi bundle
- Replies: 1
- Views: 3760
- Sat Feb 16, 2008 9:37 am
- Forum: JFreeChart
- Topic: SWT support
- Replies: 1
- Views: 3212
- Sat Feb 16, 2008 9:35 am
- Forum: JFreeChart
- Topic: SWT and ChartProgressListener Events
- Replies: 1
- Views: 3298
Hum not ChartProgressEvents, you need to subclass ChartComposite and override the chartProgress method (just like the with ChartPanel class):
HTH,
Henry
Code: Select all
public void chartProgress(ChartProgressEvent event) {
// does nothing - override if necessary
}
Henry
- Sun Feb 10, 2008 9:41 am
- Forum: JFreeChart
- Topic: JFreeChart Performance?
- Replies: 2
- Views: 4985
- Sun Feb 10, 2008 9:03 am
- Forum: JFreeChart
- Topic: ****News on JFreeChart in Swt!!!****
- Replies: 3
- Views: 5801
Hi Kenzo, It's not decided yet but I think the experimental SWT branch will be in the moved in the main tree in jfreechart 1.2.0. Regarding your second question, it's not very clear to me what you're asking. The experimental code already do that (you do not need the method SWT_AWT.new_Frame). It's q...
- Sun Feb 10, 2008 8:51 am
- Forum: JFreeChart
- Topic: H_Scroll bar to the ChartComposite
- Replies: 1
- Views: 3964
Hi Raghavan, This behaviour is not ideal since to draw the chart the bounds of the composite are used and do not take into account the scroll bar. Thus the bottom part of the chart is masked. I'm considering to switch to a Canvas instead of Composite as suggested by someone on this forum. in the mea...
- Tue Jan 29, 2008 1:17 pm
- Forum: JFreeChart
- Topic: SWT tooltip shift in CombinedDomainXYPlot
- Replies: 5
- Views: 7554