[flexcoders] height=100% layout problem

2005-09-22 Thread Christoph Diefenthal
Hi @all, I have got a problem with my layout... I want my Application to fit into the browser window. A VBox (vBxContent) should fit into this Application and be as high as possible, wherefore I set its height to 100%. But if a child (canContent) within vBxContent is higher then the screen it

RE: [flexcoders] height=100% layout problem

2005-09-22 Thread Mercer, Dustin
@yahoogroups.com' Subject: [flexcoders] height=100% layout problem Hi @all, I have got a problem with my layout... I want my Application to fit into the browser window. A VBox (vBxContent) should fit into this Application and be as high as possible, wherefore I set its height to 100

AW: [flexcoders] height=100% layout problem

2005-09-22 Thread Christoph Diefenthal
An: flexcoders@yahoogroups.com Betreff: RE: [flexcoders] height=100% layout problem Try setting minHeight=0 and minWidth=0 on vBxContent. I had the same problem with some of my layouts and that fixed :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] height=100% layout problem

2005-09-22 Thread Mercer, Dustin
should work.  O well, what can you do?  So we found this workaround. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christoph Diefenthal Sent: Thursday, September 22, 2005 8:39 AM To: 'flexcoders@yahoogroups.com' Subject: AW: [flexcoders] height=100% layout problem