Project

General

Profile

Is there a progress bar widget in Wt ?

Added by ruliang ge about 14 years ago

Hi,

I want to have a progress bar in my web page.

But it doesn't look like progress bar dialog such as Ext Progress Bar Dialog in Wt's Example.

Regards,

Ruliang.


Replies (1)

RE: Is there a progress bar widget in Wt ? - Added by Wim Dumon about 14 years ago

The Ext progress bar is the only progress bar in Wt.

But writing a progress bar is not too complicated: put a WText inside a WContainerWidget, set the width/height of the container widget to a fixed value. Set a background color (or image) in the WText, call setInline(false) on the WText, and set height to the same as the WContainerWidget. The width of the WText starts at 0, and grows as the the operation progresses.

Wim.

    (1-1/1)