Hi Stephan,

Stephan Hesse schrieb:
Hi,

first of all: I am impressed. Qooxdoo is a great piece of work!

Thanks.


Now my question: I have been looking at QxGridLayout in renderer. I
tried to use it without specifying setColumnWidth or setRowHeight
in the hope, that the layout will compute these values from the
properties of the contained widgets.

Unfortunately, this did not work and a look in QxGridLayout.js
showed eg. in getColumnBoxWidth:
    case QxWidget.TYPE_AUTO:
      // TODO
      vComputed = null;
      break;

    case QxWidget.TYPE_FLEX:
      // TODO
      vComputed = null;
      break;

So my question is: will these TODOs be resolved when it comes
to a release of the renderer branch? Or will it take longer?

This will take longer and does not even is mentioned in our current TODO list. Support auto and flex is really complex as it need also support updates.

Sebastian



Thanks,
Stephan


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to