Wisej.Web.Form is not topmost when multiple Forms are openend with ShowDialog

0
0

Hi,

in our project we use several Wisej.Web.Forms on our page and open them by using ShowDialog(). With more than two open Forms is sometimes occurs that the newest Form, which should be topmost, is shown behind the Form which called the new Form and coulnd’t be reached by the user. We already set the latest Form topmost = true, but it still happens. Any idea how to prevent this behaviour?

 

Greets,

Marcel

 

  • You must to post comments
0
0

Both Web.Forms are modal dialogs, the first dialog calls the second one and only the second one is Topmost = true. It appears the behaviour does not occur when I put the thread to sleep for at least two seconds.

  • You must to post comments
0
0

I tried too but couldn’t reproduce. The form going behind is it also a modal dialog? If you create a modal dialog (ShowDialog) and then create a form (Show) the latest form will be inaccessible since it goes behind the modal, regardless of TopMost. The modal are on a much higher z-index.

  • You must to post comments
0
0

Hi,

I have tried to reproduce but failed so far. Can you please share some more details or test code that could help us to track it down ?
You´re talking about nested forms, each opened with ShowDialog(), right ?

Thanks in advance !

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.