H hackhack Active Member Licensed User Longtime User Aug 8, 2011 #1 In Labels, in the designer there is Horizontal alignment and vertical alignment - but those fields do not exists as members in the editor. Are we supposed to set that in gravity and then OR the values from gravity to combine vertical and horizontal?
In Labels, in the designer there is Horizontal alignment and vertical alignment - but those fields do not exists as members in the editor. Are we supposed to set that in gravity and then OR the values from gravity to combine vertical and horizontal?
H hackhack Active Member Licensed User Longtime User Aug 8, 2011 #3 So Gravity.TOP is 48 - but setting label.gravity=48 (or label.gravity=Gravity.TOP) doesn't seem to allign the text towards the top of the label area. Upvote 0
So Gravity.TOP is 48 - but setting label.gravity=48 (or label.gravity=Gravity.TOP) doesn't seem to allign the text towards the top of the label area.
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2011 #4 In order to test it create a large Label. The text should be aligned towards the top. Upvote 0