Android Question msgbox & dialogs problem

luke2012

Well-Known Member
Licensed User
Longtime User
There are many different way to show a msg / dialog to the user (and all works fine but...):

1) Msgbox
2) Msgbox2
3) MsgboxAsync
4) InputDialog
5) DateDialog

I'm using all the above msg / dialogs within my project. I have only a "little" problem.
My final user (for app approval and payment) says to me: "messages isn't complaints with the company colors". :-(

So the problem is that I can set Background and Foreground (complaints colors) for the panels, labels and images but not for all the above msgbox and dialogs. Is this correct?

If the answer is "yes" which is the (smarter) solution to solve this and allow to set the colors ?

Thanks in advance for your reply.
 

luke2012

Well-Known Member
Licensed User
Longtime User
Thanks for your quick (and good) answers @fixit30 and @BillMeyer :)
If you known...

- CustomLayoutDialog which of the following msg / dialogs covers ?
1) Msgbox
2) Msgbox2
3) MsgboxAsync
4) InputDialog
5) DateDialog

- SweetAlertDialog which of the following msg / dialogs covers ?
1) Msgbox
2) Msgbox2
3) MsgboxAsync
4) InputDialog
5) DateDialog

I have to make a choice...
 
Upvote 0
Top