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
659
Application hangs while changing language
posted

Hello all,

can anybody from Infragistics look in the source code at Infragistics.Win.EditorWithMask.AccessibleTextManager.AccessibleTextSubclasser.WndProc, if the message WM_INPUTLANGCHANGEREQUEST = 0x0050 is handled?

Problem: we have an MDI Application, 1 MDI Child Form is open, on it a few text boxes and a grid. The user changes the language by Alt + Shift or Click in the task panel. The whole application freezes. I could not reproduce this in a simple project. Stack trace:

  [Managed to Native Transition] 
  System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.DefWndProc(ref System.Windows.Forms.Message m) + 0x93 bytes 
  System.Windows.Forms.dll!System.Windows.Forms.Control.DefWndProc(ref System.Windows.Forms.Message m) + 0xc bytes 
  System.Windows.Forms.dll!System.Windows.Forms.Control.WmInputLangChangeRequest(ref System.Windows.Forms.Message m) + 0x45 bytes 
  System.Windows.Forms.dll!System.Windows.Forms.Control.WndProc(ref System.Windows.Forms.Message m) + 0x7ad bytes 
  System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.OnMessage(ref System.Windows.Forms.Message m) + 0x10 bytes 
  System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.WndProc(ref System.Windows.Forms.Message m) + 0x31 bytes 
  System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.Callback(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) + 0x5a bytes 
  System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.DefWndProc(ref System.Windows.Forms.Message m) + 0x130 bytes 
  System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.WndProc(ref System.Windows.Forms.Message m) + 0x5 bytes 
  Infragistics2.Win.v11.2.dll!Infragistics.Win.EditorWithMask.AccessibleTextManager.AccessibleTextSubclasser.WndProc(ref System.Windows.Forms.Message msg) + 0x5f bytes 

Thanks a lot,

Anca

Parents Reply Children
No Data