Questions tagged as 'callback'

0
answers

Call an API Using ASP classic

I have an API that gives information about the NBA (scores, team name etc) and I have to make a call to this API to return the info and then I want to show that info on a page, but I must do it with asp classic and I'm a bit lost I have an idea...
asked by 19.04.2018 / 02:13
1
answer

Loop with php call wait until it finishes executing in each iteration

Dear, I do not know how to solve this, I have a json that I receive from php in the response variable, and what I want is to go through it as I do in the for, and in turn call another php that takes a little while to respond, the The issue is th...
asked by 23.01.2018 / 23:57
0
answers

Help with godot engine script calling functions

I have a problem with godot engine , I'm doing a rpg and now I'm doing the dialog system, and for that I do a scene that has a sprite for the style of the box, a RichTextLabel , and a Timer , in script I ha...
asked by 04.08.2017 / 22:30
1
answer

Access var inside: img.onload = function ()

I want to access the result that is unlinked within the function that generates img.onload , or something that facilitates me to perform the function of checking the measurements using the following code: I hope the idea of the code is...
asked by 11.05.2017 / 16:00
2
answers

Problems when extracting several jsons with queries in a nodejs module

I have a module in a route that needs to return a json with the content of several queries made in the same module and some of these queries are made with data extracted from the first queries, my code is similar to the following, but the proble...
asked by 17.05.2017 / 21:57