Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
XamDialogWindow Display Timing
posted

I am developing a WPF app using NetAdvantage for WPF.  The XamDialogWindow is NOT displaying immediately upon executing the Show() method & then continuing with the next code stmt, but rather it displays after the code returns control to the CLR.  The problem is that displaying the XamDialogWindow is the first action taken by the event handler with subsequent actions depending on the user's response, which is not possible given that the dialog window only appears after ALL event handling code has completed.

Am I missing something obvious or is there a workaround for my problem.

Thanks.