Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-27 Thread Derrell Lipman
On Wed, May 27, 2009 at 9:05 AM, Larouanne Tristan wrote: > Derrell Lipman a écrit : > > > > I just checked in a fix. You should now never get the > > "columnVisibilityMenuCreateStart" or "columnVisibilityMenuCreateEnd" > > events until the column visiblity menu button is pressed. Would you > > p

Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-27 Thread Larouanne Tristan
Derrell Lipman a écrit : > > I just checked in a fix. You should now never get the > "columnVisibilityMenuCreateStart" or "columnVisibilityMenuCreateEnd" > events until the column visiblity menu button is pressed. Would you > please test it. > Yes, that work with the svn version! > There does se

Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-26 Thread Derrell Lipman
On Mon, May 25, 2009 at 3:39 AM, Larouanne Tristan wrote: > With this sample code > > var table = new qx.ui.table.Table(); > table.setTableColumnModel(new qx.ui.table.columnmodel.Resize()); > > The setTableModel throw an exception. > Error: The table column model can only be set once p

Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-26 Thread Derrell Lipman
On Wed, May 20, 2009 at 10:35 AM, Larouanne Tristan wrote: > I've just put an alert in the event handler function. > The alert is shown when the page are loaded, not when I click on the > Column Visibility Menu. > > var tableModel= new qx.ui.table.model.Simple(); > tableModel.setColumn

Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-25 Thread Larouanne Tristan
kauffman a écrit : > Why can't you setTableColumnModel on the table and then setTableModel? It > looks like it should work. > > > Larouanne Tristan wrote: > >> In the same table I need to have a columnVisibilityMenuCreateEnd >> listener and a custom map (for setting the tableColumnModel). >> >>

Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-22 Thread kauffman
Why can't you setTableColumnModel on the table and then setTableModel? It looks like it should work. Larouanne Tristan wrote: > > In the same table I need to have a columnVisibilityMenuCreateEnd > listener and a custom map (for setting the tableColumnModel). > > columnVisibilityMenuCreateEnd s

Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-20 Thread Derrell Lipman
On Wed, May 20, 2009 at 12:01 PM, Larouanne Tristan wrote: > Derrell Lipman a écrit : > > @Fabian, please review... > > > > On Wed, May 20, 2009 at 10:35 AM, Larouanne Tristan > > wrote: > > > > I've just put an alert in the event handler function. > > The alert is sh

Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-20 Thread Larouanne Tristan
Derrell Lipman a écrit : > @Fabian, please review... > > On Wed, May 20, 2009 at 10:35 AM, Larouanne Tristan > wrote: > > I've just put an alert in the event handler function. > The alert is shown when the page are loaded, not when I click on the > Column Visibility

Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-20 Thread Derrell Lipman
@Fabian, please review... On Wed, May 20, 2009 at 10:35 AM, Larouanne Tristan wrote: > I've just put an alert in the event handler function. > The alert is shown when the page are loaded, not when I click on the > Column Visibility Menu. > > var tableModel= new qx.ui.table.model.Simple(); >

Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-20 Thread Larouanne Tristan
Derrell Lipman a écrit : > On Wed, May 20, 2009 at 4:29 AM, Larouanne Tristan > wrote: > > In the same table I need to have a columnVisibilityMenuCreateEnd > listener and a custom map (for setting the tableColumnModel). > > columnVisibilityMenuCreateEnd seems to be

Re: [qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-20 Thread Derrell Lipman
On Wed, May 20, 2009 at 4:29 AM, Larouanne Tristan wrote: > In the same table I need to have a columnVisibilityMenuCreateEnd > listener and a custom map (for setting the tableColumnModel). > > columnVisibilityMenuCreateEnd seems to be fired when the tableModel is > setted (constructor or setTable

[qooxdoo-devel] Table: Custom map and columnVisibilityMenuCreateEnd listener

2009-05-20 Thread Larouanne Tristan
In the same table I need to have a columnVisibilityMenuCreateEnd listener and a custom map (for setting the tableColumnModel). columnVisibilityMenuCreateEnd seems to be fired when the tableModel is setted (constructor or setTableModel ) but I can't set the tableColumnModel after that. So the prob