hmm, I am not sure what gives too much recursion, but there is a problem with
your code.
it should be like this:
_maintainSession: function() {
if(this.getUserData("polling")) {
this.fireApplicationEvent("maintainsession", {
a: this.getUserData("a")
});
var that = this;
setTimeout(function(){
that._maintainSession();
}, 60000);
}
}
see if you still have problems after you change the setTimeout part of the
code.
cheers,
Gabi
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/too-much-recursion-using-setTimeout-tp6294647p6296438.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been
demonstrated beyond question. Learn why your peers are replacing JEE
containers with lightweight application servers - and what you can gain
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel