DeveloperGuidelines DeveloperGuidelinesTips == !StatusBar == See the [http://www.vimeo.com/9526668 ajaxS3 demo] to get an idea. It is located in the [http://bazaar.launchpad.net/~sunneach/sahana-eden/pyUI/annotate/head:/static/scripts/S3/S3.js S3.js] To use it call: {{{ showStatus(message, timeout, additive, isError) }}} Where 1. message - string - message to display 1. timeout - integer - milliseconds to change the statusbar style - flash effect (1000 works OK) 1. additive - boolean - default 'false' - to accumulate messages stacked in the bar which will have growing number of lines if 'true' 1. isError - boolean - default 'false' - show in the statusbarerror class if set 'true' To remove the status bar, call the {{{ hideStatus() }}}