Hello there!
I'm using this Dialog library to pop-up some InputDialog.
Those dialogs are shown when the user wants to edit some data in the app.
The actual value is shown in a Label.
When the InputDialog is called, I managed to show in the edit text area the actual value of the linked Label...