Android Question edittext problem

tufanv

Expert
Licensed User
Longtime User
Hello

I have a problem with an edittext. I set its single line to false. And set its height about 90dip. But when i type into edittext , it never goes to next line , it always goes to right when the text comes to very right. How can i fix this ty
 

tufanv

Expert
Licensed User
Longtime User
It works as expected here.
Attached my test program.

Yes , I realized that i was using
B4X:
    inptyp.SetInputType(txtyorum,Array As Int(inptyp.TYPE_CLASS_TEXT,inptyp.TYPE_TEXT_FLAG_CAP_SENTENCES))

this breaks the multiline function i dont know why. I deleted it and it is working now.
 
Upvote 0
Top