Other [Class] MapEditor Dialog

Hi,

using maps is a rather powerful feature of B4X.
This (simple) B4J class enables to put or remove a key / value pair as strings via a modal dialog.
The dialog contains a tableview listing the key = value, two textfields to define the key = value and buttons Put (to add or update a key) and Remove.
The key can be set to readonly if only values need to change.
Usage of this class f.e. lookup map data, define app settings etc.
The source and an example are included - so open for any creative enhancements.

b4jhowtomapeditor.png
 

Attachments

  • B4JHowToMapEditor.zip
    5.8 KB · Views: 303
Top