ciprian Active Member Licensed User Longtime User Aug 9, 2013 #1 Hi there . I was wondering how to set the text to horizontal-centered into an MesageBox. Any sugestions? Thankyou.
Hi there . I was wondering how to set the text to horizontal-centered into an MesageBox. Any sugestions? Thankyou.
derez Expert Licensed User Longtime User Aug 9, 2013 #2 As far as I know - you can't. You can use a class, like I did here http://www.b4x.com/android/forum/threads/class-message.24912/ Upvote 0
As far as I know - you can't. You can use a class, like I did here http://www.b4x.com/android/forum/threads/class-message.24912/
Informatix Expert Licensed User Longtime User Aug 10, 2013 #4 Look at the Better Dialogs library. Upvote 0
ciprian Active Member Licensed User Longtime User Aug 10, 2013 #5 I'm allready using, into another project, but i just forgoten that. Better dialogs it's all i need. Thank you Informatix. By the way....you live where in France? I'm near Cannes. Upvote 0
I'm allready using, into another project, but i just forgoten that. Better dialogs it's all i need. Thank you Informatix. By the way....you live where in France? I'm near Cannes.
Informatix Expert Licensed User Longtime User Aug 10, 2013 #6 Je vis à Aubagne, entre Marseille et Cassis. For the msg box with the centered text, you have to create a custom dialog with the library. Upvote 0
Je vis à Aubagne, entre Marseille et Cassis. For the msg box with the centered text, you have to create a custom dialog with the library.