Simon Kirby wrote: ::snip? SNIP!:: > Also, I see the tiles are rendered in a raster format which is aborted if > a slider is changed, then they update starting again from the top. > Perhaps it would appear more responsive to start again where it left off > instead, continuing around in a ring. This would avoid cases where only > the top few tiles update during a continuous drag. I'll take a look.
I consider this a feature. When I'm dragging some slider, I can generally see the difference between "what it would look like" and "what it looked like originally." If you just kept wrapping around, you'd have a variable, constantly-outdated reference as opposed to the stable reference we have now. Of course, if the display were to update instantaneously you'd again have no stable reference, but I think the current behavior is still better than one where you wrap around. I presume the code is also simpler this way as well. --xsdg ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ ufraw-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ufraw-devel
