Henry, did you try LzBrowser.loadURL("_javascript_:showDebugger(true)"
in the console, and something like this in the HTML?:
<script>function showDebugger(shown) {
document.getElementById('console').stylesheet.height = 100 +
(shown ? 200 : 0);
}
</script>
<div id="console">
<object --- here's where console embed goes>
</div>
I was trying something similar which frobbed the css which defined the div, I'll try your hack.
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
