In my case, the width of the list box is determined automatically, in any
case.

Are you calling combo.setIdColumnVisible(true)  before the combo is visible,
i.e. the List is built?
The table class that is used by ComboBoxEx has some problems with changing
dynamically some properties.  If these problems aren't solved, I will
recreate the table.

Headers are hidden automatically when there is only one column.
You can hide them with this code:
   combo.getList().getPaneScroller(0).getHeader().setHeight(1);


Daniel Haferkorn wrote:
> 
> dperez wrote:
>> Done in SVN, ComboBoxEx.showOnTextField property has now a new possible
>> value: 'id' !
>> Revision 7319 of qooxdoo 0.6.x.
> 
> Hi,
> 
> thanks for the feature update, it's working great!
> Now the only thing that bothers me is the width of the ComboBoxEx list, 
> which is too short when I display both the id and the description in it 
> by using combo.setIdColumnVisible(true);
> Because the list width is now too small, the horizontal scroll bar is
> shown.
> And is it possible to hide the column headers in the list somehow?
> 
> Regards,
> Daniel Haferkorn
> 

-- 
View this message in context: 
http://www.nabble.com/Problems-with-ComboBoxEx-width-and-content-of-the-field-tf3565510.html#a10033695
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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