Excercise: Text input field 2 (single dialogue) Program an application that does the following: 1. Display a text input field on the screen. 2. Display a pop up note stating: Your first name is: <result from input field> 3. Display another text input field on the screen. 4. Display a pop up stating: Your surname is: <result from input field> 5. Display a pop up note stating: Your full name is: <result from both input fields>
Example file: ex_text_input_2.py
|
|
|
|