On Oct 16, 2009, at 5:59 AM, David Bovill wrote:

I'm wandering if there is anything in the latest version or any hacks / suggestion to animate form record additions? As the dat comes in I would like each record to slide down from the top rather than instantly appearing
(which makes it hard to read)?

If you have animationEngine you can use the undocumented property "animate selections". If set to true then the Data Grid uses aeEaseInOUt from the animationEngine library to scroll record selection into view. I haven't tested it when adding records but use it with Data Grid forms that are tall. It helps maintain context when scrolling.

set the dgProps["animate selections"] of group "DataGrid" to true

--
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
Releasable Revolution Resources for Developers: 
http://revolution.bluemangolearning.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to