-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Bug]: KryptonMessageBox
does not obey tab characters like MessageBox
#1424
Comments
KryptonMessageBox
does not obey tab characters like MessageBox
@Wagnerp Should this be fixed in 8.5 as well ? |
@cuppm You state that the toolkit version is |
Will do, once/if I can find it |
@Wagnerp Q: Why are the Font and the Text colour hard coded ? They should use the themes colours ?? |
FYI: Therefore
Currently researching 3. |
Extend the |
Winforms just redirects to the underlying Win32 MessageBox in the |
Could use |
Is there a way to capture tabs, and replace them with
|
Yes: that's option 1... |
|
Yes, as they can be used in the newer expandable version. |
…s like `MessageBox` - The optional `ContentAlignment` for a `KryptonMessageBox.Show` cammand is no longer possible. #1424
…like `MessageBox` - The optional `ContentAlignment` for a `KryptonMessageBox.Show` command is no longer possible. #1424
…like MessageBox - The optional ContentAlignment for a KryptonMessageBox.Show command is no longer possible. #Krypton-Suite/Standard-Toolkit#1424
Sorry, I copied the .NET runtime version string instead of the Krypton toolkit version. As you've already deduced it affected the current release of 80.24.3.64. Thanks for fixing this. |
I'm switching usages of MessageBox to KryptonMessageBox and I noticed that the Krypton version does not display tabs in the message the same way that the WinForms version does.
To Reproduce
Expected behavior
The text to be tabbed over from the left margin like the WinForms MessageBox does.
Screenshots
WinForms
Krypton
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: