Added by ruliang ge over 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.
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.