Bug? MsgBox

mlc

Active Member
Licensed User
Longtime User
MsgBox strange behavior, B4A 4.00.
In the image, how msgbox is displayed and how shown B4A detail information, in debug mode.

B4X:
Dim detalles As String
    detalles = Archivo & CRLF & CRLF & traducir(75) _
    & CRLF & dt.Format(d) & CRLF & CRLF & traducir(76) _
    & CRLF & DSize(File.Size(Ruta, Archivo), 1) _
    & " (" & File.Size(Ruta, Archivo) & " bytes)"
    Msgbox(detalles, traducir(74))

It only shows the first line.

upload_2015-2-10_18-41-7.png


This same code worked fine before.

Also does not work:
B4X:
detalles = "hola" & CRLF & "adios"

Any help is appreciated
 
Last edited:

mlc

Active Member
Licensed User
Longtime User
Hello,

Device : Samsung Galaxy Ace 2 (before worked fine)

Samsung Galaxy Tab S: No problem

B4X:
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
 

mlc

Active Member
Licensed User
Longtime User
I have installed the 4.30 version, but still the issue
 

mlc

Active Member
Licensed User
Longtime User
I tried it on another Samsung Galaxy Ace 2 and the problem continues. B4A 4.30
Sony Xperia M2: no problem
 
Top