Questions tagged [progress]

"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.

1522 questions
0
votes
1 answer

Upload progress in lighttpd no response

I am trying to get the uploadprogress module for lighttpd 1.5 to work, but i am running into a strange problem: When i start the upload "/response" is getting called every second with the X-Progress-ID header set, but i am not getting any response.…
puelo
  • 5,464
  • 2
  • 34
  • 62
0
votes
1 answer

HTML/CSS progress bar controlled by Joomla Session Variable ( expiration date)

I am trying to use the progress bar to display how long a user has left in a subscription. I've looked around quite a bit but cannot find a way to use a date to control the css % http://jsfiddle.net/vjNpj/1298/ I am displaying users account…
MJ Reno
  • 5
  • 2
0
votes
1 answer

Magento checkout working except for progress boxes

I have recently been having problems with Magento's one page checkout system. At the moment it is working in a basic way, but the progress steps which are normally displayed on the right hand side are not being updated when the steps are completed. …
Ben Dugan
  • 71
  • 2
  • 6
0
votes
1 answer

Android bulkInsert Progress Values?

I am using the Content Resolver's bulkInsert Method to speed up insertion in an AsyncTask, its working great but i wanted to update the ProgressDialog's value in publishProgress. Is this possible in bulkinsert?
0
votes
2 answers

Android Progress Dialog isnt in the center but bottom

I've searched everywhere, and nothing found! I need to set the position of my progressDialog in the center horizontal and vertical. But when i compile my code by command line (i dont use eclipse) an error message is shown: "cannot find symbol >…
N4pst3r
  • 646
  • 1
  • 10
  • 27
0
votes
1 answer

how to Appserver catch inf from progress

I'm searching where ASBMAN or ProgressExplorerTools catches this information, in order to build some tiny application toraise alert, charge info for historical issues, and so on
0
votes
1 answer

MVC3 Async jQuery progress bar on a insert query

So I am trying to add an async progress bar on a really slow and long query that inserts a bunch of rows to a database. My implementation is based off this example:…
Totty
  • 267
  • 3
  • 11
0
votes
1 answer

PHP: How to use session on one page while another page with session is loading

I am using CURL to download a large file from an external url and save it on my server. This can take up to few minutes. While the download is running I'm using the curl_setopt($ch, CURLOPT_PROGRESSFUNCTION,.. to run anonymous function which…
user2079305
  • 121
  • 1
  • 6
0
votes
1 answer

On PHP Server, how to get final search page content after a long wait?

I searched a lot of places, but couldn't find solution. What I want to do is: submit a form on PHP server to another server, the request is to search some results back; The search will take several minutes, so the other server will first return a…
Hyi
  • 1
0
votes
1 answer

Nginx Http Upload Progress Module: Hide X-Progress-ID in URL

I'm using Nginx Http Upload Progress Module(http://wiki.nginx.org/HttpUploadProgressModule) for my video upload page(upload.php). Everything works fine, but after the video uploaded successfully, the URL…
richard
  • 1,456
  • 4
  • 15
  • 22
0
votes
1 answer

jQuery Slider - Progress Bar

Similar to: Jquery slider with progress bar I have this slider and progress bar, but I want the progress bar synced with with the "previous" and "next" buttons as well. So when you click "next" the progress bar starts from…
Aiden Guinnip
  • 13
  • 2
  • 5
0
votes
3 answers

Js Temporary Stop Progress of click()

I am looking the way to stop the progress of button click until confirmation had made. Please advice a way to stop the progress temporary until 'Show Confirm Box' return true. Now my function will keep running forward regardless…
Micah
  • 4,254
  • 8
  • 30
  • 38
0
votes
1 answer

Android updating progress doesn't work while downloading LARGE files

I have read this topic and I have a problem about downloading large files, because progress dialog does not upload progress or upload only once after downloading and show 100% suddenly. But all works perfectly when I'm downloading small files. I…
Derek K
  • 2,756
  • 1
  • 21
  • 37
0
votes
3 answers

SLRequest Progress Callback ( iOS 6)

I'm implementing a Facebook video upload using the new Social APIs for iOS 6, everything is working fine, except that I didn't find a way to know how the upload is progressing... the only API that Apple seems to provide is that if the upload is…
MindTrip
  • 283
  • 6
  • 12
0
votes
0 answers

Silverlight loading screen goes direct from 0% to 100%

I have a silverlight app that uses the default startup loading progress bar. It used to start from 0% and gradually move to 100%. Some days ago, I did a minor update to the xap file and since then, it loads by staying at 0% for a long time and then…
Mika
  • 1,195
  • 6
  • 22
  • 34