Questions tagged as 'settimeout'

1
answer

How do I configure the timeout of a function call from an EJB?

At the end of a service my project has a function that takes an EJB from another project that is installed on the same server, and access one of its functions. My function that takes the EJB and accesses the function: [...] ServiceImplRemo...
asked by 26.09.2018 / 16:10
2
answers

setTimeout - the image is not fixed on the screen (p5.js)

Programming in javascript / p5.js I'm trying to use the setTimeout function, but the image, when fired, flashes on the screen, not fixed. The idea is that the ellipse appears after a certain time, and remains. First I thought it was a bug in...
asked by 18.08.2018 / 11:18
1
answer

setTimeout with each loop does not work [duplicate]

count = 1; $("a.btns").each(function() { if ($(this).parent("span").attr("id") == "btn_default") { return; } count++; these = $(this); setTimeout(function() { $(these).click(); }, 10000 * count); }); The problem should...
asked by 03.02.2018 / 22:44
0
answers

Goal theme-color and background with equal colors

Speak people ... (do not mind if I say any nonsense during the text, I'm a layman in this regard). I have since developing a page using javascript settings to make an interaction. My challenges were: 1st Make a page that changes color with ea...
asked by 18.12.2016 / 18:22
1
answer

setTimeOut Uncaught error ReferenceError: lightning_one is not defined

I created a function to generate display effect for a certain time, the images are loaded only in the load of the page, then Uncaught ReferenceError: lightning_one is not defined as shown below: The functions are these: functio...
asked by 23.08.2018 / 23:24