Y ykucuk Well-Known Member Licensed User Longtime User Jul 18, 2017 #1 Hello i got error when Initialize FloatLabeledTextField by code Error: B4X: Expected: JVFloatLabeledTextField, object type: UITextField My code : B4X: Dim edtMask As FloatLabeledTextField edtMask.Initialize("ET1") Any Help ? Last edited: Jul 18, 2017
Hello i got error when Initialize FloatLabeledTextField by code Error: B4X: Expected: JVFloatLabeledTextField, object type: UITextField My code : B4X: Dim edtMask As FloatLabeledTextField edtMask.Initialize("ET1") Any Help ?
Erel B4X founder Staff member Licensed User Longtime User Jul 18, 2017 #2 You need to add it with the visual designer. If you like to add multiple fields at runtime then create a layout with the view and load it multiple times. Upvote 0
You need to add it with the visual designer. If you like to add multiple fields at runtime then create a layout with the view and load it multiple times.