Some things that I have seen since porting my application from .6.x to .7.x:


1) DockLayouts no longer work if you setRight(0) and setBottom(0). If you do
that, then the layout has no height or width. You have to setWidth('100%')
and setHeight('100%').

2) Color properties have to be lower case. There is a mention in the docs
that they only support CSS styles but no mention that CSS color styles have
to be lower case. Passing in anything other then lower case actually causes
an error and a program break.

3) The interface to checkboxes changed. You used to be able to create a
checkbox with cb = new qx.ui.form.CheckBox("String", true, "value", false),
now the second parameter has to be a string. The migration script did not
catch the change.

4) If you don't declare a locale in your MAKE file, the calendar has bad
text. This used to work.

5) Tables now have column headings that are centered and I see no way to
change this. They used to be Left justified. I don't want them centered, how
can this be changed?
-------------------------------------------------------------------------
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