How to resize the layer of a DeckLayoutPanel when showing the layer after it has been hidden

2015-07-25 Thread jaga
Try onResize or forceLayout. The problem might be that u are using a flow type widget within the layout panel. In that case try setting width height to 100%. Also, if you are using a LayoutPanel for your child widget then you could inherit from ResizeComposite. That will give u the required

Re: class file has wrong file version 51.0, should be 49.0

2015-07-25 Thread Thomas Broyer
On Wednesday, June 17, 2015 at 2:35:34 PM UTC+2, frank ho wrote: my environment is : pre windows 7, 32 bit, two jdk, one is 1.5, another is 1.7, google gwt, jetty, ant, two eclipse, one is kepler, another is luna. /pre for kepler, I set its jdk is 1.5, and use ant to compile and jar,