Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Track / Progress / Waiting / Scroll Bars > Get status of waitingbar.

Not answered Get status of waitingbar.

Feed from this thread
  • Jose Mejia avatar

    Posted on Jul 14, 2010 (permalink)

    Hello!

    Is there any possiblity to get status of waitingbar, whether it is waiting or not ?
    Is there any possibility to add text to waiting bar?

    Reply

  • Jose Mejia avatar

    Posted on Jul 15, 2010 (permalink)

    Anyone?

    Reply

  • Boryana Boryana admin's avatar

    Posted on Jul 19, 2010 (permalink)

    Hello Jose Mejia,

    In order to get faster responses, please consider using the support ticketing system. The forums get a default response time of 72 hours, whereas the ticketing system gets 24 or 48 hour response time, depending on your license. For more information, please see the Technical Support Options Thank you for the understaning.

    RadWaitingBar has a boolean property IsWaiting which indicates whether the control is waiting or not.

    As to your second question, there is no way to add text to RadWatingBar at the moment. However, our team might take your question into consideration for a future release.

    Let me know if you have further queries.

    All the best,
    Boryana
    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

    Reply

  • Jose Mejia avatar

    Posted on Jul 20, 2010 (permalink)

    Thank you for reply.

    Sounds stupid but I haven't property IsWaiting. My version of assembly Telerik.WinControls.UI  is 2010.1.10.308.

    There is also one question about waitingBarElement:

    waitingBar.EndWaiting();
    waitingBar.WaitingBarElement.Value = 0;
    After I stopped waitingbar there is thin  vertical line, which I suppose is incorrect behavior because it should totally disappear.

    Reply

  • Boryana Boryana admin's avatar

    Posted on Jul 22, 2010 (permalink)

    Hi Jose Mejia,

    Thank you for writing back.

    Please accept my apologies, the IsWaiting property has been added in our latest release Q2 2010. Since you are using Q1 2010 SP2 you will not have such property. However, you can access its value via the following piece of code:

    bool IsWaiting = this.radWaitingBar1.WaitingBarElement.waitingTimer.Enabled;

    As for your second question, I was not able to reproduce this behavior with Q2 2010 SP2. When the Value property of WaitingBarElemtent is set to zero, the control is cleared. Would you be able to send me a sample project or a list of steps that reproduce this behavior?

    Thank you for your understanding and cooperation. I am looking forward to your reply.

    Sincerely yours,
    Boryana
    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Track / Progress / Waiting / Scroll Bars > Get status of waitingbar.
Related resources for "Get status of waitingbar."

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]