English(Sorry... used "translate")
======================================================
Hello,
I am making an application and created a procedure to verify that the database exists (creates and populates if necessary).
The application will also have a screen "Login"
The implementation of the procedure and activation Layout Login is conducted in a "If FirstTime".
First runs the procedure "CheckDB" after it is uploaded to the layout of the Login activity.
If the procedure "CheckDB" I use the "ProgressDialogShow2" occurs the following problem:
When reading layout "Login" (it has a Panel, a EditText and two buttons) I can not type anything in the EditText (opens a "FindBox" android).
But this only occurs when compiling in "Release" mode. The build in "Debug" works normally.
And: If I compile in "Release" mode, but I change orientation of the device to "landscape" and back to "portrait", it works typing in EditText.
In the file has an example that reproduces the problem.
Thanks
=========================================
Olá,
Estou fazendo uma aplicação e criei uma procedure para verificar se o banco de dados existe (cria e popula se necessário).
A aplicação também terá uma tela de "Login"
A execução da procedure e a ativação do Layout de Login é realizado em um "If FirstTime".
Primeiro é executado a procedure "CheckDB" depois que é carregado o layout do Login para a atividade.
Se na procedure "CheckDB" eu usar a função "ProgressDialogShow2" ocorre o seguinte problema :
Ao ler o layout de "Login" (tem um Panel, um edittext e dois botoes ) não consigo digitar nada no EditText (abre um "FindBox" do android).
Mas isso só ocorre quando compilo em modo "Release". A compilação em modo "Debug" funciona normalmente.
E ainda : Se compilo em modo "Release", mas mudo a orientação do aparelho para "landscape" e volto para "portrait", passa a funcionar a digitação no EditText.
No arquivo tem um exemplo que reproduz o problema.
Obrigado.
================================================
======================================================
Hello,
I am making an application and created a procedure to verify that the database exists (creates and populates if necessary).
The application will also have a screen "Login"
The implementation of the procedure and activation Layout Login is conducted in a "If FirstTime".
First runs the procedure "CheckDB" after it is uploaded to the layout of the Login activity.
If the procedure "CheckDB" I use the "ProgressDialogShow2" occurs the following problem:
When reading layout "Login" (it has a Panel, a EditText and two buttons) I can not type anything in the EditText (opens a "FindBox" android).
But this only occurs when compiling in "Release" mode. The build in "Debug" works normally.
And: If I compile in "Release" mode, but I change orientation of the device to "landscape" and back to "portrait", it works typing in EditText.
In the file has an example that reproduces the problem.
Thanks
=========================================
Olá,
Estou fazendo uma aplicação e criei uma procedure para verificar se o banco de dados existe (cria e popula se necessário).
A aplicação também terá uma tela de "Login"
A execução da procedure e a ativação do Layout de Login é realizado em um "If FirstTime".
Primeiro é executado a procedure "CheckDB" depois que é carregado o layout do Login para a atividade.
Se na procedure "CheckDB" eu usar a função "ProgressDialogShow2" ocorre o seguinte problema :
Ao ler o layout de "Login" (tem um Panel, um edittext e dois botoes ) não consigo digitar nada no EditText (abre um "FindBox" do android).
Mas isso só ocorre quando compilo em modo "Release". A compilação em modo "Debug" funciona normalmente.
E ainda : Se compilo em modo "Release", mas mudo a orientação do aparelho para "landscape" e volto para "portrait", passa a funcionar a digitação no EditText.
No arquivo tem um exemplo que reproduz o problema.
Obrigado.
================================================