similar to: Turn off Responder for PeriodicalExecuter?

Displaying 20 results from an estimated 20000 matches similar to: "Turn off Responder for PeriodicalExecuter?"

2005 Dec 12
2
PeriodicalExecuter passing variables to the callback function
I trying to pass a variable to the call back function of when utilizing the PeriodicalExecuter function ex. new PeriodicalExecuter(refresh, 10); works but new PeriodicalExecuter(refresh(id), 10); works once then errors after the 10 seconds, I get "this.callback is not a function"
2008 May 07
2
prototype PeriodicalExecuter pause/restart patch
I''ve come up with a patch to PeriodicalExecuter which allows for pausing and restarting without losing the time remaining. I''ve searched for something like this, but the only one I found linked to a dead blog. I wondered if anyone would look over the code, maybe it will make its way into the official release. var PeriodicalExecuter = Class.create({ initialize:
2007 Sep 23
1
Does prototype get rid of PeriodicalExecuter once it is stop()?
Hello, in my app the user can click "start" to ask for regular refreshments of the data, and can also click "stop" to stop this refreshments (and then he can click "start" again to restart the process). im just wondering that , if he keeps starting and stopping, that is creating new PeriodicalExecuters and stoping them, if there will be any memory issues, does
2005 Oct 07
0
Stopping Prototype''s PeriodicalExecuter()
Hi, I was wondering if there was a way to stop Prototype 1.3.1''s PeriodicalExecuter? I don''t see any start()/stop() methods off of that object in the API. I noticed that Ajax.PeriodicalUpdater has start() and stop() methods, but haven''t worked through the syntax enough to know how to have similar behavior in just the PeriodicalExecutor object itself. Thanks, Jess
2006 Jan 19
0
PeriodicalExecuter and clearInterval
I apologize if this is not an appropriate question for this list (I couldn''t find a mailing list for prototype). Anybody know of a way to use the stop the PeriodicalExecuter in prototype from executing? In traditional js, I would just call "clearInterval(id)". Many Thanks, Josh _______________________________________________ Rails-spinoffs mailing list
2007 Mar 10
2
Managing PeriodicalExecuters in an Ajax app. How?
Hi all I have to deal with multiple PeriodicalExecuters over several Interfaces. Each has it own. Now this all works, but i when i go back and forth between them i spawn another and another etc... I tried to push the instance of PE to a global array and on each change in the interface invoke a stop() on them. This sounds okay, but it is obviously not working 100% of the time. Any ideas how to
2008 Jun 07
3
PeriodicalExecuter stops when form is submitted in Safari 3
Hi I''m having a problem using PeriodicalExecuter with a form. I have a monitoring pane that updates status of form processing, and it stops working when I submit a form. It works with Safari 2, IE, Firefox, but not with Safari 3. I''ve made a test script: http://www.charmm-gui.org/test.html It updates a textarea, but it stops updating when the form is submitted in Safari 3. Any
2007 Oct 04
0
Getting mouse position from a timed function - My Solution
EDIT: I originally wrote this as a response to this thread (http:// groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/ a735c534f89fc5cf/8d8546811cae5ee8), but it wouldn''t let me respond that that thread (presumably because of it''s age). Rather than just throw it away, I figured I''d post it here in case in can help anyone else. I built a little class to
2006 May 02
6
Stopping the Ajax.PeriodicalUpdater -- My Kludge?
Well, I''ve been burning the midnight oil trying to figure out how to issue the stop() command to a PeriodicUpdater. I''ve come up with a solution that uses setTimeouts to call the stop function. I think my solution is very kludgey... especially since I''m new to Javascript + Prototype. Can anyone let me know if the below code is at all proper? :) --------- Summary: A
2006 Jan 06
3
Gianni
|Hi i''m New First Question: to use a script.aculo.us it needs to include prototype.js and scriptaculous.js.... but doesn''t work!!; instead ||using ||scriptaculous.shrunk of Alister Cameron, work; what are the expedient to use to include the ||scriptaculous.js ? Second question: in script.aculo.us |Ajax.Autocompleter
2006 Apr 06
1
Bug? In scriptaculous -- double text drawn one pixel off
Hello, I''m working with scriptaculous, and i''ve narrowed down a bug i''m having to the following code: http://rate.urbanpug.com I''m using the latest release (as of sending this mail) of scriptaculous. I''ve actually seen this bug before, and random tweaking fixed it. Unfortunately, i can''t figure it out this time. I''ve reduced the bug
2006 May 12
0
draft-proposal for Ajax.History - History/Bookmark handling in Ajax apps
Hi list, In one of my previous projects I had to satisfy the requirement of handling browser back- and forward calls within an Ajax application. Thus I didn''t get an urge to switch the JS part of this project to an other framework like dojo (which supports Browser history handling out-of-the-box), I had to come up with an idea of doing this with prototype/scriptaculous. The arisen
2006 Feb 17
1
Scriptaculous XSLT-sheet available for download
Hiya! Being very impressed and pleased with scriptaculous I decided to add several features of it into a Web Publishing System I’m building. This WPS (as I fondly call it) makes extensive use of XML/XSLt translations. To offer some nice visual effects to customers I made a XSL-stylesheet which allows my customers to access these effects by enclosing some content into scriptaculous-tags. I decided
2008 Mar 09
1
Event delegation library that interacts with Scriptaculous
Hey Guys, Wanted to let you know about an event delegation library that interacts with Scriptaculous that we''ve used to make interactive UI elements with really clean code. We used it with Scriptaculous to create the scrolling widgets on the homepage of http://javascriptmvc.com/. It''s called Controller and it is an event delegation library that helps logically organize your
2007 Mar 12
0
Looking for lead front-end developer with experience in Prototype and Scriptaculous
Hello All, We are a fun, innovative software company just outside of Boston looking for a bright, passionate font-end web developer (either full time or contractor) to join our team and lead the User Interface development for our flag ship product, CommonSpot Content Server. We''re in the midst of redesigning and building a new, interactive AJAX based interface for our next major release
2006 Nov 05
4
Why Struts2 use dojo instead of Scriptaculous?
Hi, I''m using prototype/Scriptaculous in my open source project JSControlsTags http://jscontrolstags.sourceforge.net/ I''m Struts user and in the new version Struts2, the framework integrate AJAX with dojo and not with Prototype/Scriptaculous. I asked in the Struts forum, why Struts2 integrate by default dojo and not scriptaculous. Here Struts answer : ------------------------
2005 Dec 23
3
RE: Scriptaculous and Prototype based Rich TextEditor
What I have so far. In my main HTML: <script type="text/javascript" src="/javascripts/tiny_mce/tiny_mce_src.js"></script> <script type="text/javascript"> tinyMCE.init({ mode: "textareas", theme: ''advanced'', theme_advanced_toolbar_location: ''top'' }); ... </script> My Ajax form
2006 Feb 24
3
New to Ajax
Hello, I''m very new to ajax and was looking for advice on scriptaculous at their website and they suggested i join your mailing list, I hope that was the right thing to do, I haven''t installed ROR yet but i have downloaded the needed one-click installer which i will setup sometime soon, until such time i would like to work with scriptaculous in its native form in php files, the
2007 Aug 25
5
onLoad event with an update function
Hello, I am using the following code: new Ajax.Request(''ajax.php'', { parameters: { task: ''home'' }, onSuccess: function(transport) { $(''home_montage'').update(transport.responseText); new Effect.Appear(
2005 Nov 08
2
Scriptaculous insertion fails when XHTML Strict used in FireFox
Hi ! I'm getting an uncaught exception requiring the Scriptaculous libraries when everything says XHTML 1.0 Strict: class ApplicationController < ActionController::Base before_filter :set_content_type protected def set_content_type response.headers['Content-Type'] = 'application/xhtml+xml; charset=ISO-8859-1' end end <?xml version="1.0"