"Progress" is the name of a development tool and database from Progress Software Corporation. The "progress-4gl", "progress-db" and "openedge" tags are more specific to that environment.
Questions tagged [progress]
1522 questions
0
votes
1 answer
Android: Change SeekBar Behavior
I want my SeekBar to only change progress when the thumb is dragged. Right now it also changes position when anywhere on the progress bar is clicked. Is there a way to remove that extra functionality?

ElectronAnt
- 2,115
- 7
- 22
- 39
0
votes
1 answer
PECL Uploadprogress Will Not Give Me Upload Progress
I am trying to implement a very basic AJAX upload progress bar using the PECL uploadprogress extension. I have found this sample code which works across all browsers: http://svn.php.net/viewvc/pecl/uploadprogress/trunk/examples/. It uses iframes to…

Julian
- 325
- 1
- 3
- 10
0
votes
4 answers
C# visual studio 2010 background worker, report progress
Hey I'm trying to get my background worker to send a parameter back to the main thread in my form whenever it changes..
Within the method that the background worker runs I have this
worker.ReportProgress(p);
p is the variable in a for loop that is…

Guye Incognito
- 2,726
- 6
- 38
- 72
0
votes
1 answer
Flash Uploader using URLUploader progress problems
I want to make an uploader using flash and PHP server. The problem is that I can't get the progress when uploading. I used the URLLoader class in actionscript 3. I don't use fileReference because I want to upload an image that is encoded from bitmap…

thanhtung9630
- 74
- 4
0
votes
1 answer
make div appear instead of sliding to location
I have a progress bar that is supposed to go to one of six thumbnails,depending on which one you click on. It works fine in the sense that it goes to the right thumb, and does it's job. The thing is, I need it to disappear as it moves, and reappear…

Nata2ha Mayan2
- 474
- 1
- 10
- 23
0
votes
1 answer
How to keep Dialog visible in android?
I want NOT to hide the progress dialog in android after clicking a button, I want to perform some operations only while keeping the Dialog appear ,
I have the following code for creating a dialog:
public Dialog onCreateDialog(int id){
…

AboZain AlBanna
- 23
- 2
- 4
0
votes
1 answer
Java Sonatype Async HTTP Client Upload Progress
I am trying to implement async file upload with progress with sonatype async http client - https://github.com/sonatype/async-http-client.
I tried the method suggested in the docs. Using transfer…

JohnGray
- 656
- 1
- 10
- 27
0
votes
2 answers
Firefox XHR not firing upload progress events
Pretty straight-forward HTML/JS that:
Takes a Base64-encoded PNG
Converts it to a blob
Sets an img.src to verify that it's a valid PNG
Uploads it via XHR after setting event handlers
In Firefox 12 I get the "loadstart" and "loadend" events but no…

Rob Olmos
- 2,372
- 15
- 24
0
votes
2 answers
What is the name of a thread that shows the progress?
I've written a program that consists of 3 threads: 2 threads that do something useful, and the 3rd to print the progress to the console. Does a progress-printing thread have a specific name, and if so, what name does it have?

ArchLinux
- 3
- 1
0
votes
1 answer
How do I force a browser to displaying while loading
I am working in WordPress. I have several sites set up the exact same way (as far as I can tell). Most behave as expected. However, a few of them are such that the browser (all types) does not show the progress of a first-time load or refresh…
0
votes
2 answers
ProgressValue in onPostExecute() in AsyncTask class
How the ProgressValue (passing in the onPostExecute() in AsyncTask ) represents. it's value depends on what ?

Adham
- 63,550
- 98
- 229
- 344
0
votes
2 answers
How do echo out progress on MAMP using flush()
I'm trying to run a simple PHP script on MAMP. I'm using PHP 5.2.17 and I have compression turned off. Im trying to execute this simple script

user379468
- 3,989
- 10
- 50
- 68
0
votes
1 answer
AS3 - Display data transfer progress between Flash and PHP
How to display the progress on a data transfer between Flash and PHP?
Below is the AS3 code I'm using to upload a base64 encoded image through PHP.
var scriptLoader:URLLoader = new URLLoader();
var scriptVars:URLVariables = new…

Tom
- 5,588
- 20
- 77
- 129
0
votes
2 answers
progress circle UIControll iPhone
Anybody know how to make progress indicator of doing something like on a screenshot?

LightNight
- 1,616
- 6
- 30
- 59
0
votes
2 answers
Android: Show progress indicator of parse while downloading a XML
I need to show a progress indicator bar while parsing a downloading xml.
I did it downloading first, and then parsing, but I wan't to do both action parallels.
This is part of my code to do this, but i don't know how to show the pogress indicator.
…

lolaylo21
- 1
- 3