Bug? [solved] LayoutValues.LayoutValues.DeviceApproximateScreenSize returns 0

tdocs2

Well-Known Member
Licensed User
Longtime User
How did you create the object?

B4X:
Log(GetDeviceLayoutValues.DeviceApproximateScreenSize)

This is the correct format:

B4X:
Log(GetDeviceLayoutValues.ApproximateScreenSize)
 
Top