Re: Splitter not showing in SplitLayoutPanel

2017-05-25 Thread Harry Wagner
Thank you! That helps :) On Thursday, May 25, 2017 at 10:11:01 AM UTC-4, Thomas Broyer wrote: > > "Layout panels" (RequiresResize) need to be sized "from the outside" (they > don't have an "intrinsic size" depending on their content), and this means > you either need to give them an explicit, ab

Re: Splitter not showing in SplitLayoutPanel

2017-05-25 Thread Thomas Broyer
"Layout panels" (RequiresResize) need to be sized "from the outside" (they don't have an "intrinsic size" depending on their content), and this means you either need to give them an explicit, absolute size (i.e. no percentages or other relative units) or have an uninterruptible chain of parent

Re: GWT URL parameters not setting and getting when has domain

2017-05-25 Thread Thomas Broyer
Answered on Google+ https://plus.google.com/117164928606484663838/posts/G7rQ7UxfnNP On Thursday, May 25, 2017 at 1:31:28 PM UTC+2, Julio Heitor Nobrega wrote: > > Hi guys, > > I have an issue that you could help me. I am developing a e-commerce GWT > website and when i access the paltform using

Splitter not showing in SplitLayoutPanel

2017-05-25 Thread Harry Wagner
I have inherited a GWT application that was written back in GWT's 1.x days. It has since been migrated to 2.4 but will only run in quirks mode. I am tasked with migrating it to 2.8 and making it run in standards mode. It is a challenge for me. I have years of Java experience but no GWT experienc

GWT URL parameters not setting and getting when has domain

2017-05-25 Thread Julio Heitor Nobrega
Hi guys, I have an issue that you could help me. I am developing a e-commerce GWT website and when i access the paltform using the IP address i can get and set url parameters(product id and profile id) with no problem. But when i access the platform using the DNS domain (eious.com) no paramete