Android Question [B4X] Cross platform chat layout - Change B4XFloatTextField proprieties

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi everyone, i tried out the chat layout example from @Erel .
I wanted to change the apperance of the B4XFloatTextField contained in the 1.bil layout file.

I changed it's properties to look like this:
IMG_0548.jpg

But when i run the app it shows like so:
IMG_0549.jpg
a white rectangle.

How can i set all the proprieties to look like i want (first pic)? i don't understand why the designer proprieties are ignored.

Thanks in advance.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
How can i set all the proprieties to look like i want (first pic)? i don't understand why the designer proprieties are ignored.
B4XFloatTextField is a custom view. Custom views always show several common properties. Not all properties are actually used.

In the case of B4XFloatTextField the base colors are ignored. It should be possible to change them with B4XFloatTextField.mBase.SetColorAndBorder.
 
Upvote 0

rraswisak

Active Member
Licensed User
may be this thread give you an idea, check on user id and password field part;

 
Upvote 0
Top