I'm using B4XFloatTextField and having few concerns 1. Padding on right side hides X and Tick symbols 2. When Arabic/Urdu/Persian text is entered in text field it moves the text on Right Side (which it should) but again the text is below X and Tick symbol (which should have ideally moved to...
The first approach is a long-winded effort to something that should work as a Property, but doesn't work for this view as explained in the link in the first post.
The second link I've already tried and doesn't work either. I tried this approach on the ThreePagesExample, on the txtUserName field from Erel.
Padding needs to work on the Hint Text and the Text itself. For a Password Field checked, it does not work either.
With this view you can quickly and easily add good looking text fields, with title and or bottom text. Additionally you can make the TextField a button, so that you can open menus, but still keep the design of the text fields. The view speeds up development because you don't have to worry about...
Alexander, that looks exciting. I wonder why these features aren't in the Core library? They should be. - me scratch head.
Don't get me wrong, I love using B4X products, but it is missing opportunities to be a "main-stream" development product because it is missing a lot of features, and short on current features.
Guess I need to add some "Wish" posts.
Don't get me wrong, I love using B4X products, but it is missing opportunities to be a "main-stream" development product because it is missing a lot of features, and short on current features.
I'm trying to build a tablet app for myself. I'll keep your products in mind. But for now, I'm just trying to learn the B4XPages platform, from developing on the original UI platform for so long.
I have seen your comments in the other post, and everything you mention there can be solved with a few lines of code.
Also this view cannot cover all user needs, but you can adapt it to your needs with simple lines of code.
Estimados, Quiero compartir un ejemplo (archivo adjunto) de como se puede personalizar una vista B4XFloatTextField de la librería XUI Views. En este ejemplo he usado el método de desarrollo B4XPages, y si desea se puede usar en el desarrollo normal. La única diferencia entre las plataforma...
Hi dream team, Using the usefull B4XFloatTextField, there is in the designer : a "Show Reveal Button" checkbox I would like to set On or Off this property programmatically, but I'm unable to see any refering property or method. So first, is it possible, and second, where ? Thanks a lot Best...
Hi, will be nice for B4XFloatTextField butons Accept,Reveal,Clear can turn off or change them side leftright... For B4J and B4A (for B4A seen @oparra 's solution)... ps: if it is possible with javaobject or cssutils will be helpful too...
Here's a demo of how to use the nominatim geocoding API for free. Note: There are other geocoding options if you want to know, leave your comments. Demo file attached Sub GeoCoderNominatim(Query As String) As ResumableSub Dim ResultURL As String Dim j As HttpJob Dim Parameter() As...
I'm using B4XFloatTextField and having few concerns 1. Padding on right side hides X and Tick symbols 2. When Arabic/Urdu/Persian text is entered in text field it moves the text on Right Side (which it should) but again the text is below X and Tick symbol (which should have ideally moved to...