Yes, sounds like you need NSAnimation. I'd guess that under OS X this is done with Core Animation, as many animations don't stop even if the UI thread is blocked. But -- we don't have that, so ...
On Thu, Nov 20, 2014 at 6:13 PM, Alessandro Sangiuliano < [email protected]> wrote: > Hello, in my free time I do some progresses in the rick theme development > > https://github.com/AlessandroSangiuliano/rik.theme > > I'm working on the indeterminate progress bar, drawing one for the theme. > > The real problem is the determinate progress bar, during the loading, the > bar 'jumps'. I'd like to have an effect like OS X or Windows bars, their > bars doesn't jump but fill the container in a fluid way as effect. > I think this effect is obtained using a kind of animation. > Do I should use NSAnimation or what? > > Any kind advice is welcome, considering I have no experience on any kind > of animations (OpenGL etc etc) > > If you have any kind of examples, they are welcome too. > > Regards, > Alex - Slex > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep > -- Ivan Vučica [email protected]
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
