Top "Progress" questions

"Progress" is the name of a development tool and database from Progress Software Corporation.

Stop the browser "throbber of doom" while loading comet/server push iframe

When using Comet, or Ajax Long Pull techniques - an iframe is usually used. And while that iframe is waiting …

ajax comet loading progress throbber
Calculate progress bar percentage

I am building a file upload progress bar. Currently I have an upload form which returns the current amount of …

ajax upload progress swfupload
Best way to calculate ETA of an operation?

I am looking for the best way to calculate ETA of an operation (IE: file download) using a linear progress …

math progress time-estimation
Delphi XE2 DataSnap - Download File via TStream With Progress Bar

I've written a DataSnap server method that returns a TStream object to transfer a file. The client application calls the …

delphi stream download progress datasnap
Android seekbar set custom style using nine-patch images

I am trying to create a custom-styled seekbar. I have two nine-patch images one is a gray stretching bar search_…

android progress fill seekbar nine-patch
Printing an ASCII spinning "cursor" in the console

I have a Ruby script that does some long taking jobs. It is command-line only and I would like to …

ruby command-line progress
Can't grab progress on http POST file upload (Android)

I am developing an Android app which enables the user to upload a file to services like Twitpic and others. …

android http post upload progress
Is it possible to show progress bar when download via Retrofit 2 Asynchronous?

@Streaming @GET Call<ResponseBody> downloadSong(@Url String url); Above code is used to download file asynchronously using retrofit. …

android download retrofit retrofit2 progress
SFTP Progress with SSH.NET

VB2010 with SSH.NET. I've downloaded and implemented the library to do an SFTP download and it works great. I've …

vb.net ssh sftp progress
Are there progress update events in jQuery ajax?

i have long running task that gets called using jquery ajax. i am using the block ui plugin to show "…

jquery asp.net-mvc progress blockui