i am following along MichalK73 excellent video 1 tutorial on ABMaterials
In it he declares an ABMButton named button and at one point sets the RightToLeft property:
I don't have this property in intellisense for ABMButton and if I write it in manually the project won't compile.
I have ABM v. 430
What am I doing wrong?
Thanks.
In it he declares an ABMButton named button and at one point sets the RightToLeft property:
B4X:
button.RightToLeft = True
I don't have this property in intellisense for ABMButton and if I write it in manually the project won't compile.
I have ABM v. 430
What am I doing wrong?
Thanks.