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
Hello Anca,
Thanks for provided information and stack trace. At that moment I didn`t met such issue. Could you please tell me what is your version and do you have any installed service release and which one. Also could you please tell me, are you using Multiple threads in your application ?
Let me know if you have any questions.
Regards
Hello Georgi,
we have 11.2 with the latest service release (2124).
Thanks for your help,