> Solution
> 
> If we call in the console this:
> 
> combo.setWidth('100%');  // Alternatively we can use 
> combo.setWidth(100), as
> 100==the width of the column
> combo.getField().setWidth('1*');
> qx.ui.core.Widget.flushGlobalQueues();
> 
> Then it is rendered ok!   :-)

Yep, confirmed here. 

I added a snippet about it at 
http://qooxdoo.org/documentation/snippets/comboboxex_in_gridlayout

Is that change compatible with other normal uses of the combo? How, in other 
words, can the details be hidden from normal users in the future, so they can 
just drop a combo box or ComboBoxEx into a form and just have it work?

However, the drop-down list is still not the full width of the edit control. 
How do I make it the full width? And there is still the problem of the keyboard 
activation of the drop-down list using alt+down arrow.

Hugh

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to