This is a migrated thread and some comments may be shown as answers.

Hide (set collapsed) and show (set visible) progressbar

2 Answers 276 Views
ProgressBar
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 08 Mar 2010, 04:52 PM
Hello,

I use an indeterminate progressbar I have by default in a corner of my app. Each time a process takes time I make it visible and hide. However,  I can hide it, but can't make it visible again using the following command;

myctrlWaitFor.Visible = System.Windows.Visibility.Visible 

I trid to do lauch an update or relaod method but without success. What do I'm doing wrong with this?

Thanks in advance for your answer.

regards
--
Eric

2 Answers, 1 is accepted

Sort by
0
Tihomir Petkov
Telerik team
answered on 09 Mar 2010, 09:57 AM
Hi Eric,

There should be no problems toggling the visibility of the RadProgressBar control. I prepared a sample project that demonstrates how to toggle the visibility every second. Please take a look at it and let me know if I am missing something.

Kind regards,
Tihomir Petkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Eric
Top achievements
Rank 1
answered on 09 Mar 2010, 03:25 PM
Yes, you're right, this shouldn't be a problem toggle a progress bar ...... By mixing your code and mine it works and even if I back to my code only, i works too. I don't understand what was wrong.

Anyway, thank you very much for your time.
Eric
Tags
ProgressBar
Asked by
Eric
Top achievements
Rank 1
Answers by
Tihomir Petkov
Telerik team
Eric
Top achievements
Rank 1
Share this question
or