Android Question msg box do not show in release mode

ajk

Active Member
Licensed User
Longtime User
In debug mode Msgbox shows. In release not. WHY?

B4X:
    If File.Exists(File.DirRootExternal, SciezkaDostepuDoDanychMain  &  "/poslistatag.ttt")  Then
        Log("n")
    Else
       
        If Msgbox2("Wgrać plik konfigujący?",  "",  "TAK",  "",  "NIE",  Null) = DialogResponse.POSITIVE Then
            File.Copy(File.DirAssets  , "poslistatag.ttt", File.DirRootExternal  &  "/"  &  SciezkaDostepuDoDanychMain  &  "/",   "poslistatag.ttt")
        End If
       
    End If
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…