Hi,

I downloaded the latest stable version of qooxdoo (0.8) and started migrating 
an application to it. I am having problems with table columns and visibility.

Before I show the table I earlier was able to set which columns should be 
invisible (this.getTableColumnModel().setColumnVisible()). However if I call 
this function more than once now, I get an error in the Widget.js file on row 
2113:
this.__containerElement is null
[Break on this error] this.__containerElement.add(protect);

Now the funny thing is that if I add event listeners to the table, I can make 
one more column invisible / event listener (which of course is not the way I 
want to do things, but it is interesting).

Does anyone know why this happens, and what I can do to remedy it?

Best regards,

Andréas
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to