Disable MsgBox & Dialogs bold text?

Hi folks. I was wondering if there is a way to disable the bold attribute for text in MsgBox & Dialog messages? In the case of dialogs, any explanation text is currently NOT bold, just the main message text.

@Bill Dawson — I expect those attributes to be handled by the OS. Do your dialog messages look different from those of the system?

Thanks for the reply, Stephane. Yes, they do look different. I only see bold text in apps created with Xojo.

@Bill Dawson — OK, so I would assume this behavior to be a bug in Xojo, which should not change the standard dialogs on your system, and worth submitting a bug report in Feedback.

I you really want to change that behavior, I personally don’t know any other possibility than using Declares to directly call system API to display a standard dialog.

This is an OS feature.

Text is split by two new lines. First part gets bold and second part gets small below it.

[quote=426804:@Christian Schmitz]This is an OS feature.

Text is split by two new lines. First part gets bold and second part gets small below it.[/quote]
Yes, you’re right…just checked again. My bad.
Thanks for the info, Christian & Stephane. :slight_smile: