[SOLVED] Messagebox Icons not correct

Answered Closed
0
0

Using the following code example while taking WiseJ for a spin…

MessageBox.Show(“test”, “This was clicked”,MessageBoxButtons.OK, MessageBoxIcon.Hand);

Or

MessageBox.Show(“test”, “This was clicked”,MessageBoxButtons.OK, MessageBoxIcon.Error);

Show the same icon (the Error icon shows in either case, Hand does not show).

  • You must to post comments
Best Answer
0
0

Hi Edmond,

this has been logged as WJ-7270 and has been changed in the latest build (1.1.95.0)

Best regards
Frank

  • You must to post comments
0
0

That’s because we kept the same values from WinForms.MessageBoxIcon where Hand and Error are the same. Error = Hand = Stop, Asterisk = Information.

However, I agree that this is misleading. I will log an enhancement issue to add real icons that correspond to the name in the enumeration in all the themes.

 

  • You must to post comments
Showing 2 results