Android Question Error EditText and CustomProgressDialog

Clayton

Member
Licensed User
Longtime User
hello people, B4a is a strange behavior in an Activity.

example:
to click on a type EditText field the keyboard is open, and if the field is far below it is played to the top to be visible when you type.
it all automatic ... works perfectly ...

But if I have to display a CustomProgressDialog that does not work
how do I solve?

B4X:
 myProgressDialog.Initialize(Activity, 95%x, -1, -1, "","" ,Colors.White, 0, "LASER",False) 
 myProgressDialog.Show("Consultando...", Colors.Black)

' bla bla bla

 myProgressDialog.Hide
 

Clayton

Member
Licensed User
Longtime User
using the standard ProgressDialog works perfectly.

there is a possibility to change the default background color?
 
Upvote 0
Top