Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] how to have an hook play a sound
@ 2008-01-05 17:11 Giorgio Lando
  2008-01-05 18:43 ` William Morgan
  0 siblings, 1 reply; 3+ messages in thread
From: Giorgio Lando @ 2008-01-05 17:11 UTC (permalink / raw)


Hi again, I do not speak ruby and I am trying to write an after-poll.rb
which plays a sound when there are new messages.
I have tried several things, but probably I am misunderstanding
something radical. I would like that it executes the sound when the
variable @num (the number of polled messages) is >= 1.

My less absurd try is perhaps:

if @num>=1
system "/usr/bin/aplay -q <mysound>"
end

but I get the following error:

Error running hook: undefined method `>=' for nil:NilClass

With:

if @num!=0
system "/usr/bin/aplay -q <mysound>"
end

The sound is always player, also when there is no new message polled.

I have tried to define or declare a class or a method somewhere, but I am really
lost.
Any help?
Giorgio Lando


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-05 21:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-05 17:11 [sup-talk] how to have an hook play a sound Giorgio Lando
2008-01-05 18:43 ` William Morgan
2008-01-05 21:29   ` Giorgio Lando

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox