Desktop and MessageBox

0
0

Hello,

when show a MessageBox on Desktop the DesktopBarItem and (if exists) the left side panel are always clickable.

To check this you can use “User Desktop” example and replace button1 click event in MyDesktop.cs  with this code:

private void button1_Click(object sender, EventArgs e)
{
MessageBox.Show(“Test”);
//new Window1().Show();
}

Thanks,
Valeriano

  • You must to post comments
0
0

Hi Valeriano,

thanks for confirming this issue. It´s a bug that has been logged as WJ-8783.
We´ll inform you when a fix is available.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.