RE: [flexcoders] Re: container - child : height=100% - layout problem

2005-09-22 Thread Philippe Maegerman
-Ursprüngliche Nachricht-> Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im> Auftrag von bhaq1972> Gesendet: Donnerstag, 22. September 2005 13:24> An: flexcoders@yahoogroups.com> Betreff: [flexcoders] Re: container - child : height=100% - layout problem> > just

[flexcoders] Re: container - child : height=100% - layout problem

2005-09-22 Thread bhaq1972
just some ideas 1) look at scaleY property for your child canvas. 2) a general approach might be ovveride vBxContent layoutChildren() method something like this (untested) function layoutChildren() { super.layoutChildren(); //loop all children and and chge width if neccessary for(var i=0;i th