|
I have a rather complex application
that we are deploying in SOLO mode that I would like to automatically resize
with preserving the aspect ratio. I don't want to use constraints as not
all components (like tabs, tabsliders, etc) auto-constrain font sizes, etc. [view width=”${parent.width}”
height=”${parent.height}”] [text]Here is some text[/text] [/view][/canvas] Things I have tried with no effect: -
Modified the embed tags in my deployment HTML to have
scale=showall. -
Modified the base xslt stylesheets provided in the
distro from scale=noscale to scale=showall -
Modified all the html/js files with respect to any and
all scale= tags I know that most applications would
dynamically stretch to fit a page and utilize more real estate for functional
areas, and in fact we have other applications that work in that manner. But
since this an end-user consumer oriented application (think TIVOish), I need
the application to look/act/feel the same regardless of the deployment
environment. Thanks in advance for any insight
into this question. |
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
