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

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 groupLogInProgress as defined below and set it to View.VISIBILE. …
Phil
  • 4,029
  • 9
  • 62
  • 107
0
votes
1 answer

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 of AJAX. I had a progress bar working perfectly…
EHerman
  • 1,852
  • 7
  • 32
  • 52
0
votes
1 answer

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, using wsDualHttpBinding and defining the following…
0
votes
1 answer

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 what I want to achieve: For creating the league…
0
votes
1 answer

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 progress bar)? Here is the code I use : Const…
bbo
  • 13
  • 4
0
votes
1 answer

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 clear,How to show progressUpdate…
Dilip
  • 2,271
  • 5
  • 32
  • 52
0
votes
3 answers

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 android.app.ProgressDialog; import…
aagarwal
  • 134
  • 1
  • 2
  • 10
0
votes
1 answer

ProgressDialog does not update in ActionBarSherlock

I am not able to see any progress updates in progress dialog. In the activity class: void retrieveImages() { mImageUriList = new ArrayList(); mImageUriList = Utils.fetchImages(this); mProgressDialog = new…
Akhil Jain
  • 13,872
  • 15
  • 57
  • 93
0
votes
1 answer

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 the user can see something is happening. I have…
0
votes
1 answer

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: function(XMLHttpRequest){ …
user2018783
  • 89
  • 2
  • 7
0
votes
1 answer

Printing Progress Bar's percentage when animated

I am developing a progress bar which html looks like so
%0 Completed
and used this jquery codes for…
user2854865
  • 65
  • 1
  • 3
0
votes
1 answer

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?
user2086174
  • 195
  • 1
  • 3
  • 12
0
votes
1 answer

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 method onProgressChange(). What I tried to do here:…
0
votes
3 answers

Glass of water to show progress CSS JQuery

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 at registration. One of the features would be a…
Zac Brown
  • 5,905
  • 19
  • 59
  • 107
0
votes
0 answers

Multiple Activity Issue

I have 4 activities: changeView, changeViewTwo, NoRunning, YesRunning. Also, I have 2 XML: yes_running and no_running The first screen (no_running), has a button that changes the view like this: Button buttonchange01 = (Button)…
Komanti
  • 21
  • 4