Android Question How to add Padding to B4XFloatTextField view

Alexander Stolte

Expert
Licensed User
Longtime User
What is the work-around to have Padding work for a B4XFloatTextField view?
 
Upvote 0

mfstuart

Active Member
Licensed User
Longtime User
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.
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
Then you should switch the view to:
This view have a LeftGap property.
 
Upvote 0

mfstuart

Active Member
Licensed User
Longtime User
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.
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
I wonder why these features aren't in the Core library?
Because AS = Alexander Stolte and is not called Anywhere Software ?

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.
That's why there are people like me who take this work off Erel's hands, so he can focus on other things that take B4X even further :)

My portfolio already includes over 50 B4XViews to make developing with B4X even faster and easier.
 
Upvote 0

mfstuart

Active Member
Licensed User
Longtime User
WOW! Just took a look at your portfolio.
Are these built in java alone as libraries (.jar files), or are they built as a .b4xlib?
 
Upvote 0

mfstuart

Active Member
Licensed User
Longtime User
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.
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
Estimate,

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.

Example:
etc.etc.
 
Upvote 0
Top