I have a bar style NSProgressIndicator that I am using core animation to fade in when it gets shown. The problem is, that when I set it to layer backed it doesn't animate the progress level (not the fade in, that animates). Also, when I set the value in a background thread, it doesn't update the value visually.
What is causing this and how do I fix it?
What is causing this and how do I fix it?