RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED]

2012-05-24 Thread Robby Pelssers
index++; } ); cocoon.sendPage('index.html'); } From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Thursday, May 24, 2012 3:58 PM To: dev@cocoon.apache.org Subject: RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED] I found a nice article

RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED]

2012-05-24 Thread Robby Pelssers
hodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) Not sure yet if my problem is solvable ;-( Robby From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Thursday, May 24, 2012 4:04 PM To: dev@cocoon.apache.org Subject: RE: does flowscript also support sht like setTimeo

RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED]

2012-05-24 Thread Robby Pelssers
, May 24, 2012 3:58 PM To: dev@cocoon.apache.org Subject: RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED] I found a nice article on stackoverflow showing how to create my own implementation in flowscript. I will of course first need to thoroughly test it but it

RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED]

2012-05-24 Thread Robby Pelssers
I found a nice article on stackoverflow showing how to create my own implementation in flowscript. I will of course first need to thoroughly test it but it looks promising so far ;-) var setTimeout, clearTimeout, setInterval, clearInterval; (function () { var timer = new java.u