How to disable glow animation in progress bar

Page 1 of 4 123 ... LastLast

  1. Posts : 16
    Windows 7 Professional x64
       #1

    How to disable glow animation in progress bar


    I only want to disable the glow animation in progress bars.
    How can I do that?

    Unchecking "Animate controls and elements inside Windows" in "Performance options" does not turn off the glow animation.

    I hope there is a much more simple tweak available then installing and using an application.
      My Computer


  2. Posts : 3,139
    Systems 1 and 2: Windows 7 Enterprise x64, Win 8 Developer
       #2

    void SetGlowVisibility(ProgressBar progressBar, Visibility visibility) {
    var glow = progressBar.Template.FindName("PART_GlowRect", progressBar) as FrameworkElement;
    if (glow != null) glow.Visibility = visibility;
    }
    taken from:

    WPF / Windows 7: Disable Default Progress Bar Glow Animation - Stack Overflow
      My Computer


  3. Posts : 16
    Windows 7 Professional x64
    Thread Starter
       #3

    wow! that looks impressive!

    But where do I type that in??
      My Computer


  4. Posts : 3,139
    Systems 1 and 2: Windows 7 Enterprise x64, Win 8 Developer
       #4

    From same link, this might be easier for you...

    You can also disable this effect in Win7 all together.

    Right-click on My Computer icon on Desktop and select Properties (or press Windows Key + Pause/Break key), click on Advanced system settings link in left side pane (You can also open it by typing sysdm.cpl in RUN or start menu search box and press Enter). Now click on Settings button in Performance section:

    Uncheck "Animate controls and elements inside windows", it should be the first selection.
      My Computer


  5. Posts : 12,120
    Win 7 Pro x64 / Win 10 Pro
       #5

    If you are using the default aero theme I can change that for you by editing an image using Windows Style Builder and posted here in a zip folder.
    If you are using a custom theme you will need to ask the theme maker. It's not cool to change someone else work.
    &
    This makes a custom theme so you will need to do 1 of these 2 ways of Enabling custom themes for it to work.
    Enabling Custom Themes - Windows 7
    Or
    Theme - How to Apply Custom Themes
    Let me know if you would like this done if so all I need is a name to call the theme.
    Jerry
      My Computer


  6. Posts : 16
    Windows 7 Professional x64
    Thread Starter
       #6

    with all respect, but...


    Lemur said:
    From same link, this might be easier for you...

    You can also disable this effect in Win7 all together.

    Right-click on My Computer icon on Desktop and select Properties (or press Windows Key + Pause/Break key), click on Advanced system settings link in left side pane (You can also open it by typing sysdm.cpl in RUN or start menu search box and press Enter). Now click on Settings button in Performance section:

    Uncheck "Animate controls and elements inside windows", it should be the first selection.
    ...I typed that in my question: unchecking that option does not stop the glow effect.
      My Computer


  7. Posts : 3,139
    Systems 1 and 2: Windows 7 Enterprise x64, Win 8 Developer
       #7

    my bad ...
      My Computer


  8. Posts : 16
    Windows 7 Professional x64
    Thread Starter
       #8

    @ Bongo,


    thanks!

    I am at work now, I use the default theme but I have 'freshened' it up a little by making the light blue a little more pale.
    In a few hours I am at home, then I will mail you the details.

    ..or will I be able to do color ajustments with your tweaked file?

    regards,

    Hans
      My Computer


  9. Posts : 12,120
    Win 7 Pro x64 / Win 10 Pro
       #9

    hansham said:
    thanks!

    I am at work now, I use the default theme but I have 'freshened' it up a little by making the light blue a little more pale.
    In a few hours I am at home, then I will mail you the details.

    ..or will I be able to do color ajustments with your tweaked file?

    regards,

    Hans
    What did you do to do this
    but I have 'freshened' it up a little by making the light blue a little more pale.
    Then I can tell you if you can do it to the theme I'm going to make afterwards.
    Jerry
      My Computer


  10. Posts : 16
    Windows 7 Professional x64
    Thread Starter
       #10

    by shifting the transparity bar a little.. but now I remember I returned to default again.
    I use the windows 7 default theme with a custom wallpaper.
    I guess that what you do does not affect the wallpaper.

    regards,

    Hans
      My Computer


 
Page 1 of 4 123 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:17.
Find Us