A callback is a reference to a method that is passed as an argument to another method. This could be used for example to enable a third-party library method to call a custom method upon completion of some task.
1
vote
1answer
32 views
Globalize.with_locale in after_commit callback does not change anything
I'm having troubles with Globalize3 gem when updating cached attribute in after_commit callback.
#In My Model
after_commit :write_localized_caches
private
def write_localized_caches
...
0
votes
2answers
53 views
codeigniter callback from private methods not working
I doing form validation in CodeIgniter using Form Validation Library and my custom callbacks.
public function insert_user()
{
if($this->input->post('submit')) {
// load form ...
0
votes
0answers
47 views
How I'm supposed to call this method? [closed]
I've this method:
public static void BeginLoad<T>(string path, object state, Action<T, object> callback)
{
ThreadPool.QueueUserWorkItem((userState) =>
{
...
0
votes
2answers
76 views
Python Tkinter button callback
I am trying to print out the button number when i click each buttons that are created by for loop. The following is what i have tried.
import Tkinter as tk
root=tk.Tk()
def myfunction(a):
...
1
vote
0answers
61 views
Facebook Login Dialog - “Close” button doesn't fire callbak
i have this issue.
I have this code in my facebook Tab page and as you can see i need some permissions when users come. The problem is that when I click on "Close" button, the callback in FB.login ...
0
votes
1answer
57 views
Load iFrame on page callback
I'm looking for a way to load a PDF file onto an iFrame whenever a callback is triggered by GridViewCommandColumnCustomButton within an ASPxGridView. The reason for it is that I need a different PDF ...
0
votes
0answers
40 views
Facebook Request.Callback() on android - returning response
I have the following code, but all it does is Log on LogCat the responses, I want return it to my Activity, so I can use the response to populate a ListView
Request request = new ...
1
vote
1answer
86 views
JQuery fadeIn gets called twice after fadeOut
The situation: I have 8 slides. When the page starts all are hidden except for the starting one, when first one is clicked it fades out and then 3 more fade in one after another, when 3 are there they ...
0
votes
0answers
35 views
sbbmitting a form after validation with DWR
I need to validate a form and submit the form to a Java web application running on Spring technology. I am using dwr for converting some server side services to javascript functions. One of these ...
0
votes
1answer
20 views
member function as callback
I would like to pass a member function of an instantiated object to another function. Example code is below. I am open for any strategy that works, including calling functional() from another ...
0
votes
1answer
24 views
Read result from an exported function callback
I can't find a solution to this simple issue: I want to call a function exported from an external .js and save the output. I've done the following:
db.js
function findMessages () {
allMsg = ...
1
vote
2answers
32 views
Rails Create new after destroy
In my hospital application ...after I destroy the performance record for the doctor in my show template it deletes the record (docperfdata/83) and redirects to the index page (/docperfdata). But i ...
1
vote
0answers
19 views
Will google bot read the data which are fetched via jquery event -doucument.ready
We have an online book store which is powered by asp.net. The front page is little bit more resource demanding as featured books from many category are shown.
We are using 3 listview for showing ...
0
votes
0answers
37 views
Javascript SDK asking for any extra permissions in Canvas apps fails to execute callback
I've already posted this bug on Facebook, but I don't see it having any repros or attention, so maybe it's some weird error I'm making...
I'm seing an erractic behavior when asking for extra ...
0
votes
2answers
29 views
function call is passed over before having the chance to set important data
So I have this function in node.js that gets the external IP by grabbing it from https://icanhazip.com/ (handy website, check it out), but when the request is called it isn't allowed to finish before ...
1
vote
2answers
35 views
How to add common callback for all the animations in a page?
I am currently developing a web page that contains many animations.
code sample
<div id="a1">
<img src="aaa/Test1.png" style="display:none;" id="img1"/>
</div>
<div ...
0
votes
0answers
57 views
ajaxpro 2.0 : IE 10 sends an error when an ajax function is in the callback function
I use Ajaxpro.2 in a .net 4.0 Application. An ordinary Ajax-Function works perfect but when i want to add another Ajax-Function in the callback function IE 10 sends a Script Error 16389 in core.ashx ...
0
votes
1answer
33 views
skip callback in inherited model
Is there a method like ActionController::Base#skip_before_filter for ActiveRecord callbacks like after_create? I have a few classes that behave similarly, and to reduce code repetition I created an ...
0
votes
2answers
82 views
$.ajax.load() triggers callback before images are loaded
Why does ajax load() triggers callback before all images are fully loaded.
$(element).load("url #id", function()
{
$(this).fadeIn();
})
When I load data, element fades in and I see how images ...
6
votes
3answers
82 views
When to Use a Callback function?
When do you use a callback function? I know how they work, I have seen them in use and I have used them myself many times.
An example from the C world would be libcurl which relies on callbacks for ...
1
vote
1answer
51 views
Unique e-mail address registraton code not working as expected | encode_decode issue?
I'm working on a user registration form. I am trying to make it so that users must have an email address that is not already registered in the system.
I believe that the is_unique function is not ...
0
votes
0answers
37 views
jQuery load the result data on the current hovering search result
We have a table named 'Results' with the following columns:
result_name
rsult_data
About my system
Basically I use jQuery to POST the entered data on submit, and then the HTML will search if ...
0
votes
0answers
61 views
callback function in jquery - stop after X seconds
I make a game. The character must go onmouseclick to the mouse pointer. But i need him to stay on the screen in same Xposition- only decorations move.
Here is my function.
As you see, it check the ...
0
votes
3answers
73 views
Why isn't this simple callback function working?
I'm trying to use a callback function for the first time and am having trouble getting it working. Here's a simplified version of my code:
var unsavedChanges = 1;
function saveData(callback)
{
...
0
votes
1answer
78 views
Log in with twitter4j callback
I try to write an application where an user can log in on twitter. I use twitter4j like library.My problem is that when I go in the page where I must put username and password, the program block ...
1
vote
2answers
42 views
Passing a local variable to a function that I can only make limited changes to
I am just starting to get into JavaScript and couldn't find an exact scenario like this yet on SO, so I'm going to try my luck. I have two functions in an external JS file which create video feeds on ...
0
votes
0answers
34 views
How to switch to my application after oauth in Android
I am sending a request to my provider with OAuth using signpost 1.2.1.2 but I could not manage to switch to my application by giving callback url in the following method:
...
0
votes
2answers
56 views
Python tkinter button callback unexpected behaviour
I have made a simple "program launcher" in Python. I have a tab delimited text file, with, at the moment, just:
notepad c:\windows\notepad.exe
write c:\windows\write.exe
...
0
votes
2answers
69 views
JS: Callback function is not executing
I've following JS Code for form submission,I kept form submission in a function called submitForm, so that it will work for multiple forms, by just passing selector and action values to the submitForm ...
0
votes
1answer
59 views
setOneShotPreviewCallback not calling back my method
I'm trying to create an application that accesses the Android camera, gets a frame(image), processes it, then restarts the process, all this while providing a smooth preview on the screen.
I do this ...
0
votes
0answers
18 views
after_rollback timing rails
I have the following model
class Curriculum < ActiveRecord::Base
validates :name, ... #some format validation
after_rollback :reset_to_original_value
private
def ...
0
votes
1answer
54 views
Why is my callback function called last?
I'm really stuck with this at the moment, see the code below:
var getImageFromUrl = function(url, callback) {
var img = new Image, data, ret={data: null, pending: true};
img.onError = function() {
...
1
vote
3answers
69 views
GWT RPC AsynCallback skips onSucces and onFail methods
I've try to code a GWT application and I need to use RPC to get results from server side. I followed the GWT RPC tutorial and end up with some goods. But when I debug my program, I saw that my program ...
1
vote
1answer
51 views
ClassCastException while setting callback for customView from Fragment
I am trying to receive a CallBack in MyCustomView which is a class representing a Fragment( or we can say, it is view for Fragment) when i hit any element in ListFragment.
Logs are attached Below:
...
2
votes
5answers
108 views
How to synch JavaScript callbacks?
I've been developing in JavaScript for quite some time but net yet a cowboy developer, as one of the many things that always haunts me is synching JavaScript's callbacks.
I will describe a generic ...
0
votes
1answer
435 views
jquery hit counter
I create a unique hit/click counter works on ip.
To display the number of clic, I use on the body tag the onload function.
For example:
<body class="homepage" ...
1
vote
0answers
69 views
use callback to allow multiple connections to socket?
I am trying to create a VB.Net server program that has an external link to process data. The server will wait on port 7878 for a request to be made from a client. When the server receives a request ...
0
votes
1answer
46 views
Updating a belongs_to model after_save
I have a User model that has_many :comments and a Comment model that belongs_to :user.
I have want to gather comment.ratings to set user.rating so I have an after_save method in my Comment model that ...
2
votes
1answer
107 views
Using threading lock in ctypes callback function
I want to use a ctypes dll from a twisted application. Minimal example concocted here:
from ctypes import *
from threading import Lock
lock = Lock()
dll = windll.LoadLibrary('mydll.dll')
l = ...
0
votes
0answers
44 views
Closing Down Colorbox before ajax content is loaded
I am using colorbox to load content via ajax into a modal. I have previous and next buttons within each modal that allow the user to go to the next or previous modal. These previous and next buttons ...
0
votes
1answer
44 views
How to serialize jQuery request with $.when done
I've coded this in jQuery.
However the callbacks are not called in the order I want (the callback in the done branch is called prior to the ones in the when branch).
If I define internalOrderRequest ...
0
votes
1answer
26 views
jQuery animate callback is not triggered after queue:false has been used?
Why the animate callback is not triggered after queue:false has been used?
For instance, a callback occurs here.
$("#move").click(function(){
$(".box").animate({
marginLeft: ...
0
votes
1answer
49 views
cURL WRITEFUNCTION not Being Called
When I run the following function it retrieves the HTML as expected, but the WRITEFUNCTION callback shows no signs of life. Nothing gets echoed, and the variable $this->test_output remains unchanged.
...
0
votes
1answer
36 views
Passing object to Callback in Javascript
I'm trying to write a function with a callback -- I want to create an object, and then access that data in the callback.
Here is my function so far:
var getModelInfo = function(model, callback) {
...
0
votes
5answers
144 views
How to make iOS callback functions? [duplicate]
I can't figure out how to make a function, that will give information to the parent object, that has done something, so I need your help.
Example what I want to make:
ViewController class ...
0
votes
5answers
62 views
c++ Testing for a missing callback function
EDIT: added backquotes to callback template. The interface was reading the asterisks as markdown indicators, not just as asterisks!
In a Windows DLL/Linux SO I am writing, I give the user app a way ...
2
votes
2answers
76 views
passing an additional parameter to javascript callback for Phonegap File Handling
I am using the PhoneGap API to handle files. I am doing the following call which calls the appendfile function as a callback method.
fileSystem.root.getFile("test.txt", { create: true }, appendFile , ...
0
votes
0answers
45 views
Return value in function callback is undefined when trying to refer to it directly
I'm sure the way I worded the question was pretty awful. I need to explain what's going on.
I'm using the Jquery-file-upload package. The uploading and all that is working great, but I'm trying to ...
0
votes
0answers
55 views
A second callback with the results of an Ajax callback function as values (Straight forward maybe)
I've got an issue with a jQuery Ajax callback. Here is my javascript. What I actually ca do fine with the script, is to build a textfield and on typing keys, it calls a result from a php file and ...
0
votes
2answers
161 views
store.sync() callback
Is there a callback for store.sync()?
I am trying to do:
store.sync(function(){
alert('1');
});
but it does not work.
The store is a local store.


