Hi,

I notice that in 4.14.0 the constant MAX_DRAG_RATE for the Scroller
component was replaced by the public static property maxDragRate:

JIRA Link <https://issues.apache.org/jira/browse/FLEX-34213>  
Proposal Link
<http://apache-flex-development.2333347.n4.nabble.com/Improvement-of-mobile-scrollings-td41029.html#a41107>
  
Recommendation Link
<http://apache-flex-users.2333346.n4.nabble.com/Optimize-speed-on-Android-td15284.html#a15326>
  

I also read that the default value is still 30 - it is up to the developer
to set it to a greater number.

How to a do this?

Setting up a scroller:
     var scroller:Scroller = new Scroller();
     scroller.maxDragRate = 60;

is not allowed as it brings back a 'Static member is not accessible
message'.

Sorry for what is probably a basic question.

Thanks!



--
Sent from: http://apache-flex-development.2333347.n4.nabble.com/

Reply via email to