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

reset Progress Indicators after PageLoad

0 Answers 33 Views
ProgressArea
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
Iron
Iron
Veteran
David asked on 05 May 2020, 05:25 PM

It seems after PageLoad i can not reset indicators.

Basically i want different indicators for different button clicks:

button 1: 

  RadProgressArea1.ProgressIndicators = ProgressIndicators.TotalProgress Or ProgressIndicators.TotalProgressPercent

                                                   Or ProgressIndicators.TotalProgressBar _
                                                   Or ProgressIndicators.TimeElapsed Or ProgressIndicators.TimeEstimated _
                                                   Or ProgressIndicators.CurrentFileName

buton 2:

 RadProgressArea1.ProgressIndicators = RadProgressArea1.ProgressIndicators _
                                                          And Not ProgressIndicators.SelectedFilesCount _
                                                          And Not ProgressIndicators.TotalProgressPercent _
                                                          And Not ProgressIndicators.TimeElapsed _
                                                          And Not ProgressIndicators.TimeEstimated _
                                                          And Not ProgressIndicators.TransferSpeed _
                                                          And Not ProgressIndicators.FilesCount

 

Thank you

David

No answers yet. Maybe you can help?

Tags
ProgressArea
Asked by
David
Top achievements
Rank 1
Iron
Iron
Veteran
Share this question
or