Re: (Gwt Bootstrap) Split Layout Panel has an issue when I use that in a BootStrap container

2015-08-30 Thread Jens
You better ask the Bootstrap guys. But I am pretty sure it is just a CSS issue that you can probably easily solve by using your browsers DevTools to figure out whats wrong. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

(Gwt Bootstrap) Split Layout Panel has an issue when I use that in a BootStrap container

2015-08-30 Thread Thomas Broyer
Does the container implements ProvidesResize? Otherwise, are you sizing the SplitLayoutPanel explicitly? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

(Gwt Bootstrap) Split Layout Panel has an issue when I use that in a BootStrap container

2015-08-30 Thread Dhinakar
I can see only the North dragger visible when I add the SplitLayoutPanel in the bootstrap container. Is there any alternative solution to resolve the problem? I need to have east and west panels with draggers for the application I am building in bootstrap. Is there any solution for that? --

Why code ends up in Left over Soyc report? How to analyze?

2015-08-30 Thread Ed
Please some help on the following issue (GWT version 2.7.0). I have a problem with left over code that is included in the initial download, that shouldn't be there. The situation: I have 2 GWT apps: Ztoeslag and Declare, independent of eachoterh, in their own Eclipse project. I created an

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-08-30 Thread Jens
The class InkomstenOverzichtCalculator2011 is contained in a common project that is both included in Ztoeslag and Declare, but ONLY used in Declare... Splitpoint #4 is the one in UtilsTotal from the code above. But I only see a single split point ?? While UtilsTotal contains 2 runAsyn