Cosmin wrote: > I'm trying to add a progress bar to a sipXconfig page and > I've found some components of this type on the web. > Please tell me your opinion regarding the links bellow or > give me another better suggestions. The main problem here is > the compatibility with browsers. > > 1. CSS component: > http://cssglobe.com/post/1468/pure-css-animated-progress-bar > 2. Javascript component: http://www.webappers.com/progressBar/ > 3. Another Javascript component: > http://mir.aculo.us/stuff/scripty2-ui/test/functional/controls > _progress_bar.html
Looking at the XX-6524 [1], I'd like to hear a little bit more about how the feature will work first. Having a "progress bar" means that there will be some meaningful feedback on the progress of the update. i.e. % complete at periodic intervals. Most users would expect this to be real-time progress feedback. Some progress bar implementations actually just cheats that by estimate how long it will take, show arbitrary progress as time passes, then stall at 99% until the job is finished. That is only as useful as the accuracy of the initial estimation. The problem is that it'll be very difficult to get accurate estimates or real-time progress feedback from the existing sipx-swadmin.py script output. Let's consider the simple approach: Just show the output of the sipx-swadmin.py script. -Paul [email protected] [1] http://track.sipfoundry.org/browse/XX-6524 : Software Update Screen needs a status indicator _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
