[Proto-Scripty] Re: How can I pause and resume PeriodicalExecuter?

2010-02-10 Thread Радослав Станков
You can use the standard PeriodicalExecuter#stop / http://api.prototypejs.org/language/periodicalexecuter.html#stop-instance_method / method for stopping. And one undocumented method PeriodicalExecuter#registerCallback /

Re: [Proto-Scripty] Re: How can I pause and resume PeriodicalExecuter?

2010-02-10 Thread Paul Kim
Hi, I was able to pause and resume PeriodicalExecuter without using your PeriodicalExecuter class. I ended up using the standard PeriodicalExecuter#stop method and resumed the PeriodicalExecuter by delaying the execution for 5 seconds using the Function#delay method and by binding it to the

Re: [Proto-Scripty] Safe Browser Resize

2010-02-10 Thread bill
On 2/9/2010 10:33 PM, kstubs wrote: I'm trying to write the following jquery sample code in prototype. I am stuck, and do not understand the following: http://noteslog.com/personal/projects/wresize/1.1/jquery.wresize.js this.each( function() {

[Proto-Scripty] PLease Wait or Loading message

2010-02-10 Thread bill
I have an application that uses Ajax.updater. As it runs over the internet sometimes the response can take 10 seconds, by which time the user thinks that it did not work so I would like to show a message as soon as the link is clicked to fire the Ajax request. I am however befuddled. If I

Re: [Proto-Scripty] PLease Wait or Loading message

2010-02-10 Thread Christophe Decaux
I would use onCreate to show an element displaying your please wait message (or a graphical spinner, etc.) and use onComplete to hide it Enjoy, Christophe Le 10 févr. 2010 à 15:20, bill a écrit : I have an application that uses Ajax.updater. As it runs over the internet sometimes the

Re: [Proto-Scripty] PLease Wait or Loading message

2010-02-10 Thread Peter De Berdt
On 10 Feb 2010, at 15:20, bill wrote: I have an application that uses Ajax.updater. As it runs over the internet sometimes the response can take 10 seconds, by which time the user thinks that it did not work so I would like to show a message as soon as the link is clicked to fire the

Re: [Proto-Scripty] PLease Wait or Loading message

2010-02-10 Thread bill
On 2/10/2010 9:42 AM, Christophe Decaux wrote: I would use onCreate to show an element displaying your please wait message (or a graphical spinner, etc.) and use onComplete to hide it Enjoy, Christophe Le 10 févr. 2010 à 15:20, bill a écrit : Thanks guys - that works -- Bill Drescher

[Proto-Scripty] Re: divide one long table into multiple 40 rows

2010-02-10 Thread T.J. Crowder
Would you mind posting or emailing me the source code? Thanks. The source code to what? You've lost me a bit. I was describing how you can do this, not describing code that I have lying around... -- T.J. Crowder Independent Software Consultant tj / crowder software / com www.crowdersoftware.com

Re: [Proto-Scripty] Re: divide one long table into multiple 40 rows

2010-02-10 Thread Alex Wallace
This has digressed into a more architectural problem, which is whether the data should be delivered in one large payload or incrementally loaded from the server. The code I originally posted would be used to slice one large table (already delivered from the server) into smaller tables. That isn't

[Proto-Scripty] Re: get a file from intranet server

2010-02-10 Thread albert kao
On Feb 9, 4:13 pm, DJ Mangus d.man...@gmail.com wrote: I'm confused. Are you wanting to call up a local file? Or are you running a webserver on that vista machine? You really should install a webserver on the machine first and then ask in the place where they support your server rather than

Re: [Proto-Scripty] Re: get a file from intranet server

2010-02-10 Thread DJ Mangus
Prototype runs on the client (ie webbrowser) rather than the server. I wish we could help you but the answer depends on the webserver you are running and it's configuration. You really should go through the support channels for your server. Sent from my phone so please pardon any spelling