Project

General

Profile

Actions

Feature #271

closed

WProgressBar

Added by Omer Katz over 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
-
Start date:
01/18/2010
Due date:
% Done:

0%

Estimated time:

Description

Currently there is only a Wt::Ext::ProgressDialog but a progress bar widget is missing.

It should be fairly easy to create one.

To create a pretty one is a problem :)

It should incorporate:

1) A function to set it's own value

2) A function that increases it's own value by 1

3) A function that decreases it's own value by 1

4) Setters and getters for maximum and minimum value.

5) An event that will be emitted when the progress bar is at 100%

Those, excluding clause 1, are missing in Ext::ProgressDialog and should be added as well.


Files

ProgressBar.tar.gz (1.13 KB) ProgressBar.tar.gz WProgressBar Thomas Suckow, 09/13/2010 09:11 PM
progress.png (842 Bytes) progress.png Preview Thomas Suckow, 09/13/2010 09:11 PM
Actions #1

Updated by Omer Katz about 14 years ago

I mistakenly labeled it as a bug, please change.

Actions #2

Updated by Wim Dumon about 14 years ago

  • Tracker changed from Bug to Feature

Updated by Thomas Suckow over 13 years ago

Here is a simple progress bar that can be extended through styling (Currently a green bar on grey). It satisfies desires 1-4.

Things to note: Currently the size is hard coded in the css. This should be trivial to move into resize().

The CSS class name does not follow the Wt internal standard.

With some CSS love this thing could probably look really pretty.

Actions #4

Updated by Thomas Suckow over 13 years ago

Actions #5

Updated by Koen Deforche over 13 years ago

  • Status changed from New to Resolved

Integrated WProgressBar in Wt; made it HTML5- element ready.

Actions #6

Updated by Koen Deforche over 13 years ago

  • Status changed from Resolved to Closed

Fixed in 3.1.6

Actions

Also available in: Atom PDF