Is it possible to have the dialog box library input dialog box, immediately display itself, instead of needing to click on it first?
For this, you should try the BetterDialogs library.
Each function and each property have a documentation, so what is not documented?I can't really seem to find adequate documentation for it. Can "input.decimal..." etc etc be used? I need to know exactly how, as soon as the dialog box code is called, make the android keypad pop up, ready for input?
Is it possible to give me an example? Any more docs for it?
Thank in advance.
Regards,
bodycode.
PS: This is a numeric-only, decimal number/calculation project that really needs the ability to return the result as a double or float, and, an input filter that dis-allows all other characters automatically within it's library?
Thank you.
Each function and each property have a documentation, so what is not documented?
Did you see the OpenKeyboard parameter of CustomDialog ?
I was talking about betterdialogs, then you mention customdialog, and then, you mention openkeyboard.
BetterDialogs have four functions and one of them is CustomDialog. OpenKeyboard is one of the parameters of CustomDialog.
When you're in the IDE and start typing, a window opens and presents the various functions of the class (when you type the point) or the documentation of the function (when you type the parenthesis).
That being said, I'm not sure that I fully understood your question.