
i am developing a mobile app in blackberry 7,i need to create a editable text field as shown in below figure with save and clear button.initially it has to show customized edittext field with predefined width(fixed as it should not exceed the defined layout) and height,and automatically get appended by new line if user requires to enter more characters after reaching predefined space as user keeps filling the field.
i googled, but i did not get any source which is similar to this.please help me by providing any suggestion or with samples
Blackberry fields decide their size in their
layoutfield. I'm not entirely sure whatEditFielddoes in its layout, but I was able to get the behaviour you want by setting the extent. Every time the edit field text will wrap,layoutwill be triggered so that it can grow.