B4A Library Change setting of view

Hi
I make a library to change cursor color of edittext already
In this version i add 3 function
1: Convert Edittext input type to Email (exist @ character in keyboard)
2: Convert Edittext input type to Url (exist / and . character in keyboard)
3: Measure Multiline Text Height for label

Erel have i a like?
I love you guys
 

Attachments

  • Archive.zip
    2.2 KB · Views: 204

Blue.Sky

Active Member
Licensed User
Longtime User
for example the email type is:
TYPE_CLASS_TEXT+
TYPE_TEXT_VARIATION_EMAIL_ADDRESS
the value is:1+32
so set the edt.inputtype=33 is ok
Are you sure?I had think we cannot choose inputtype in b4a
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…