A progress bar is a component in a graphical user interface used to convey the progress of a task, such as a download or file transfer.
0
votes
0answers
13 views
jQuery ui progressbar is not working in chrome
I have the following element in my HTML.
<div id="progressbar" class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" ...
0
votes
1answer
25 views
how can you pulse a progress bar in Qt?
Is there a way of using CSS or something else to make a pulsing QProgressBar in pyqt as illustrated below?
The default progress bar has an animation when using the windows vista theme, but I'm not ...
0
votes
1answer
49 views
Making a console progress bar? (Windows)
So I have a function (or rather, I'll turn it into a function later) to make a random % progress in a console window; like this:
#include <iostream>
#include <time.h>
#include ...
0
votes
1answer
12 views
JavaFX ProgressBar Value Doest Work
ProgressBar pb = new ProgressBar(0.0);
pb.setProgress(1.0 - (1.0 / ((1.0 * 60) / 15000)));
I want progress bar show 60min state, but when left 15000min not really showing state.
Sory for my bad ...
0
votes
2answers
26 views
GUI - Display lines one by one on a JTextPane and make a related JProgressBar
How to display lines one by one on a JTextPane and make a related JProgressBar?
I have this loop:
int k;
for (k=0; k<array_TXT.length; k++) {
if (array_TXT[k] != null) {
...
0
votes
1answer
27 views
Android Progress Bar slow rotation on pre HoneyComb devices
I've been trying to achieve an smooth rotation of a drawer in pre honeycomb devices, but it was impossible for me:
In my layout.xml
<ProgressBar
style="@style/ProgressBarLarge"
...
3
votes
3answers
103 views
Implementing a Progress Bar in C#
Attempt number 2. Trying to be as clear as possible because I have been on this task for much longer than I should have and made little progress.
I need to make a progress bar for an application. ...
-1
votes
2answers
35 views
PHP Profile Image upload with progress bar and preview like Facebook
I want to upload a profile image with a progress bar and, after uploading the image, it should show the preview of the image like on Facebook. Please help.
0
votes
2answers
44 views
ProgressBar value is not increasing.
I was adding a progress bar in my login form.
After clicking on sign in button in login form thenext form gets some values from database(in form load), and then the next form opens after getting the ...
0
votes
0answers
22 views
Custom slideshow effect added in the progress bar with dots.
I'll be honest with you all; I'm totally not a developer and specially not with Javascript. I want a custom to create a custom slideshow and I specially liked one kind:
...
0
votes
1answer
14 views
Bind ToolTip.Content to a ProgressBar.Value in a DataTemplate
Tried many ways like defining the binding as RelativeSource=TemplatedParent, RelativeSource=FindAncestor, TemplateBinding and even ControlTemplate but the ToolTip remains blank.
Note: not looking for ...
2
votes
2answers
55 views
Progress Bar and Threads
I have this Progress Bar class (Testing threading)
public class ProgressBarUpdate
{
//Add getters and setters
static MainGUI theForm = (MainGUI)Application.OpenForms[0];
...
1
vote
2answers
29 views
How to create a progressbar with sections?
I would like to have a progress bar that is divided clearly visible sections. For examplee, a user has to go through seven steps to complete a registration process. I want the progress bar to be ...
-1
votes
0answers
17 views
Android custom dialog with progressbar(circle) and asynctask
is it possible to make dialog like in web - image preview full screen ?
press on thumb
openning fullscreen dialog with progressbar on it
asynctask getting image(Base64)
on asynctask finish show ...
0
votes
1answer
31 views
CRM 2011 progress indicator in forms
I have some javascript that fires when a form loads, and the javascript can takes up to 10 seconds (queries an external service for some data). Is there any way to show some sort of a visual progress ...
0
votes
1answer
47 views
Invalid thread access in SWT (progressBar help)
first of all I'm sorry about my English level, I'm Spanish.
I have a little problem with a progressBar in SWT application:
I have 1 Class(The application (SWT)) with all controls(progressBar, ...
0
votes
0answers
24 views
Customizing the “Presentation Cycle with progressbar” no “flow” effect.
I've been searching around to find the same slideshow as the one used in the website of sputnikcreative.com. I found it as nice way of presenting some stuff I design and I'm totally not experienced in ...
0
votes
1answer
37 views
Manage tasks progressions in one user interface
I have an application in witch the user can start tasks, heavy tasks. And I want to manage the progression of these tasks in one user interface Grid (each row is a task, with a progression bar) the ...
1
vote
1answer
17 views
Show the progressBar that correspond to row of TableView when click with Custom TableViewCell
I stuck few hours with this problem. I have 3 rows in my tableview.
I also use a custom cell contained 1 button and 1 progressbar.
The problem is when I click on button at first or second row, the ...
-3
votes
0answers
16 views
I want to create a profile page in rails 3.2.12 that contains image which is displayed with progress bar [closed]
I want to create a profile page in rails 3.2.12 that contains single image which is to be displayed with progress bar while uploading using gem file jquery-fileupload-rails and paperclip.
Please give ...
0
votes
2answers
38 views
disable progress bar animation in Qt
Is it possible to disable animation of the progress bar in Qt and make it behave like a meter instead?
Below is the default behavior, and I would instead like it to not have the shiny wave go through ...
1
vote
1answer
50 views
Display file uploading progress with Google Cloud Storage
I have a web app which allows users to upload files to Google Cloud Storage on behalf of my web app. I already implemented a simple feature successfully using an HTML POST Form, described here.
...
0
votes
1answer
33 views
how to make Indeterminate progressbar look nicely?
I'm using nimbus lookAndFill
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
and my indeterminate JProgressBar looks like that:
...
0
votes
2answers
68 views
Proper way of doing Progress Bars C#
I have a big project (30ish developed classes) and I want to make a loading bar for it. I have a current progress and total progress bars. I also have to roughly describe what is happening during the ...
-4
votes
0answers
26 views
I need code of progress bar for this uploading script [closed]
I am using the below famous uploading script, I tried to develop progress bar for it, but I failed!
I will be thankful if somebody helped me by designing simple script without necessity for installing ...
2
votes
2answers
56 views
+50
Wrapping up a method with ruby-progressbar gem
I am trying to use ruby-progressbar gem with ruby-git gem
My aim is to capture the dynamic progress bar during the git clone so that i can get the progress bar for this git clone
I am trying to use ...
1
vote
1answer
65 views
Loading bar while cmd.exe is running
What I'm trying to do:
Pass a command to .cmd, show a loading bar while the command executes, exit cmd and display a message box after progress bar is full
What's happening:
When I click the button ...
0
votes
1answer
57 views
How to create a Progressbar drawable in Android?
I would like to place a Progressbar over an Imageview until an image is loaded there using an async task so that the new bitmap will replace the progressbar drawable. I have checked out the Android ...
2
votes
2answers
53 views
android display dialogbox during progressbar
I have this problem: during a long operation, I display a ProgressBar. Sometimes, during this operation, the programm has to ask the user for somewhat.
Then, I'd like to display a DialogBox, but if I ...
0
votes
1answer
29 views
How to get progressBar progression [C#]
Let me say that I have a progessBar, how can I know the progression of the bar without having to use a counter to see how many steps the program made.
Just for research.
-1
votes
0answers
40 views
How to link progressbar to AJAX request
I am trying to add a progressbar with JQueryUI to my app to display the progress of an AJAX request. The reason I would need a progressbar is that the server-side process implies quite a lot of ...
0
votes
2answers
25 views
How to create a slideshow just like the one of http://sputnikcreative.com?
I've been wondering what kind of slideshow this is. It's like the one on sputnikcreative.com. (Procress) I've been browsing but can't find anything like that and I ain't good with jQuery/javascript so ...
0
votes
0answers
47 views
Add ajax progress-bar to Django form while keeping existing input file/submit elements
I have a Django template upload-video.html coded by a previous and more-experienced Django developer with a form whose action I don't want to change, because the Django function handling the request ...
1
vote
1answer
56 views
Progressbar (ttk.Progressbar) with python in tkinter not showing
Using the ttk.Progressbar in Python (in a tkinter GUI), I'm trying to have a progressbar appear when I press a button. Clicking the "Analyse" button on the gui calls the function analyze in the ...
0
votes
0answers
28 views
Plupload uploadprogress event always giving file.percent as 100
I am using the plupload.full.js downloaded from the www.plupload.com for uploading images,
My issue is when i tried to display a progress bar using the upload progress event it always gives a value ...
2
votes
1answer
33 views
Trying to implement a simple responsive progress bar with issues
Ive followed the instructions as to the site i obtained the information off and now im stuck the following code is as follows
HTML
<div class="progress-wrap progress" ...
0
votes
0answers
77 views
Progress Bar while downloading files using FTP and HTTP
There are two forms in use: the frmclient and frmprogressbar. When the client form loads, the files in the FTP server are listed. You can download files using both the FTP server or via HTTP. If ...
0
votes
0answers
53 views
Threading on Created Progressbar Class - Windows Application using C#
I have Class that creates progressbar. But my problem is, I don't want to use the Application.DoEvents() just show the actual event. I have also observed that populating the records consume much time ...
1
vote
1answer
21 views
Showing Progresscircle in Asynctask
I want to show an progresscircle while a chat is loading. So I put some progressbar in, visibility set to invisible. Now I set in onPreExecute() the visibility to visible and in onPostExecute() to ...
0
votes
1answer
59 views
JavaFX deployment through Java Web Start - Loading Progress Bar
My app is deployed by JavaWS but after the user clicks on the JNLP there is a long pause where nothing seemingly happens, then the app pops up on the screen. JavaWS is downloading all the JARs in the ...
-2
votes
0answers
39 views
Struts2 background action with send info status to client
I have a web application using struts2 and tomcat 7 as a server.
I have an Action that will potentially process a lot of data. I would like to create a progress bar that sends the information to the ...
1
vote
3answers
84 views
How to Put ProgressBar in Button
I am a newbie at WPF and did not pull off my attempt at putting a progressbar in a button. My previous question asked is at : StackOverflow Post. Any help with how to properly do this would be ...
1
vote
2answers
75 views
Python: How to get progressbar start() info from one window (class) to other
There is a main window with menu and the progressbar. A correspondence window with OK button opens upon menu command and the OK button starts the process (here: 3 sec. sleep).
The correspondence ...
4
votes
1answer
38 views
Enable button when picture finishes downloading.
Ok so I have a problem in Visual Basic, I got this code that downloads a picture.
WC.DownloadFileAsync(New Uri("picturelinkhere"), "c:\myfile.jpg")
After that I have a code that greys out the ...
-1
votes
1answer
42 views
Progress bar to upload video into youtube?
How to get progress of the video file getting loaded into youtube using Google-Youtube?
4
votes
4answers
88 views
Seekbar or progress bar with multiple colors
I want to create a bar like this initially when progress is zero it will be a fade in color but and as progress goes on it will become bright on that part(This is best I can explain) main thing is i ...
0
votes
1answer
24 views
use progressbar to indicate in the course of downloading image
The following is my layout:
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<ProgressBar
...
1
vote
1answer
96 views
ajax request triggered but success function won't start until I stop the page
The server I'm developing on is the Django 1.4 development server on Open-SUSE.
My Problem
My jquery ajax request is triggered, but the success function does not run until I stop the page with my ...
-1
votes
0answers
53 views
simple android mediaplayer with progress bar [closed]
I need code for a simple media player android app that loads the music files from asset directory with play,pause,next , previous and with progress bar options. i have a code but it has problem in ...
0
votes
2answers
55 views
Python ttk progress bar appears after process, why?
I want to create a large text upon Tkinter menu command and provide visual support by a progress bar. Altough the progress bar is meant to start before the subsequent time-consuming loop, the progress ...



