Hello Jonathan,

the problem was here

         
this.__filterTimers[targetFilter.col].addListener("interval",function(e) {
            this.debug("interval reached...");
            currentFilters[targetFilter.col] = {
              "type" : "contains",
              "value" : target.getValue()
            };
            this.setColumnFilters(currentFilters);
              this.__filterTimers[targetFilter.col].stop();
            },this);
          }

When the interval is reached, the filter was always set for the last
existing column I think because the variable "targetFilter" was already
overridden in the loop before.... I already by-passed this thing because I
was not able to find the issue for lack of time but I now made the found
mistake at another place where I added listeners using a loop...

Thanks for your help, 
Daniel
-- 
View this message in context: 
http://n2.nabble.com/using-timers-custom-property-events-tp4629009p4707536.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to