Hi,

now that DHTML is supported, I'd like to be able to use Laszlo without taking over the entire web page, nor have a dedicated reserved rectangular area for it. As such, I don't want the canvas to take up the entire height, nor to I want to fix the height. Similar to a regular HTML page, I'd like it to adapt automatically in height according to the elements that are present in it. This should also be reflected in the main browser scrollbar. I've been playing with the generated HTML wrapper, but these height declarations seem to always be needed:

<style type="text/css"> html, body { height: 100%;} </style>

and

<script type="text/javascript">
Lz.dhtmlEmbed({url: 'scenarioeditor.lzx.js', bgcolor: '#dddddd', width: '100%', height: '100%', id: 'lzapp'});
</script>

Is there any work ongoing in this area? It would be great to be able to replace Ajax libs like YUI or Ext with OpenLaszlo and still be able to develop the rest of the HTML page in a traditional fashion.

Take care,

Geert

--
Geert Bevin
Terracotta - http://www.terracotta.org
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


Reply via email to