Are you using Gr0wl with the mootools provided in the package or the one downloaded from http://mootools.net?

Ps. You don't need to define the Gr0wl.Smoke class, as it's already defined in growl.js.


On 4 Jun 2009, at 17:41, Dailce wrote:



We'lI found this cool script that I want to use:
http://icebeat.bitacoras.com/mootools/growl/

What I am trying to do is have the funciont gorl the message once the
Request is made.  However, I get an error "this.block is undefined
with firebug".

I added the Growl class to the page and tried to figure this out, but
no luck.  Help is greatly appreciated.


onRequest: function(){
        Growl.Smoke = new Gr0wl.Smoke('smoke.png');
        Growl.Smoke({
                title: 'Window.Growl By Daniel Mota',
                text: 'http://icebeat.bitacoras.com',
                image: 'growl.jpg',
                duration: 2
        })
}

Reply via email to