Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
83
Using AppStylist with ActivityIndicator
posted

I have set up the activityindicator control the same as all other controls in the form.  However, the activityindicator control does not implement the named style library.  The style library I am using is "RedPlanet" from your 10.1 install.  All the other controls implement properly.

 

Sample code used;

                Infragistics.Win.AppStyling.StyleManager.Load("RedPlanet.isl", true, "RedPlanet");
                this.applicationstyle.LoadFromStyleManager();
                this.activityindicator.StyleLibraryName = "RedPlanet";

The UseAppStyling property is set to true.

I am using Vista Ultimate 32 bit, VS2008, C#.

Parents
No Data
Reply
  • 6158
    Suggested Answer
    Offline posted

    Hello.

    The UltraActivityIndicator should be taking the StyleLibraryName property into account when it performs its rendering. Unfortunately, it appears to only be taking the style library loaded as the default into account. This is a bug. As such, I have sent a request to our Developer Support group to have a support incident open on your behalf so you will be automatically notified when this behavior is rectified.

    If you have any further question, feel free to ask.

    Thanks,

    Chris 

Children
No Data