Displaying 20 results from an estimated 2000 matches similar to: "How to cancel an effect"
2008 Oct 15
5
REXML vs libxml
Hi all,
I''ve been looking at the performance of my fb app and one glaring issue
seems to be with the parsing speed of rexml in processing the results. Has
anyone looked into porting the facebooker parser from rexml to libxml? If
not, any reason I shouldn''t try?
Thanks!
Yu-Shan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 09
1
cancel fade effect
I was wondering whether it''s possible to pass some arguments to the
effect.cancel() - e.g. when canceling fading, I think the opacity should be
reset to the default value or 1.
Thank you
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2004 Mar 02
3
error() and C++ destructors
Hi,
I am writing C++ functions that are to be called via .Call() interface.
I'd been using error() (from R.h) to return to R if there is an error,
but then I realized that this might be not safe as supposedly error()
doesn't throw an exception and therefore some destructors do not get
called and some memory may leak. Here is a simple example
extern "C" void foo() {
string
2000 Aug 03
0
help with afs
I have been trying to compile samba with afs. I did as the book suggested the first time and ran samba without afs. Now i am trying to compile it with afs. It has not been successful. I have added all the afs libraries to the makefile. These are the errors i am still getting, can you please help me find away around this.
Linking bin/smbd
2008 Oct 17
4
Error when posting facebook.feed.publishActionOfUser
posting ''facebook.feed.publishActionOfUser'' with {:title=>"<fb:fbml>
<fb:name ifcantsee=\"A Hidden User\" linked=\"true\" uid=\"579947937\"
/> wrote a <a href=\"http://apps.facebook.com/dailycaption/captions/1273\">caption</a></fb:fbml>",
2003 Sep 08
0
Base pam_krb5 on recent -STABLE and credential cache storage
Hello,
Prequalify: I'm quite a novice w/ Kerberos, so my terminology and
assumptions may be rough. Also, please CC me since I'm not a list
subscriber.
I'm running a fairly recent -STABLE [1] and have installed the base
Heimdal Kerberos implementation via the MAKE_KERBEROS5 knob in
/etc/make.conf. I'm having the problem that I don't see a cached
credential file being created
2005 Sep 03
13
acts_as_taggable v2 - Tagging on Steroids
Hi folks,
Thanks to the community feedback on the 1st version, I''ve come up with a
much improved version of the acts_as_taggable mixin.
ThereĀ“s some piece of the action here:
http://dema.ruby.com.br/articles/2005/09/03/tagging-on-steroids-with-rails
Cheers
Dema
--
http://dema.ruby.com.br - Rails from a .NET perspective
2006 May 10
4
validates_uniqueness_of and create atomicity
Hi folks,
I have a question regarding validates_uniqueness_of, and similar
before-filter-like events attempting to guarantee some DB state prior
to modification.
>From my reading of ActiveRecord, validate_uniqueness_of appears to
cause a SELECT on the underlying table attempting to ensure that a
record with ID(s) specified in the validates_uniqueness_of statement
is not already present, prior
2004 Jul 28
3
Solaris password requirements not enforced
Hi,
The Solaris password requirements like
a. no empty password
b. minimum 6 chars
etc for a regualr user are not enforced when a password expired user is
changing password at the SSH login prompt.
The version of openSSH I am using is 3.8.1 and Solaris 8 is where the
sshd is running.
Is anybody aware of this problem?
Is there some configuration option I can use to enforce these password
2007 Jun 07
4
Effect.Fade and innerHTML?
Hi there,
I''m now having an odd problem with Effect.Fade not working based on
the innerHTML of a div.
Take the following for example...
<div id="blah">
Nothing here yet.
</div>
If I then update "blah", hide it and then fade it in, like so:
<script type="text/javascript">
document.getElementById("blah").innerHTML =
2007 Mar 30
2
[PATCH] Fade vs. Animation conflict resolution
Hi,
Here is a simple patch that adds an option to the Fade plugin to
enable/disable fading on minimize/open/close window events. This
option is on by default but can be disabled to avoid conflicts with
the Animation plugin. Fading on other stuff (fade during nonresponding
app. desaturation, during switcher, and visual bell) shouldn't be
affected (which is the main point of this patch).
2003 Jul 24
4
filesystem broken / bad entry in directory #248447030
Jul 25 01:41:21 big kernel: EXT3-fs error (device device-mapper(254,16)):
ext3_readdir: bad entry in directory #248447030: rec_len %% 4 != 0 -
offset=0, inode=538976266, rec_len=14637, name_len=49
Jul 25 01:42:53 big kernel: EXT3-fs error (device device-mapper(254,16)):
ext3_readdir: bad entry in directory #248447030: rec_len %% 4 != 0 -
offset=0, inode=538976266, rec_len=14637, name_len=49
2007 Jul 02
1
[PATCH] plugin conflict resolution between Fade & Animation
Hi,
Having the minimize_open_close option in Fade wasn't enough for
conflict resolution with Animation, since it was on by default. This
makes sense since the Minimize plugin is used by default, which is a
lightweight animation provider that some people/distributions might
prefer over Animation. And nobody really needs to know that this
option resolves the conflict. So here is a better method
2005 May 11
1
format question
Hi,
I am thinking about making a small tool. After reading about patents
and mp3 I choose another format. OGG seems best.
I was wondering if I can edit the OGG files and adjust the volume, to
create a Fade-in and Fade-out. The tool I need makes
configurable timed fade-ins and fade-outs of the volume of my OGG files.
And if someone knows good python libaries for OGG I would like to hear
2006 Mar 06
1
Modify MP3 Files From Shell
hey Andy,
you could use sox
something like
sox old.mp3 new.mp3 fade t 3 0 0
you need to first compile sox with libmad or libmp3lame
http://sox.sourceforge.net/
adam
..on Mon, Mar 06,
2006 at 10:30:27PM -0000, Andy Woolley wrote:
> Hi All,
>
> Sorry about the off topic post but I'm having trouble finding anything that
> will work, thought one of you guys might have a
2006 Dec 15
1
:job_key acting weird?
Hi all
I''m experiencing something strange with a :job_key, it took me a very
long time to find out a worker wasn''t doing it''s job because of the
name of my job_key. The first one I tried was :make_kohier, and with
that name (and lot''s of other ones) I can''t get the worker to work. I
do get my key in return, but the job doesn''t start
2006 Jan 06
3
image replacement (new Effect.*****) problem
Here''s what I''m trying to do. I have two divs, one holds about 20 small
images of products and the other holds a single large image of one of
the products. I''m trying to use the jazzy "new Effect." way of changing
images but I can''t seem to get it too work. My script is replacing the
image and then making the element disappear. What
2005 Sep 14
1
OFF-TOPIC audio fade curves
This is off topic but I'm sure many subscribed here may be able to help. I'm writing an audio player, which includes vorbis of course, for the broadcasting industry and I need to prematurely fade out songs before they have finished. I've tried a linear and a logarithmic fade but neither sound natural to me.
I was never good at logarithms in school and that was a long time ago.
Can
2004 Aug 06
5
MP3 decoding, fading and streaming at the same time
Hi There,
I have just ported to Linux a program that I wrote years ago in Prolog
under DOS to automate our Shortwave radio station. Back in 1990 the
original program used ADPCM coded audio files and a special board. Now I
can use MP3 files and a Soundblaster compatible card ;-) under Linux, and
it runs from a console without any fancy interface. I absolutely need to
fade-in and fade-out
2005 Jul 12
11
how to cancel/stop a script.aculo.us effect
I apologise for what is probably a totally noob question here, but I''m at a
loss after pouring over the docs and the source code for prototype and
scriptaculous...
After you''ve started an effect, how do you access it to cancel or change it?
I had assumed it was something like this:
myEffect = new Effect.Appear(element, {duration:1.5});
myEffect.cancel();
... but that