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

Progress Display issue

6 Answers 128 Views
ProgressBar
This is a migrated thread and some comments may be shown as answers.
Thomas Mastaleck
Top achievements
Rank 1
Thomas Mastaleck asked on 06 Oct 2010, 09:29 AM

Hi Everyone,

I have a radWaitingBar in my Project. As you can see in the attached image, there is a display bug. I use the breeze Theme. I tried many things, but it always looks like that.

public void show()
{
    inProgressForm.waitingBar.WaitingIndicatorWidth = 0;
    inProgressForm.waitingBar.StartWaiting();
      
    inProgressForm.ShowDialog();
}

6 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 06 Oct 2010, 11:25 AM
Hi Christian, 

The waiting bar with Breeze theme out of the box does seem to contain some bugs and does not render correctly. 
However, if you click on the smart tag, and go to Edit UI Elements, then.. 

  • Go to the ProgressBar Primitive section
  • Set BackColor, BackColor2, BackColor3 and BackColor4 to White
  • Set Maximum to 1
  • Set Value1 to 1 
Then it does render the lines without the issue that you've shown in your screenshot

Hope that helps
Richard
0
Thomas Mastaleck
Top achievements
Rank 1
answered on 06 Oct 2010, 12:59 PM
Hey Richard.

Thank you for the hint ! In the visual studio designer it looks great now, but on runtime....see the attached file :-)

Any Idea ?

Thanks

0
Richard Slade
Top achievements
Rank 2
answered on 06 Oct 2010, 01:13 PM
Hi, 

This is all I've needed to do to get it working without any display issues. What version of the controls are you on? I'm using the latest version 2010 Q2 914
Richard
0
Dobry Zranchev
Telerik team
answered on 11 Oct 2010, 03:56 PM
Hello Christian,

Thank you for writing.

We are not able to reproduce the issue. Please send us a sample project that uses your theme. This will help us to investigate the issue and provide you with an appropriate solution. Please note that you have to open a new support ticket in order to attach your files.

I will looking for your reply.

Regards,
Dobry Zranchev
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
Richard Slade
Top achievements
Rank 2
answered on 11 Oct 2010, 04:31 PM
Hi dobry, 

I'll also send one in as well for 2010 Q2 914. 
On it's way. 
Richard
0
Dobry Zranchev
Telerik team
answered on 12 Oct 2010, 03:54 PM
Hi guys,

Christian, thank you for the reported issue. I was able to reproduce it. Your Telerik points have been updated.

Richard, thank you for your cooperation. Your project helped us to reproduce the wrong behavior.

You can track the status of the issue here.

Feel free to write back in case you have further questions.

Best wishes,
Dobry Zranchev
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
Tags
ProgressBar
Asked by
Thomas Mastaleck
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Thomas Mastaleck
Top achievements
Rank 1
Dobry Zranchev
Telerik team
Share this question
or