M manios Active Member Licensed User Longtime User Apr 8, 2012 #1 Hi, I just found the following: When changing edt.InputType to edt.INPUT_TYPE_NONE it will also change the status of edt.SingleLine to TRUE. I need to use edit.SingleLine= FALSE to have it corrected. Is this behavior by default or is it a fault? Regards
Hi, I just found the following: When changing edt.InputType to edt.INPUT_TYPE_NONE it will also change the status of edt.SingleLine to TRUE. I need to use edit.SingleLine= FALSE to have it corrected. Is this behavior by default or is it a fault? Regards
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2012 #2 This is set by the native view. You will need to call edit.SingleLine = False again. Upvote 0
M manios Active Member Licensed User Longtime User Apr 8, 2012 #3 OK! Will keep that in mind. Thanks, Erel Upvote 0