So i found that there is no Notifier in Qooxdoo, notifier are usefull for many reason, so i create a small one in Qooxdoo...
Feel free to modify/use/help me to improve it... For example, i did not found how to proper use qx.fx.queue.Manager wich seems to be able to replace the javascript queue i've used in message class (when i use the manager, each object go on top-left corner without any working effect) download link : http://www.megaupload.com/?d=I3J9A4S0 How to use it (everywhere at any time like a singleton without taking care of multiple instance) : It support HTML inside each string... new notifier_.view.Notifier( ' From Somebody ', ' plop : '+rnd+'... ' ); It will show the message and deplace the other already showed (you don't need to use this object after this line). You can set timeout (right now 10sec) to 0 to remove timeout destroy, also width, maximum number of message & so one... The class still slow if I compare to some jQuery notifier... So if you know any way to improve speed -- View this message in context: http://qooxdoo.678.n2.nabble.com/IDEA-Notifier-tp5961015p5961015.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
