Details
-
Type:
Bug
-
Status: Closed
-
Resolution: Needs more info
-
Affects Version/s: None
-
Component/s: None
-
Labels:
-
Environment:
iOS , Android
Description
In version 4.0.0 and before I use:
wardList.left = 0;
wardList.width = 0.9*(epr.maxX);
Now in 4.1.0 and 4.2.0 its not longer working and i must use
wardList.setLeft(0);
wardList.setWidth(0.9*epr.maxX);