Posts by Carlos Bomtempo • 56 points
3 posts
-
1
votes2
answers351
viewsA: Timing with setInterval in JS
The problem with your code is that you are using setTimeout. Try modifying it for setInterval that will work. Oh... Another thing, if you want to make a timer, it would be more interesting if the…
-
2
votes2
answers9692
viewsA: Entity Framework Query with Inner Join and Where
Perhaps your problem is the simple quotation marks in the comparison and the Tostring on the return of the Ring, where I imagine you want the first object returned. Try with the code below: string…
-
1
votes1
answer1569
viewsA: Generate graphics with Chartjs and Angularjs
I don’t have much sense of what you need to generate, but looking at the code example you posted, I imagine it’s something like this: function carregarChart() {…