Hi Til,

Thanks for your interest.

Here is how to reproduce the problem:

1) Update from SVN DefaultAppearanceTheme.js, ComboBoxEx.js,
ComboBoxEx_1.html 
2) Open file example/html/ComboBoxEx_1.html in your browser
3) Open the popup of the combobox
4) Click the button named 'ID column visible'
5) This button fires this function:

        qx.Proto._modifyIdColumnVisible = function(propVal) {
               this._list.getTableColumnModel().setColumnVisible(0, propVal);
               .....
        }
6) Open the popup of the combobox, and you will see the columns of the table
aren't updated.



Til Schneider wrote:
> 
>> If I toggle the visibility of a column thru e.g.
>> 
>>    mytable.getTableColumnModel.setColumnVisible(0, true)
>> 
>> then the table isn't well painted till I resize the columns.
>> Is there any better API to do so?
>> The table is hidden when I call the above API.
> 
> This is the correct way to do it. But I'm a little bit confused, because 
> the column-visibility-menu (the one that can be opened with the button 
> in the top-right corner) uses the same API and here it works well.
> 
> What do you mean with "isn't well painted"? Can you provide a test page?
> 

-- 
View this message in context: 
http://www.nabble.com/More-table-issues-tf2601507.html#a7259411
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to