Java Question Question about InputDialog

ondesic

Active Member
Licensed User
Longtime User
I was wondering if there was a way to set an eventhandler for the EditText in a InputDialog?

That way I could catch the text beying inputed and only allow certain characters. Basically, I need to create my own filter to only allow a custom set of characters to use.

Thanks for any info
 

ondesic

Active Member
Licensed User
Longtime User
Ok, I just thought it would be cool if you could capture the handle of the EditText and then do some customization.

On kind of the same line, is there a way to make the text inside the edittext start out all selected?
 
Top