Hi
I have a combox on my main screen, but I cannot get the combo to fire the TextChanged event, I've done a mock up of my screen as a demo, code below, am I missing something?
B4X:
Sub Process_Globals
End Sub
Sub Globals
Private cboLocation As B4XComboBox
End Sub
Sub...
We all know that we can't show UI things from Starter (or any services really), like MsgBox etc. (Toasts are an exception for some reason, but for this thread I'll ignore them.)
Let's say I have a class in Starter. Then that class won't be able to use MsgBox etc. And if that class has a class...
If you show a msgbox or progress dialog then lock the screen or send the app to background then reopen it, the msgbox will be gone.
How to prevent msgbox or progress dialog from being dismissed when the activity gets paused?
ادامه مطلب...