Msgbox android task killer

Orcino Borges

Member
Licensed User
Longtime User
Hello everyone,

On my system when I call the MsgBox and I'm a long time without pressing OK the android task killer.

I use to display a message received.

Can anyone help ?

Thanks
Orcino
 

Orcino Borges

Member
Licensed User
Longtime User
No. When the message displays, the system is waiting press OK, if you stay a long time without pressing the OK, the system gives an error and closes.

If pressing the OK once the message is shown, then works fine.

Orcino
 
Upvote 0

mc73

Well-Known Member
Licensed User
Longtime User
If you need this message visible for quite a long time. I would choose to create a panel showing this message.
 
Upvote 0

Harris

Expert
Licensed User
Longtime User
No. When the message displays, the system is waiting press OK, if you stay a long time without pressing the OK, the system gives an error and closes.

If pressing the OK once the message is shown, then works fine.

Orcino

What is the error? What is a "long time"?
The OS killing your app doesn't sound logical due to a modal MsgBox...
 
Upvote 0

Orcino Borges

Member
Licensed User
Longtime User
Hi Erel, thanks for the help.

See below the system log

Installing file.
PackageAdded: package:sms.pakage
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (comando) Create, isFirst = true **
** Activity (comando) Resume **
** Service (rxsms) Create **
** Service (rxsms) Start **

at this point, the msgbox is showing the SMS received and waiting press OK.

After 1 minute without pressing the OK, the ANDROID shows the message

" THE PRG IS NOT RESPONDING, WAIT OR CLOSE ? "

Were PRG is the name my app.

Thanks
Orcino
 
Upvote 0
Top