Daniel Mota / IceBeat

Mi vida en formato CSS3

Estás en la bitácora de IceBeat, una página sobre diseño y desarrollo web.

Gracias a Paul Streise, alguien que no tiene web, ha dedicado parte de su tiempo a portar el código de Window.Growl a Mootools 1.2 Beta 2.

Sin duda Window.Growl y Packito son las dos joyas de esta casa y ambas las tengo un poco descuidadas, aun así tengo planes para actualizarlas pero gracias a Paul ya me he ahorrado el 50%.

Por mis refers he encontrado una versión en Prototype, esto quiere decir que hay versiones adaptadas para Mootools, jQuery y Prototype, nada mal.

Tengo que decir que tambien un usuario ha añadido mejoras a class.image y que pronto intentare postearlo.


Comentarios


  1. brawo

    # · metaxy · hace 1393 días

  2. Hi, bu it's possible change background color? It's only black?

    # · flux · hace 1391 días

  3. @flux the background is a image :)

    # · Icebeat · hace 1391 días

  4. Hey, I like this tool but I have a question. How can I make this to work. After I included the Javascript elements and after I added ids to some links it doesn`t work even if, at the bottom of my HTML code I have the $('smoke').onclick = function() { Growl.Smoke({}); return false; };

        $('bezel').onclick = function() {
            Growl.Bezel({
                title: 'Window.GrowlBy Daniel Mota'
            });
            return false;
        };

    .... code.

    Can you give me a hand please?

    # · Bogdan · hace 1378 días

  5. I keep getting the error, "Growl not defined". Could help me understand the problem?

    Thanks,

    Prasant

    # · Prasant · hace 1370 días

  6. Hi, your 1.2beta-version doesn't work with the official 1.2 release. Is this a generell or my local problem?

    Thanks, Jörn

    # · Jörn · hace 1338 días

  7. @Jörn I don't know, i think is a general error of my script.

    # · IceBeat · hace 1335 días

  8. hola, oye cuando trato de usar tu script me sale este error en el fiarfocs:

    Error: this.queue is undefined Archivo Fuente: http://localhost/rambutan/004/js/growl.js Línea: 65

    y es esta linea: var last = this.queue.getLast()

    y si, mi version de mootools es la 1.11

    saludos :)

    # · oscar · hace 1330 días

  9. Hi

    Growl is great! :) Nice work, but:

    Could you fix the setHTML() and other problems with mootools 1.2 release please :)

    Thanks, Sascha

    # · Sascha · hace 1310 días

  10. I too love this script and would like to use it. But like Jörn said, the script doesn't work with the official mootools 1.2.

    Firebug returns the following error: arguments.callee.caller.parent is undefined.

    # · LouisK · hace 1291 días

  11. is there any other way to trigger this? I want to make it work automatically when somebody loads a page and not only onclick.

    # · freddy · hace 1204 días

  12. How Can I use Growl.Bezel with 2 link: first with method Show() and secound with method Hide() ???

    # · cichy · hace 1199 días

  13. Hi,

    pleas make a grow update, to mootools 1.2.1

    # · torro · hace 1184 días

  14. @torro sorry guys, soon new update to 1.2.1

    # · IceBeat · hace 1183 días

  15. Please, can you update Growl for Mootools soon? I have used it in so many places throughout my application, and can't upgrade the Mootools library because of that. Please?

    # · Vanco · hace 1169 días

  16. I've ported a bit to 1.2: http://ljpilon.nl/mootools/2008/11/30/windowgrowl-for-mootools-12/

    Have fun :-)

    # · Lennart · hace 1167 días

  17. Thanks Lennart.

    # · Vanco · hace 1163 días

  18. Ohh thanks @16

    # · IceBeat · hace 1157 días

  19. For the "Error: this.queue is undefined" error.:

    To fix this you must add the following line to the script.

    window.addEvent('domready',function() { Growl.Bezel = new Gr0wl.Bezel('js/growl/bezel.png'); Growl.Smoke = new Gr0wl.Smoke('js/growl/smoke.png'); Growl.Smoke.create(); // --> Line added Growl.Bezel.create(); // --> Line added });

    Anyway, the script should be corrected. I don't know why it don't initializes the class...

    # · Arturo · hace 1118 días

  20. how to stop? :

    I wish to put a duration of 30 on window.growl, and to install a button to close prematurely. But I succeeded in not inserting this closed function (hide) and which stops the chain. Thank you for your assistance.

    To call with onmouseover, and to avoid the repetition, change show: function(options) { in show: function(options) { if(this.i

    # · Philippe · hace 1114 días

  21. @Arturo: check the path to smoke.png and change it at the bottom of the code.

    # · Lennart · hace 1081 días

  22. PLEASE UPDATE THIS AWESOME SCRIPT! thanks.

    # · 23232323 · hace 981 días

No se puede añadir más comentarios.