Android Question Personal dialog

kepler

Active Member
Licensed User
Longtime User
Good morning,

I'm trying to make a personal dialog with the following input fields:
- the name of the user (first and last)
- the date of the birth

The second is easy with a custom dialog. But how do I put the second one as well?

I saw the documentation. Must I create a panel for instance with 2 text boxes and the date dialog as well?
But how do I retrieve the values?

Must the panel be defined as a dialog, will the first name be panel1.first name, for example?
And the date? How do I call it? panel1.date1.Year ?

I'm...a little confuse. All the help will be welcomed.

Cheers,

Kepler
 
Top