Hi List!

Please can anyone give me a hint, how to print many complex widgets one below the other in more than one page.

The scenario:
My application is to build a collection of complex widgets (containing Text, Image and so on).
At the end, these widgets should be printed out.

A tried with a VerticalBoxLayout.
But the Widgets are positioned absolute, so only one page is printed.

How can I make a simple layout, so that each widget is printed under the other?
e.g.
<div>WIDGET 1</div>
<div>WIDGET 2</div>
<div>WIDGET 3</div>
...

I hope you can understand my concern.

I have a second question too:

I tried to set to enable to browser scrollbars with:
      qx.ui.core.ClientDocument.getInstance().setOverflow("auto");
Firebug html-explorer shows: <body style="overflow: auto; ...
But the "Style"-tab at the right side shows:

html, body {index.html (line 1)

   height:100%;

   overflow:hidden;

   width:100%;

and no scrollbar is shown.

Erich


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to