joaquinortiz Active Member Licensed User Longtime User Apr 26, 2020 #1 Hello, I'm new, so I trying to understand how to use B4XFloatTextField, the properties, methods and how to convert as a square edittext? Thanks in advanced!
Hello, I'm new, so I trying to understand how to use B4XFloatTextField, the properties, methods and how to convert as a square edittext? Thanks in advanced!
Erel B4X founder Staff member Licensed User Longtime User Apr 26, 2020 #2 Moved to the questions forum. The XUI Views example shows how to use it. What do you mean with square EditText? Upvote 0
Moved to the questions forum. The XUI Views example shows how to use it. What do you mean with square EditText?
joaquinortiz Active Member Licensed User Longtime User Apr 26, 2020 #3 Thanks Erel for your response. I mean like this image. That a EditTextbox has a square border. Upvote 0
mangojack Expert Licensed User Longtime User Apr 27, 2020 #4 joaquinortiz said: Thanks Erel for your response. I mean like this image. That a EditTextbox has a square border. Click to expand... Are you asking how to set the border / colors ? . . . (ensure you have included / checked the XUI lib) B4X: B4XFloatTextField1.TextField.SetColorAndBorder(xui.Color_White, 5dip, xui.Color_Green, 5dip) I am unsure if it is better to use .. B4XFloatTextField1.mBase.SetColorAndBorder Upvote 0
joaquinortiz said: Thanks Erel for your response. I mean like this image. That a EditTextbox has a square border. Click to expand... Are you asking how to set the border / colors ? . . . (ensure you have included / checked the XUI lib) B4X: B4XFloatTextField1.TextField.SetColorAndBorder(xui.Color_White, 5dip, xui.Color_Green, 5dip) I am unsure if it is better to use .. B4XFloatTextField1.mBase.SetColorAndBorder
joaquinortiz Active Member Licensed User Longtime User Apr 27, 2020 #5 mangojack said: Are you asking how to set the border / colors ? . . . (ensure you have included / checked the XUI lib) B4X: B4XFloatTextField1.TextField.SetColorAndBorder(xui.Color_White, 5dip, xui.Color_Green, 5dip) I am unsure if it is better to use .. B4XFloatTextField1.mBase.SetColorAndBorder Click to expand... WWoowww, thanks a lot MangoJack. Its works perfecto for me this command. B4XFloatTextField1.mBase.SetColorAndBorder Upvote 0
mangojack said: Are you asking how to set the border / colors ? . . . (ensure you have included / checked the XUI lib) B4X: B4XFloatTextField1.TextField.SetColorAndBorder(xui.Color_White, 5dip, xui.Color_Green, 5dip) I am unsure if it is better to use .. B4XFloatTextField1.mBase.SetColorAndBorder Click to expand... WWoowww, thanks a lot MangoJack. Its works perfecto for me this command. B4XFloatTextField1.mBase.SetColorAndBorder
Erel B4X founder Staff member Licensed User Longtime User Apr 27, 2020 #6 The animated gif was taken from a desktop example (B4J) so the default text field looks a bit different. Upvote 0
The animated gif was taken from a desktop example (B4J) so the default text field looks a bit different.