Hi
I want to add a "loading" message in my app when stating a ajax call.
Here is how i implemeneted it
var flash;
request.addListenerOnce("sending", function(){
// open flash message with "loading" text
});
request.addListenerOnce("completed",function(){
// close flash message
});
But as i've seen it the message is not shown. But the code is executed.
The flash message is a tooltip.
I assume that the message is queued to be redender, but close
(destroyed) before it actually shown.
Is there way to force the rendering of this message.
And is this a good idea to force this??
Regards
--
Benjamin Dreux
Analyste-Programmeur
Chaire de logiciel libre-Finance Social et solidaire
UQAM
Montréal
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel