search for: pulsate

Displaying 20 results from an estimated 32 matches for "pulsate".

2006 May 26
4
stopping effects, help me again please
Hi * and thanks for you responses some body help me stop effect, just last effect. Thanks! to somebody help me with: Pulsator = Class.create(); Pulsator.prototype = {initialize: function(element) { this.stopped = false; new Effect.Pulsate(element, { afterFinish: this.action.bind(this) }); },action: function(element){if(!this.stopped) new Effect.Pulsate(element, { afterFinish: this.action.bind(this) }); },stop: function(element) {this.stopped = true;} } but this solution doesn''t work to stop. thanks in advance rag
2006 May 18
5
more that 5 time beats for effect.pulsate
hi again How can i extend 5 times for effect.pulsate beats? I need that continue beat until other event client happened about my other mail, is there other solution more elegant that this? : new Effect.Pulsate(leccion[i_leccion],{duration: 5,from: 1}); thanks again rag
2004 Jun 06
2
Analog Bridged Calls Pulsate
Hello, I've been playing around with two generic X100P analog cards to create a proof-of-concept system before we go ahead and hook up a PRI. I'm running into a reproducible problem with sound quality of bridged calls, and am hoping someone will be able to point me in the right direction. I have in my dial plan a _9. extension so outgoing calls can be made... the first thing is
2006 Sep 29
0
sortable and Pulsate on Internet Explorer bug
Maybe someone can help me to make the Effect.Pulsate working on Internet Explorer in this example? <ul id="list"> <li>Element 1</li> <li>Element 2</li> </ul> <script> Sortable.create("list"); new Effect.Pulsate("list"); </script> Thanks. --~--~---------~--~----~-------...
2006 Nov 21
1
Bug in Effect.Pulsate with IE?
Hi there, can someone confirm a bug with IE and Effect.Pulsate()? When use the Effect wihtout the option pulses the element is hiden after the effect has finished. When i use Effect.Pulsate(element, {pulses:3}) all runs fine. In Firefox both calls runs fine... Bye, René --~--~---------~--~----~------------~-------~--~----~ You received this message because y...
2006 Dec 19
2
Effect.Pulsate on last scriptaculous
Somone have tested the last scriptaculous version that ships with last prototype? I you make an Effect.Pulsate, the element stays hidden after the effect finish if the element don''t have opacity stablished. This is for the changes on the setStyle method on prototype. The original code is: ---------------------------------------------------------------------------------------------------------------...
2004 May 17
2
Problems w. chan_capi + ztdummy
Hi Everybody I've got a weird problem. I am running one Asterisk system on a dual processor box. This box mostly do VoIP only but it has a Fritz PCI ISDN card installed with latest drivers. Dialing out through the ISDN cards from an internal Snom phone works fine and so does dialing in. Except - if I load the ztdummy module (for IAX channels) the capi drivers starts acting up. It is hard
2006 May 29
0
[Fwd: stopping effects, help me again please]
Hi * and thanks for you responses some body help me stop effect, just last effect. Thanks! to somebody help me with: Pulsator = Class.create(); Pulsator.prototype = {initialize: function(element) { this.stopped = false; new Effect.Pulsate(element, { afterFinish: this.action.bind(this) }); },action: function(element){if(!this.stopped) new Effect.Pulsate(element, { afterFinish: this.action.bind(this) }); },stop: function(element) {this.stopped = true;} } but this solution work to stop but it lost duration feature than...
2006 Jun 12
0
Please! stopping effects, help me again
...gt; { > this.element = element; > this.options = options || {}; > this.options.afterFinish = this.action.bind(this); > this.stopped = false; > this.action(); > }, > action: function(){ > if(!this.stopped) new Effect.Pulsate (this.element,this.options); > }, > > stop: function() { > this.stopped = true; > } > } problem real and original is line: this.stopped = true; So i test to Hide effect and then a Appear effect but not work :( thanks rag ___________________________________...
2006 May 18
1
stop effect
hi * how can i stop a effect? for example a effect.pulsate is possible? thanks rag
2005 Jun 24
1
Executing custom effect for n seconds
...ute this effect with a custom duration. I''m looking for a consistent approach that is inline with script.alicio.us and Prototype. Is there a way to do something like this (pseudo code): Effect2.Pulse = function(element) { new FadeIn(element, {afterFinish: new Fadeout}) } Effect.Pulsate = function(element) { render(Effect2.Pulse, {duration: 10}); } I have most of this working, but the Pulse effect only runs 1, and when supplied with duration: n, it will take n seconds to render the Pulse effect once. What I would like to do is ''repeat'' this effect for a...
2009 May 05
2
chan_mobile and DTMF
Hello list, I recently started testing the chan_mobile addon and after a successful installation and configuration I have a couple of problems that I can't fix without your help. I am using opensuse 11.1, asterisk 1.6.1 with bluez 4.22 (installed from rpm packages) and a Nokia N80 phone. Apparently all works fine except the DTMF. Seems impossible to catch DTMF when nothing (no song) is
2006 Apr 27
7
RJS & Ajax question...
...uot;].visual_effect :highlight, :startcolor => ''#fff00'', :duration => 5 page.replace_html ''flash'', "<p style=''color:green''>#{@item.title} successfully updated!</p>" page[:flash].show page[:flash].visual_effect :pulsate, :queue => {:position => ''end'', :scope => ''flash''} page[:flash].visual_effect :fade, :queue => {:position => ''end'', :scope => ''flash''} end I think the problem has to do with the fact that the form was...
2005 Oct 17
11
a better question
I''m trying to call a click() event on an <a href> that has an Observable registered for it. Something like: <a href="#" id="toggle_1929">show</a> ... Event.observe("toggle_1929", ''click'', function(event){ Element.toggle ("group_1929"); return false; }); ... $("toggle_1929").click(); //this throws
2008 Oct 31
6
link_to submit form value 2
Hi to all, I''d like to pass with a link to values inside some form. I''ve read in other posts that it''s possible if i include the forms inside a html <div>... So here it''s my code of the view : <div id="study"> <table> <tr><td><label for="study_titolo">Titolo di
2005 Oct 13
6
performance
...eate("group_2297",{ghosting:true,constraint:false, onUpdate:function(sortable){window.location = "ReorderWebCategory.action?groupIdsKey=group_2297&" + Sortable.serialize(sortable) + "&toggleLevel=" + toggleLevel + "#2297"; new Effect.Pulsate(sortable);}, onChange:function(sortable){$(sortable.style.backgroundColor = "#ffff00");} }); I''ve executed this page in IE on Windows, Firefox on Windows and Mac, and Safari on the Mac, all with similar results. I''m looking for a way to improve the performan...
2006 Aug 13
4
has_many and foreign_key question
Alright, noob here, etc. etc. Trying to figure out the has_many usage. If I understand correctly, when you declare that a table/class has_many whatevers, the rails assumption is that there will be a foreign key in the whatevers table pointing back to the ''id'' primary key in the first table. This doesn''t seem to be the only way to have a ''has_many''
2006 Jan 18
0
Behaviour & Effect.Highlight?
...the "hover" style is then ignored, but the border color is applied. I''ve tried adding "endcolor" and "restorecolor" options to my Highlight, and also specifying my colors in RGB and Hex, but neither work correctly. I''ve also tried different Effects - Pulsate, Shake - that leave my Hover styles intact. Happens in both Firefox 1.5 and IE6 on Windows. I threw together a stripped down test file: http://bbuchs.f2o.org/highlight/ Any suggestions? ----- Bryan T. Buchs
2005 Jun 24
0
Fresh in the repository
Four new effects just added: Effect.Fold Effect.Grow Effect.Pulsate Effect.Shrink Also, Effect.Highlight got a complete overhaul an supports transitioning between any two given colors. Thanks to Justin Palmer and Mark Pilgrim for contributing these! -- Thomas
2005 Jun 28
0
New beta of script.aculo.us
...i, A new beta version is ready ready for downloading at http:// script.aculo.us/downloads Changes: * Updated to Prototype 1.3.0 * Fixed sortables that are absolutely positioned * Fixed draggables on pages with no droppables * Added Effect.Transitions.pulse * Added Effect.Pulsate and Effect.Fold effect by Justin Palmer * Added transitions by Mark Pilgrim: .full, .none * Added effects by Mark Pilgrim: Effect.Grow, Effect.Shrink * Changed effects namespace to Effect. (Effect2 is deprecated, but works too) * Added Element.setContentZoom() function *...