search for: callmyfunct

Displaying 2 results from an estimated 2 matches for "callmyfunct".

Did you mean: callmyfunc
2011 Nov 07
1
How much time a process need?
Dear all, I have finished a large function that takes around 1 day to finish. I was using system.time(callmyfunction()) to measure how much time it needed to finish, my problem is that I do not know how to interpret their numbers. I was looking to convert these results to something more readably like. "This function took 1 Day 2 hours and 35 minutes to complete." How I can convert the system.time ou...
2006 Apr 13
0
Help ! Effect vs Ajax in script.aculo.us
...isual effect will doing an ajax request because the user didn''t think that he is waiting for something. So, In a timeout function, I create an Effect and an AJAX call: ... Effect.MoveBy( ... ); ... Then do an AJAX Call ... setTimeout(function(){ getJsonRPC().callMyFunction(); },30); ... Unfortunately, the effect doesn''t display on the screen, it is just freeze. I''ve try this with combinaison of setTimeout() on Effect, Ajax, both, none, it never works. Is there a solution to force refresh ? Best regards, -- Jean-Philippe Encausse - R&amp...