[Proto-Scripty] Re: Execute a function after another one

2010-09-23 Thread Kupido
This seems to work, but what if I have more than 2 functions and I want them to be executed in exact order? My example was just the simpliest case I could think of... On 22 Set, 23:34, Walter Lee Davis wrote: > Try adding Protaculous defer or delay to the second call, just to give   > the browse

Re: [Proto-Scripty] Re: Execute a function after another one

2010-09-23 Thread Walter Lee Davis
The ideal thing to do is to have them chain from one another, so that one calls the next, rather than setting a delay and hoping the browser gets the order correct. Take a look at defer() in the Prototype API. That's basically a way to let the browser breathe between events. If you're not d

[Proto-Scripty] Added a suggested patch for bug #55

2010-09-23 Thread angus
https://prototype.lighthouseapp.com/projects/8887-script-aculo-us/tickets/55-currentdelta-does-not-handle-proportional-position-values#ticket-55-4 -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email t

[Proto-Scripty] Re: how to update a function with a remote call

2010-09-23 Thread nephish
Thanks for your help, i am getting a syntax error in firebug when i place this in my script. missing ) after argument list in this line onSuccess: function(response) { i have tried lots of different adjustments. thanks sk On Sep 22, 4:53 pm, "T.J. Crowder" wrote: > Hi, > > You're taking the