A cannot say enough _thank you_.
I was a little bit afraid of your code, but i tried to understand it, and it
seems to be working!!!
thankyouthankyouthankyou

(a very happy) Daniel


Stefan Volbers wrote:
> 
> Hi Daniel,
> 
> I'm not very surprised that this doesn't work, as the addRow() etc. 
> methods don't get overridden in Filtered.js.
> The filtered model keeps an array of the complete (unfiltered) model 
> data; this is saved correctly only if you apply it with setData() (as 
> only this setting method is overridden in Filtered.js). Having the model 
> save the model data is essential for what you want to do.
> 
> I'd still like to know if my proposed patch would remedy the issue. So I 
> suggest you retain your original application class (using setRows()) and 
> create a custom model class which inherits from model.Filtered (say, 
> Filtered2; remember to call this.base(arguments) in the constructor). 
> Have it override setRows() with the three lines of code in my earlier 
> mail, and let your application use the new custom filtered model.
> 
> After a ./generate source your application should no longer forget the 
> data in question.
> 
> Shouldn't be too much hassle to test this, and if you succeed, we could 
> file a bug report to get this issue done.
> 
> Greetings,
> Stefan
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day 
> trial. Simplify your report design, integration and deployment - and focus
> on 
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/filtered-table-with-checkboxes-problem-tp4050308p4051830.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to