Android Question ListView Textsize

junaidahmed

Well-Known Member
Licensed User
Longtime User
As per Klaus,I have used scale module for autoscale the Listview textsize.but I could not get any changes.pls see the below code

Scale.SetRate(Scale.GetScaleDS)
Scale.ScaleView(ListView1)
 

junaidahmed

Well-Known Member
Licensed User
Longtime User
Sorry Klaus,My friends explain this above problem.

Sorry for disturbing again & again

In future don't forget to help ...........:):):):)
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
This Scale.SetRate(Scale.GetScaleDS) is wrong !
You are confusing Scale (scale factor) and Rate (scale rate factor)!
Example: Scale.SetRate(0.5)
You find a new version of the AutoScale module here Designer Scripts & AutoScale Tutorial.

Best regards.
 
Upvote 0
Top