"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
-1
votes
1 answer
Custom image progress bar (~circle)
I've stuck here. I want to make this like a progress bar but I don't have any idea how can I do this. (from A => B)
Thanks for help.
https://i.stack.imgur.com/n8fsz.jpg

erenbertr
- 1
- 1
- 2
-1
votes
1 answer
My progress bar goes over its specified amount
I created a simple program called poodle doodle where you just click buttons to add to a progress bar but they could easily crash the program by just going 1 over the max amount but i cant figure out how to stop it from doing that. How can I?
Here's…

Leon
- 11
- 2
-1
votes
1 answer
SVG circular progress not working in Mozilla, Opera
I am trying to implement this SVG circular progress bar using this code.
But it is not working in browsers other than Chrome. Can anyone tell me the what's the problem?
The code as below:
HTML
…

user3428616
- 65
- 4
- 14
-1
votes
1 answer
Progress bar while start activity
In this code i want to use a ring progressdialog for open and loading each activity.
My code not work well. In my code, progressbar closed and activity open after long time.
I want to add a progressdialog in onListItemClick, plz help me
public…

H.A.M.I.D
- 29
- 1
- 6
-1
votes
3 answers
How to access the value attribute div tag from back end using asp.net c#
How to access the value attribute of a progress tag from back end using asp.net c#.it is not working properly .i need show users percentage based on 5 star and 4 star in div
5 star

prakash
- 11
- 9
-1
votes
1 answer
Displaying progress in c#
I am thinking of using an LED like indicator light to display (green to red) when something is completed.
My current code goes something like this:
bool saveSingleSampleDone = false;
private void btnSingleSampleData_Click(object sender, EventArgs…

John Tan
- 1,331
- 1
- 19
- 35
-1
votes
2 answers
Jquery countdown progress bar for a coming soon page
I'm looking for a animated jQuery progress bar, horizontal and/or vertical.
Free or commercial one.
The idea is to set the start and end date something like:
var startDate = new Date();
var endDate = new Date("September 28, 2014")); //…

Al Viena
- 13
- 2
-1
votes
1 answer
How to move checkout progress block to right?
In magento , i want to move checkout progress block from right to left. I mean i want to show the checkout page as 2columns-right style.I have an extension at left side column which i don't need in checkout page.
so, how can i manage it ?
I have…

Mostaq mahmud
- 93
- 1
- 8
- 17
-1
votes
1 answer
Async Ajax call not working in chrome
I have a form within an aspx page,this form takes a file input and posts it to viddler server.
While the file gets posted to viddler server,In the backgorund i make ajax calls to a webmethod on the codebehind page, this webmethod calls the viddler…

user3351001
- 11
- 1
- 4
-1
votes
1 answer
progressHUD with Cancel UIButton in iOS7 style
I am looking for a ProgressHUD Framework with the possibility to cancel my upload process.
Can you give me a hint, please!
Yours Raphael

Raphael
- 512
- 1
- 6
- 18
-1
votes
1 answer
How to display the downlaoad status in % in Progress Bar with Multiple Async Class in Android
I have got multiple asyn Classes to run on background depending on the conditions each passes by..
Example: Not exactly the code, it's just a demo flow, if any doubt, let me know!!
new BB().execute();
{
//in background method
if(condition){
…

Exceptional
- 2,994
- 1
- 18
- 25
-1
votes
1 answer
HttpWebRequest download file and progress bar
I searched the net but couldn't find any way to get progress while downloading file with HttpWebRequest. Does this class support progress at all? Any link, tutorial, hint would be greatly appreciated.
Thanks.
P.S. Here's the code...
private…

Davita
- 8,928
- 14
- 67
- 119
-1
votes
2 answers
Progress monitor of stream
I've created a stream from client to server. How to create ProgressMonitorInputStream or something else in this kind, for this piece of code?
FileInputStream fileStream = new FileInputStream(file);
int ch;
do
{
…

Ariel Grabijas
- 1,472
- 5
- 25
- 45
-1
votes
1 answer
Python console progress
I need to create simple progress in console. Like:
Progress: [######] 30% out of 432 combinations
Last 10 tried:
12.12.2013 - this1
12.12.2013 - this2
...
12.12.2013 - this10
Pretty simple. I found an ugly way: do clr() each time and do print (for…

user2257564
- 63
- 5
-1
votes
1 answer
Background worker doesnt report progress in wpf
Possible Duplicate:
Backgroundworker won’t report progress
I am using Background worker in WPF. the problem with is it is not reporting progress. It just update the ProgressBar when it completes task. I want to update it regularly while…

Mujeeb
- 83
- 4
- 14