tufanv Expert Licensed User Longtime User Oct 25, 2016 #1 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
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
fixit30 Active Member Licensed User Longtime User Oct 25, 2016 #2 Have you set EditText.Wrap = True Upvote 0
klaus Expert Licensed User Longtime User Oct 25, 2016 #3 It works as expected here. Attached my test program. Attachments TestEditText.zip 7.5 KB · Views: 163 Upvote 0
tufanv Expert Licensed User Longtime User Oct 25, 2016 #4 klaus said: It works as expected here. Attached my test program. Click to expand... 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
klaus said: It works as expected here. Attached my test program. Click to expand... 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.