-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MaterialMessageBox: not showing caption when Buttons are "YesNo" #156
Comments
Is there any way to work around this? This bug is preventing me from working, as I need working messgae boxes to deploy the software. I looked at the code, but could not find anything off. |
Hi, I don't know. I didn't implement the message Box on this lib. I currently don't have time to dedicate to this project, maybe @orapps44 can help you, they are currently very active in the development. |
ThanksI There's no "issues" tab on @orapps44 page, but maybe they'll see it here. I feel super bad for nagging. And it is 100% my own fault for not testing all behaviour before using the library, but this really is the worst showstopper for me (together with &mnemotics showing in all buttons). UI issues are one step below hard crashes... |
@paleiadevelopment can you post issue screenshot ? |
Thank you so much for looking into it! |
Fix leocb#156 Add french translation for buttons Add show Optional Arguments : UseRichTextBox (allow to switch between richtextbox or MaterialLabel for better rendering) Add control minimum Height
thanks so much for the fixes!!!! |
I can reproduce the following 100% of the time:
When I call up a MaterialMessageBox as
MaterialSkin.Controls.MaterialMessageBox.Show("Text", "Caption", MessageBoxButtons.OK)
it works fine.
But when I use "YesNo" like this:
MaterialSkin.Controls.MaterialMessageBox.Show("Text", "Caption", MessageBoxButtons.YesNo)
the caption is not shows. The whole upper part of the MessageBox is empty.
The text was updated successfully, but these errors were encountered: