moore_it Well-Known Member Licensed User Longtime User Aug 10, 2016 #1 Hi, please help me in textfield borderstyle use. In designer style_roundrect work fine if i use this code B4X: myTextField.BorderStyle = myTextField.STYLE_ROUNDRECT the result is different from designer .. Where i wrong ? Thanks
Hi, please help me in textfield borderstyle use. In designer style_roundrect work fine if i use this code B4X: myTextField.BorderStyle = myTextField.STYLE_ROUNDRECT the result is different from designer .. Where i wrong ? Thanks
Erel B4X founder Staff member Licensed User Longtime User Aug 11, 2016 #2 It is a bug in the constant value. Change it to: B4X: TextField1.BorderStyle = 3 It is fixed for the next update. Upvote 0
It is a bug in the constant value. Change it to: B4X: TextField1.BorderStyle = 3 It is fixed for the next update.