R rafaelmotaquintana Active Member Licensed User Apr 13, 2016 #1 Lets say, I have a label, with LEFT = 100 I'd like to get that same value in my program, no some value converted , so if I test mylabel.LEFT , it returns always 100, no matter the device. Could it be possible? (the same for Size property)
Lets say, I have a label, with LEFT = 100 I'd like to get that same value in my program, no some value converted , so if I test mylabel.LEFT , it returns always 100, no matter the device. Could it be possible? (the same for Size property)
DonManfred Expert Licensed User Longtime User Apr 13, 2016 #2 You should use dip-Values. B4X: myLabel.left = 100dip Upvote 0