How we can change the amount of progress of the widget like taharezlook/ProgressBar?
i add this widget in my application but i can't change it!
![Sad :(](./images/smilies/icon_sad.gif)
Moderators: CEGUI MVP, CEGUI Team
Timo wrote:You can change it by calling the setProgress() method. It takes a parameter between 0.0 and 1.0. Or you can use step() to move it one step at a time.
Code: Select all
CEGUI::Window* pbarWindow = ...
CEGUI::ProgressBar* pbar = dynamic_cast<CEGUI::ProgressBar*>(pbarWindow);
Users browsing this forum: No registered users and 7 guests