Hi everybody!
 
I have a problem with the qooxdoo table when hiding the header cells.
 
I implemented a table in my application.
There was no problem until I wanted to hide the header cells.
After calling the two methods 
 
qx.ui.table.Table.setHeaderCellsVisible(false)
and 
qx.ui.table.Table.setColumnVisibilityButtonVisible(false)
 
the header cells weren't visible anylonger (as expected), but
when moving the mouse over the data rows in the table I get the same
error several times.
 
It happens in the following line of the class
qx.ui.table.pane.Scroller:
 
_getColumnForPageX : function(pageX) 
{ 
 var columnModel = this.getTable().getTableColumnModel(); 
 var paneModel = this.getTablePaneModel(); 
 var colCount = paneModel.getColumnCount(); 
 var currX = this.__header.getContainerLocation().left; 
  .......
}
 
The error message is:
this.__header.getContainerLocation() is null
 
 
Is it a bug?
 
Thank you in advance.
Best regards.
Pascal
 
 
Pascal Chorus
INFORM GmbH,  Pascalstr. 23,  52076 Aachen,  Germany
Tel. (+49) 2408 9456-1700, Fax: (+49) 2408 9456-1750
E-Mail: [email protected],  http://www.inform-ac.com 
INFORM Institut für Operations Research und Management GmbH
Registered AmtsG Aachen HRB1144 Gfhr.Adrian Weiler
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to