search for: pulsat

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

Did you mean: pulsar
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: fu...
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
...l quality is clear. The callee then presses # to transfer, and dials 9 then the number to transfer the call to. Immediately the call is disconnected from the callee, and the caller hears hold music. A couple seconds later when the caller is transferred, call quality deteriorates. There is a pulsating noise that causes the caller and new callee to barely be able to hear each other. This happens every time and only on the 2nd call. The first call is always clear. Any suggestions are most welcome. Thanks in advance, Trevor Peirce
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...
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
...prompt in the standard demo setup). I am nearly updating this particular box every day and within the last couple of days something else has happened. When dialing OUT on the ISDN card everything works fine. When someone dial IN through the card and connect to the internal Snom phone there is a pulsating background noice that can only be heard on the VoIP phone. From outside (the ISDN) things sound perfect - from inside you can still hear what is being said - but there is that pulsating quite high noice. Any ideas? Regards, Lars... -- Lars Boegild Thomsen Technical Director JustIT Sdn....
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, { afterFini...
2006 Jun 12
0
Please! stopping effects, help me again
My friend Sigi wrote: > Pulsator = Class.create(); > Pulsator.prototype = {initialize: function(element,options) > { > this.element = element; > this.options = options || {}; > this.options.afterFinish = this.action.bind(this); > this.stopped = false; > this.ac...
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
...t the DTMF. Seems impossible to catch DTMF when nothing (no song) is being playing so I always have to background a sound to be able to receive DTMF tones. When I press a button (looking for IVR interaction) asterisk catches the correct key but the background song is inmediately muted and the next pulsation is not detected because of the previous problem. Is there a patch or a method to solve this problem? Thanks in advance. Carlos. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090505/94fc21ff/attach...
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 performa...
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 *...