Android Question java.lang.RuntimeException: Object should first be initialized (B4XView).

epiCode

Active Member
Licensed User
I am getting this error in a custom lib which was working fine until I changed a label to b4xview.
However the error is on mbase and not 'that' label.

B4X:
mBase.setColorAndBorder(clrMain,borderwidth,clrBorder,roundness)

can someone help on what might be the issue or will it require more code to be shared ?
 
Top