List View:
lst.SetFastScroll( boolean )
All Object:
obj.SetTag( name )
(Get Tag Name)-> obj.tag
obj.SetState( normal color, pressed color, radius )
(alpha: 0-1)-> obj.SetAlpha( alpha )
obj.SetMinSize( width, height )
Other:
_asp = app.GetDisplayWidth()/app.GetDisplayHeight() -> _asp
_or = function(l,p) { return ( app.GetOrientation()=="Landscape" ) ? l : p; } -> _or( landscape, portrait )
if you want use Support object:
sup.FastScroll( obj, boolean )
like: sup.<Method>( <object>, <params>, ... )
Support object supports all methods.