Wish B4XInputTemplate from B4XDialog configure for password

AscySoft

Active Member
Licensed User
Longtime User
In B4A, you can do something like
As a note to that , if you encapsulate all dialogs based on B4xDialog into a class (as in my case), the above code produce the folowing error
B4X:
Error occurred on line: 95 (B4XInputTemplate)
java.lang.RuntimeException: Class instance was not initialized (b4xdialog)
to solve this, put @Erel 's code in the activity befor calling dialogs.
 
Top