Re: Advice Needed - moving to GWT 2.8.2 from 2.7 compile error

2018-05-07 Thread Rachel
Thank you for the suggestion. I thought I had changed all the jar files but I re-configured the build path and that seems to have solved the error. On Friday, May 4, 2018 at 1:43:49 PM UTC-4, Paul Robinson wrote: > > Check to see if you're mixing GWT versions. Maybe more than one GWT jar > file

Re: Have charts to work with a RootPanel based application

2018-05-07 Thread yaniv54321
i tried something like this public class TestFrame extends Composite { PieChart pieChart ; public TestFrame() { VerticalPanel verticalPanel = getPnl(); initWidget( verticalPanel ); Button btn = new Button("graph");

Re: Have charts to work with a RootPanel based application

2018-05-07 Thread David Nouls
Did you try to put the chart inside a SimpleLayoutPanel ? On 6 May 2018, 16:48 +0200, yaniv54321 , wrote: > > hello, > > i have a GWT app based on RootPanel and not RootLayoutPanel > > but it seems that the only way i can use charts (gwt-charts-0.9.10.jar) is by > using