Apart from creating dialogs using the wxWidgets module, there are several messages that can be used to create simple dialogs
            for interacting with the user: 
         
            -  UI_OPEN_INPUT_DIALOG - Opens a modal dialog box requesting an input string from the user. 
            
-  UI_RENAME_IN_PLACE - Invokes a rename input box on the screen 
            
-  UI_CONFIRM_DIALOG - Opens a modal confirm dialog box. 
            
-  UI_CONFIRM_DIALOG_CALLBACK - Opens a modal confirm dialog box. This dialog can be used to invoke callbacks depending on the button pressed. 
            
-  UI_NUMERICAL_INPUT_IN_PLACE - Invokes a numerical input text box on the screen. 
            
-  UI_NUMERICAL_LENGTH_INPUT_IN_PLACE - Invokes a numerical input text box on the screen. Allows user to enter numbers with supported units such as 1m or 1cm.