I am moving images around a layout, and need the top/left locations to be in dip format, how can I accomplish this when my code is as follows:?
I cannot just add "dip" to the end of each row that gives an error?
B4X:
v.Left=(((col-1)*80)+7)
v.Top=(((row-1)*96)+6)
I cannot just add "dip" to the end of each row that gives an error?