A progress bar or progress window is a component in a graphical user interface used to convey the progress of a task, such as a download or file transfer. "Progress" is also the name of a development tool and database from Progress Software Corporation. The "progress-4gl", "progress-db" and ...

learn more… | top users | synonyms

-2
votes
0answers
31 views

Looking php script. Variables 1-10 show in progress bar

I'm looking a php script or function which display variable in bar. when give variable it will be display in progress bar. Something like this: this
0
votes
2answers
74 views

Results of jQuery $(“#id”).html() not Visible During Document Ready Function?

I'm making a quick javascript progress function named showLoadProgress(). It is called repeatedly from within the buildMyPage() function seen in the sample code, until the function is complete. If ...
0
votes
1answer
17 views

Background-transfer(Up-loader) progress issue for metro apps

The Background-transfer(Up-loader) progress for metro apps is giving me a 100% for file greater then 1 MB within a second as shown below: *Running: c5593753-d155-425a-8e25-6b1f90bbff85 Progress: ...
1
vote
2answers
29 views

MS Access freezes while running VBA, then unfreezes once finished

I've got a VBA script that loops through a table and it works fine except that while it runs the code Access freezes. Once the code is run, it unfreezes and everything as it showed be (the vba ...
0
votes
0answers
24 views

Chrome and the progress tag during an XMLHttpRequest

I'm having issues with the <progress> tag in Chrome (using it in the indeterminate state). It animates perfectly fine at first, until I shoot off an XMLHttpRequest, at which point the progress ...
1
vote
0answers
14 views

Is it possible show progress of bytes transferred when uploading photos

Facebook SDK 3.0 for Android android:minSdkVersion="8" android:targetSdkVersion="17" Below is what I am using to Construct the request and it is working fine. Request(Session session, String ...
0
votes
1answer
31 views

It is possible to show list/dictionary generator progress in python?

I build very big dictionary (2^20 elements) in python using dictionary generator expression (i'm using IDLE for this). The process is very long because of every element needs hard computing. It is ...
0
votes
2answers
45 views

Installing OpenEdge driver on Sql Server Cluster

I have a SQL Server 2005 64-bit cluster, and I need to import from a Progress DB frequently. I tried installing the Progress Openedge 10.0B driver on each VM in the cluster, but after I enter the ...
0
votes
1answer
47 views

Upload-Progress in compoundjs/express with bodyParser({defer:true}) fails

I try to figure out how to use the defer-property of the bodyParser used in express (and compoundjs) correctly. The goal is to get access to the event-property which should be possible duo passing the ...
0
votes
2answers
51 views

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. ...
0
votes
0answers
38 views

show progress loader while asynchronously loading and processing csv files

My question is quite simple, but I'm having a difficult time figuring out how to go about solving it. As shown in the code below, I am loading 3 csv files and then processing them using queue.js. ...
0
votes
1answer
39 views

VB reset progress bar value after download

As a bit of practice I am trying to get my program to download a file via the progress bar. It downloads it fine and the progress bar follows but the problem is that after the download is complete it ...
0
votes
2answers
45 views

Displaying progress for a long running process

I added a backup task to my website, which performs a list of tasks that can take a long time. In order to provide user feedback, I have a main page with two iframes. The first iframe has a button ...
0
votes
2answers
72 views

Thread not updating progress bar control - C#

I have a custom form with a custom progress bar, spawned in the main class(main thread). Then I spawn a thread and send it a ThreadStart function. This thread start function should update the ...
0
votes
1answer
26 views

Show progress text while logging user in - Android App

I'm working on an Android app and am having trouble updating the GUI. Basically what I want to achieve is when my user clicks the Sign In button, call the setVisibility method on the ...
0
votes
0answers
111 views

jQuery without ajax Progress bar file uploader

I am writing a file upload web app. It is currently a 3 step form with php conditional's. I have the uploader working. But I am wondering if there is a way to create a progress bar WITHOUT the user ...
0
votes
1answer
23 views

Using TAP progress reporting in a WCF service

I (new to WCF) am writing a WCF service that acquires and analyzes an X-ray spectrum - i.e. it is a long-running process, sometimes several minutes. Naturally, this begs for asynchronous calls so, ...
0
votes
0answers
36 views

How can I wire up a progress bar to my Speech Synthesizer?

I would like to wire up a progress bar to my Speech Synthesizer within my application (to show how far through it is reading the text). The the main components for my SpeechSynthesizer code are as ...
0
votes
1answer
59 views

Mysql sports league table

I am creating a sports page and I have reached to a point that I can´t solve myself. My problem is that I can´t figure out how to store positions of each team separate after each matchday. Here is ...
0
votes
0answers
53 views

Track http post progress with vba

I need to post some data from an Excel worksheet to an HTTP web service with VBA. I'm using MSXML2.XMLHTTPServer. How can I track the upload progress in order to give a feedback to the user (e.g. a ...
0
votes
0answers
7 views

Intergy EHR Application Clinical Export - Transcription Files are in binary blobs - how to access the data

I have been able to decode the data into what appears to be zip files, but I have been unable to unzip them. I suspect they might encrpy the data portion of these files and perhaps that is why I ...
0
votes
1answer
45 views

Android mediaplayer not progress seeking compleatly

Am trying to play a .wav file using media-player. Actually I had done so far shown below. Its playing an updating the progress correctly but the problem is, media player is not seeking completely. ...
0
votes
1answer
59 views

show progress update dialog in asynctask while getting all contact list

I'm displaying all contact list,I have used AsyncTask for that I wanna show Progress Update dialog so user can understand how much completion time left.I have following code for that but not getting ...
0
votes
0answers
18 views

how to show a progress of a nsoperation

i am beginning with Objective C, and now i have to add a new function to a small project which have already completed before. my problem is how to show a progress of a nsoperation, this operation ...
1
vote
1answer
92 views

bash: progress output for rsync in a script

this script is a part of a linux live-cd installer. rsync -aq / /TARGET/ exclude-from=exclude.list &>> errors.log i would like to report back to a gui the progress. the gui (gtkdialog) ...
1
vote
4answers
90 views

Progress bar as background of table

I have an HTML table showing a list of person. For each row, I would like to have a different progressbar-like background. Something like <table> <tr ...
0
votes
3answers
66 views

Unable to close Progress Dialog in Android

I want to create a progress dialog in android, keep it open for 2 seconds then close it. Below is the code I have written: package com.example.proressdialogtest; import android.app.activity; import ...
0
votes
0answers
60 views

How can I show spinners during different Ajax requests?

I want to show spinners when making differebt Ajax calls.Now, I can show a spinner under a combobox, but I want also to show one more spinner(it can have the same properties with the other spinner) in ...
2
votes
2answers
212 views

jQuery equivalent for css selector progress::-webkit-progress-value

I need to adjust the transition time for a HTML5 <progress>-Bar with JS (jQuery) but I cannot find the right selector in jQuery doing this. My current tries: CSS: ...
0
votes
0answers
32 views

html progress bar checkbox

i have a function that increase progress bar and counter(tb) when i click on checkbox but i have 2 problems. I want the value to stop when 3 boxes are checked because only 3 are required and i don't ...
0
votes
0answers
54 views

Progress, XML and asp classic…and me

This is our code on our page: Dim oItem, sProductName, sProductNameMUTCD, sEncodedProductName For Each oItem In oItems sProductName = xLine(oItem, ...
3
votes
0answers
65 views

Horizontal progress bar width in actionbar

I'm displaying an horizontal progress bar in my action bar. My problem is the progress bar width is not the action bar width, but smaller (but centered). Is that a normal behavior? How can I give it ...
0
votes
1answer
106 views

ProgressDialog does not update in ActionBarSherlock

I am not able to see any progress updates in progress dialog. In the activity class: void reterieveImages() { mImageUriList=new ArrayList<String>(); ...
-2
votes
2answers
61 views

Progress monitor of stream [closed]

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 ...
0
votes
0answers
65 views

VS10 .Net ODBC System DSN Error 126 Error IM003

I have a progress database I am connecting to. I am using the MERANT 3.60 32-BIT Progress SQL92 v9.1D driver. I created a VS2010 vb.net desktop application. I use the following code and it returns the ...
0
votes
1answer
55 views

modal indeterminate progress bars

I have a Windows app that basically calls other classes and within thise stored procedures and ultimately creates a csv file of a lot of info. I need a progress bar that just runs until its done so ...
-1
votes
1answer
55 views

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 ...
0
votes
0answers
197 views

Jquery, ajax beforeSend not working

These are the photo uploading code: $.ajax({ url: "php/uploadPhoto.php", type: "POST", data: formdata, processData: false, contentType: false, beforeSend: ...
0
votes
3answers
137 views

How to show percentage progress of a downloading file in java console(without UI)?

My part of java code is below. while (status == DOWNLOADING) { /* Size buffer according to how much of the file is left to download. */ byte buffer[]; if (size - ...
4
votes
1answer
171 views

ffmpeg Video Scan Progress during Frame Extarction

I scan input video to extract certain frames using ffmpeg's select filter. The selection is based on a complex creteria and the number of extracted frames can't be predicted (I'm doing scene ...
1
vote
1answer
66 views

XHR onProgress completed

I'm trying to implement a label with the percentaje of upload using ajax. The problem is that after the xhr returned 100%, it still takes about 17 seconds until the readyState==4 and status==200. I ...
-1
votes
1answer
153 views

ASP.NET MVC progress indicator

How should I implement a progress indicator gif for an process which is importing data. On the click of a button, the user browses the input file, selects and clicks on upload button. When the upload ...
0
votes
1answer
169 views

jQuery AJAX upload progress for large text fields

Is it possible to get the upload-progress for a form with very large textfields using jQuery ajax? I think the client knows how much bytes have been sent, but when I Google I only find solutions for ...
0
votes
1answer
54 views

Printing Progress Bar's percentage when animated

I am developing a progress bar which html looks like so <div class="progressbar"><div class="text">%0 Completed</div> <div class="progressbar_inner"></div> ...
-2
votes
1answer
83 views

Possible Reasons for ORA error 011033- “ORACLE initialization or shutdown in progress” [closed]

Please some one tell me possible reasons for the oracle error : ORACLE initialization or shutdown in progress - code 011033
2
votes
0answers
102 views

Can onprogress functionality be added to jQuery.ajax() by using xhrFields?

As suggested here: https://gist.github.com/HenrikJoreteg/2502497, I'm trying to add onprogress functionality to my jQuery.ajax() file upload. The upload works fine, and the onprogress event is ...
0
votes
1answer
28 views

ProgressDialog near application label

I noticed that some applications have ProgressDialog near application label which i marked with red circle in the image below - does somebody know how can i get ProgressDialog there?
0
votes
1answer
36 views

nsIWebprogressListener.onProgressChange(): getting the requested URI

in my Firefox-Extension I've allready implemented the method onLocationChange() of my Progresslistener. The Change of the URI in the Location bar is detected correctly. Now I want to implement the ...
-1
votes
4answers
329 views

Glass of water to show progress CSS JQuery [closed]

I have been working on an app and recently started making some pretty large changes to it. Basically, the app enables the user to keep track of the water they drink and apply that to the goal they set ...
1
vote
1answer
70 views

How to show progress in the System Tray

I am trying to display progress in the system tray. I use this: ProgressIndicator pi = new ProgressIndicator(); SystemTray.ProgressIndicator = pi; ...

1 2 3 4 5 11