Text Editor example

Erel

B4X founder
Staff member
Licensed User
Longtime User
As a response to a user's question I've created a simple but useful text editor.
It uses the updated Hardware library and the FormLib library.
On the device the clipboard is used to cut / paste text (from a context menu).
It properly handles screen orientation changes and SIP changes (Soft Input Panel showing / hiding), and changes the textbox size to use the maximum available screen size.
 

Attachments

  • TextEditor.zip
    13.5 KB · Views: 985
Top