Re: StackLayoutPanel and IE8 issue

2010-11-26 Thread massimo malvestio
Hi! As you suggested, I did not specify the unit of measure, so, firefox applied automatically %, ie intended as px. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

StackLayoutPanel and IE8 issue

2010-11-25 Thread massimo malvestio
Hi all! I've been palying around with StackLayoutPanel, when I noticed this strange behaviour: StackLayoutPanel slp = *new* StackLayoutPanel(Unit.*PCT*); slp.setSize(100, 100); I want a SLP that uses all space it founds. Watching source in firefox using firebug I got this snippet of code:

Re: StackLayoutPanel and IE8 issue

2010-11-25 Thread Gal Dolber
try this: slp.setSize(100%, 100%); On Thu, Nov 25, 2010 at 6:13 AM, massimo malvestio massimo.malves...@gmail.com wrote: Hi all! I've been palying around with StackLayoutPanel, when I noticed this strange behaviour: StackLayoutPanel slp = *new* StackLayoutPanel(Unit.*PCT*);

Re: StackLayoutPanel and IE8 issue

2010-11-25 Thread Gal Dolber
sorry, I take that back.. can't see the problem On Thu, Nov 25, 2010 at 12:24 PM, Gal Dolber gal.dol...@gmail.com wrote: try this: slp.setSize(100%, 100%); On Thu, Nov 25, 2010 at 6:13 AM, massimo malvestio massimo.malves...@gmail.com wrote: Hi all! I've been palying around with