Well, mail doesn't use that feature. It uses a dynamic canvas size with 
constraints, like this:

<canvas width="100%" height="100%">
    <view bgcolor="blue" x="${ parent.width * .25 }" 
          width="${ parent.width * .75 }"/>
</canvas>

On Nov 28, Ronen Mizrahi wrote:

> Thank you for letting me know that it is a known issue and sorry to report it
> again.
> I was wondering however what is the workaround used in Laslo Mail to overcome
> this issue? Also, the Laszlo control panel that appears at the bottom (with
> the options to compile, krank, view source, etc.) seems to be handling this
> resizing properly, does anyone know how is it done.
> 
> Adam Wolff wrote:
> 
> > You want the app to scale as the browser resizes? That is this bug:
> > http://www.openlaszlo.org/jira/browse/LPP-772
> > 
> > A
> > 
> > 
> > On Nov 26, Ronen Mizrahi wrote:
> > 
> >  
> > > I was trying to build my application such that whenever the browser
> > > window is resizing itself so will my laszlo application, however this
> > > does not seem to work. Setting the width and height attributes of the
> > > canvas to 100% make my application take the entire Browser window space
> > > initially, which is exactly what I want, however when the browser window
> > > is resized the canvas does not get its width or height changed. Is this
> > > a bug? Am I doing something wrong?
> > > I noticed that Laszlo mail does resize properly so I am guessing there
> > > has to be a solution to this probelm, can anyone help?
> > > 
> > > Thank you in advance,
> > > 
> > > Ronen
> > > _______________________________________________
> > > Laszlo-user mailing list
> > > [email protected]
> > > http://www.openlaszlo.org/mailman/listinfo/laszlo-user
> > > 
> > > 
> > >    
> > 
> >  
> 
> _______________________________________________
> Laszlo-user mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-user
> 
> 
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to