iOS Question MsgBox central alignment

MarcoRome

Expert
Licensed User
Longtime User
Hi All,
there is a way to align the text of a msgbox on the left.
It always comes out aligned to the center.

B4X:
....
Msgbox2("Msg", $"LA PIZZERIA EFFETTUA I SEGUENTI ORARI, DALLE ORE:
${Main.dalle_ore}
ALLE ORE
${Main.alle_ore}
L'ORARIO DA TE INSERITO PER LA CONSEGNA NON E' COMPATIBILE. SELEZIONA UN ORARIO DIVERSO. GRAZIE"$,"INFORMAZIONE", Array("Ok", "Annulla"))
                    Wait For Msg_Click (ButtonText As String)
....


upload_2018-7-3_9-51-34.png


Thank you
 
Top