Firefox addon - Notification bar with timer -


in firefox add-on, set temporary notification top notification bar. temporary, mean notification disappear after couple seconds. possible?

thank you.

notifications don't have automatic timeout, can set own timeout , call removenotification remove it.

var box = bar.appendnotification(label, value, image, priority, buttons); settimeout(function() { bar.removenotification(box); }, delay); 

Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -