i know if there object in adobe designer allows me execute operation periodically, example timer object in c sharp.
for example, possible retard execution of code sentence time?
thanks in advance!
dan
for example, possible retard execution of code sentence time?
thanks in advance!
dan
you can use app.settimeout() method supply code amount of time in future - example:
app.settimeout("app.alert('hello')", 1000);
this pop alert 1 second after line of code executed.
--
stevex
adobe systems
app.settimeout("app.alert('hello')", 1000);
this pop alert 1 second after line of code executed.
--
stevex
adobe systems
More discussions in LiveCycle pre-ES (6.x and 7.x) discussions
adobe
Comments
Post a Comment