Displaying 20 results from an estimated 300 matches similar to: "Executing custom effect for n seconds"
2012 May 24
3
rails ajax issues
Hi
* *I think this is my 4 or 5th post about the ajax issues with my rails
code. But i couldn''t rectify my issues sofar.
problem is,
In my pages.html.erb have one text field and button. when i click on that
button, the text field value will get into the controller through ajax,so
after the function i need to get that value(textfield value) in same
page.
*page.html.erb*
2005 Jun 27
1
stage left and right effects
Here are two effects (with a common base) that perform a stage
left/right effect. The effect is named after the Hanna Barbara
character Snagglepuss. :) It shakes the contents briefly and then
jets off (stage) to the left or right.
I used the Shake effect as a guide to this one. The StageBase accepts
the element and an "amount" to initially shake the element by. So in
2014 Oct 05
1
how to have fade in/out?
Use liquidsoap. You can do fadein and fadeouts with it
Jonnyboy! Iphones rock!
> On 5 Oct 2014, at 13:33, TheDarkener <thedarkener at logicalnetworking.net> wrote:
>
> Hi Simone, that would be a feature of the source client (deefuzzer). I
> am unfamiliar with that client, I'm sure you could search the docs to
> find out if it has the ability.
>
>
> Cheers,
2005 Jun 24
1
Blind Toggle "effect"
I wrote a simple toggle function similar to Element.toggle that will
toggle a section between being up and down using the Blind effect.
I''m relatively new to the code, so I''m not sure if it''s implemented
100% correctly or if it can be done better. I am using it though and
it seems to be working fine.
Anyway, here''s the code and if you think it''s
2011 Jan 14
2
read in data, maintain decimal places
Good day, All,
Is there any way to maintain the number of decimal places in the type of situation below?
I would like to maintain the number of decimal places in 0.667, despite the fact that its column-mates have a fourth decimal place.
Thank you for your time.
Jim
dat.txt contents:
MARKER ALLELES FREQ1 RSQR EFFECT2 STDERR CHISQ PVALUE
rs6599753 C,T
2005 Jun 24
3
flashing divs in IE with use of BlindUp and BlindDown
I''m having an issue with flashing divs in IE (firefox is fine and the
only other browser I''ve used)
My scenario is as follows. I have 2 divs (initially hidden) and using
the BlindDown and BlindUp functions (possibly others) the divs flash
when starting to roll down in BlindDown (due to the Element.show call)
and also at the end of the BlindUp call (due to the Element.hide call)
2011 Jan 26
2
write.table -- maintain decimal places
Hello, All,
How can I maintain the decimal places when using write.table()?
Jim
e.g.
df:
EFFECT2 PVALUE
1 0.023 0.88080
2 -0.260 0.08641
3 -0.114 0.45200
write.table(df,file='df.txt',quote=F,sep='\t',row.names=F)
df.txt:
EFFECT2 PVALUE
0.023 0.8808
-0.26 0.08641
-0.114 0.452
[[alternative HTML version deleted]]
2005 Jun 28
1
Thomas script.aculo.us (important bug and add ons)
Sorry. Posted from wrong email originally. Moderator, please ignore other
post. Thx.
To Thomas Fuchs,
First of all, thanks for your amazing scripts on script.aculo.us. You''ve got
quite some talent. I knew I was in for a treat when I read your goals
(mainly about simplicity). My goals exactly. Keep it simple is great when
you''re trying to integrate 100 different things.
I wrote
2005 Nov 24
0
Scaling question
I created a simle script for a webpage I''m working on that updates a
small div of text every so often. The text varies greatly in length,
so I would rather use an effect so the div collapses->the text is
updated-> the div uncollapses. My code below, however, doesn''t work.
After testing, I realize that it isn''t scaling to 100% of the text
height, but 100% of
2010 Mar 22
0
need help on working with libvirt+virtualbox
Hi all,
i am trying to create virtual box using libvirt ,
following is xml i tried to use following xml (followed example in libvirt
site . http://libvirt.org/drvvbox.html)
<domain type='vbox'>
<name>vboxtest</name>
<os> <type>hvm</type> <boot dev='hd'/> <boot
dev='cdrom'/> </os>
2003 Oct 22
1
passing a variable (containing the value of the argument) to a function
My previous question put in a simpler way:
How would I pass a value of a variable to a function such as
lm(Effect1~Trt*Dose, data = x, contrasts = list(Trt = contr.sum, Dose =
contr.sum))?
Here, 'Effect' is a column name in my data matrix, and I want "Effect1" to
be replaced by "Effect2" and so on (my other column names in the data
frame) for successive anova
2014 Oct 05
2
how to have fade in/out?
Hello!
I use icecast2 and deefuzzer for my streaming. do you know how can I
obtain an automatic fade of a song when it ends with a silence? if the
mp3 finish with 3 4 seconds of silence, is it possible to remove it
automatically?
deefuzzer is not able to do it, can icecast2 make this? some ideas?
thank you!
-- Simone Dal Maso www.nvapple.it www.nvda.it
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:
2005 Jun 28
0
New beta of script.aculo.us
Hi,
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,
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
2006 Mar 02
7
Timing of effects before and after Ajax call
Hello,
I have a problem with the timing of effects. I do have a tag (with id:
post1). When the link is clicked, the block "post1" must BlindUp. Then the
block is updated with the new content and then the effect BlindDown is
executed.
Below is the source code of the link_to_remote I am using.
<%= link_to_remote("Ajax Edit",
:update =>
2008 May 08
3
lme nesting/interaction advice
Hi everyone,
I am confused on how to specify some nesting and interaction terma with lme().
I have a dataset where some flies where selected for accessory gland size, made
to mate in presence/absence of another male and the level of some protein
measured. Now the complex stuff.
The selection has been replicated twice, so that the selection term has got two
levels (large and small) with
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
2004 Jul 22
3
[fdo] Scheduling subsystems (crontab, at) and the desktop
Hi there fellow hackers, geeks and others who want the UNIX desktop to
succeed.
I bring forward the question whether or not a (freedesktop.org)
specification is necessary for application scheduling software.
The current UNIX Desktop user does not have an easy way to configure the
tasks which he wants to schedule. Sure we have such a utility. And sure
we can shout to our Desktop users
2005 Jun 29
0
Effects flicker in firefox when called with setTimeout
Hi,
I have a page calling a fade effect from a setTimeout. In Firefox the
element flickers before fading. It works fine in IE - I haven''t
tested any others. Has anyone else noticed this?
I''ve included a simple prototype below (sorry haven''t got web space to
post to - anyone know of any good free space?). Whilst in the
prototype it doesn''t to be much of an