Msgbox2 Freeze

gianfranco

Member
Licensed User
Longtime User
I'm using msgbox2 in my application.
when i use msgbox2 the application freeze for any second (7/8).
How I can solve this issue?

Regards
gianfranco
 

derez

Expert
Licensed User
Longtime User
when i use msgbox2 the application freeze
Your problem is not clear - does the application freeze while the msgbox is displayed (which is what should happen) or after you press the response button ?
If you want the application to continue running while the msgbox is displayed - you can use a non-modal msgbox - see Message Class http://www.b4x.com/forum/additional...l-updates/24912-class-message.html#post144274 . If you set Modal to false you'll get the response in another sub.
 
Upvote 0

gianfranco

Member
Licensed User
Longtime User
Your problem is not clear - does the application freeze while the msgbox is displayed (which is what should happen) or after you press the response button ?
If you want the application to continue running while the msgbox is displayed - you can use a non-modal msgbox - see Message Class http://www.b4x.com/forum/additional...l-updates/24912-class-message.html#post144274 . If you set Modal to false you'll get the response in another sub.

It must be modal.
This problem occured with xperia and not samsung.
I think library is not compliant with all android phone.
 
Upvote 0
Top