Alexander Stolte Expert Licensed User Longtime User Aug 15, 2019 #1 Hey, how can i center the Text Alignment of the normal dialog.show? Greetings
Erel B4X founder Staff member Licensed User Longtime User Aug 15, 2019 #2 Exactly like you did here: https://www.b4x.com/android/forum/t...the-dialog-is-not-showing.108657/#post-679121 Upvote 0
Exactly like you did here: https://www.b4x.com/android/forum/t...the-dialog-is-not-showing.108657/#post-679121
Alexander Stolte Expert Licensed User Longtime User Aug 15, 2019 #3 Erel said: Exactly like you did here: https://www.b4x.com/android/forum/t...the-dialog-is-not-showing.108657/#post-679121 Click to expand... But this is the TitleBar Text and not the Text on the content area. Upvote 0
Erel said: Exactly like you did here: https://www.b4x.com/android/forum/t...the-dialog-is-not-showing.108657/#post-679121 Click to expand... But this is the TitleBar Text and not the Text on the content area.
Erel B4X founder Staff member Licensed User Longtime User Aug 15, 2019 #4 B4X: Dim Content As B4XView = Dialog.Base.GetView(Dialog.Base.NumberOfViews - 1) Content.GetView(0).SetTextAlignment("CENTER", "CENTER") Wait For (sf) Complete (Result As Int) Upvote 0
B4X: Dim Content As B4XView = Dialog.Base.GetView(Dialog.Base.NumberOfViews - 1) Content.GetView(0).SetTextAlignment("CENTER", "CENTER") Wait For (sf) Complete (Result As Int)