Faster way to do input
-
Is there any faster way to let the user to input some text without creating a new dialog box? For example, print the question on the screen and the user answer it and press ENTER.
-
Is there any faster way to let the user to input some text without creating a new dialog box? For example, print the question on the screen and the user answer it and press ENTER.
If this is in relation to your printing, you can extend the printing dialog to also ask the question(s) you have in mind, but I don't see why you'd fiddle around with asking a question and not having ANY dialog - you need to put up a static and an edit box at least, why is there a detrimental effect in them being in a dialog ? You can make the dialog close when you press enter in the text field if you're worried about people having to press OK. Christian The content of this post is not necessarily the opinion of my yadda yadda yadda. To understand recursion, we must first understand recursion.