Janusz Chmiel
Member
Dear forum members,
Because I do not want to relay on build in B4A GUI creation routines, I have found dialogs library version 4.0.1. It contain several very interesting functions including function to create Input dialog.
ShowAsync
But I do not know, how to create The code so some variable will contain text which i Have typed in to input box, which routine really create on The screen.
I do not want to know, if user has pressed on Ok or Cancel button. I need to know The content of input box.
The Dialog library is available here.
I AM using The latest version available for download from this thread.
dialogs4-01-zip
Thank you for your example.
Because I do not want to relay on build in B4A GUI creation routines, I have found dialogs library version 4.0.1. It contain several very interesting functions including function to create Input dialog.
ShowAsync
But I do not know, how to create The code so some variable will contain text which i Have typed in to input box, which routine really create on The screen.
I do not want to know, if user has pressed on Ok or Cancel button. I need to know The content of input box.
The Dialog library is available here.
Dialogs library
This library contains several modal, that is blocking, dialogs by which the user can enter data. Presently they are an InputDialog for numbers and text, a TimeDialog for times and and a DateDialog for dates. Note that modal dialogs can close unexpectedly and not return to your code if the...
www.b4x.com
dialogs4-01-zip
Thank you for your example.