ComboBox is swapping characters

Add-in Express™ Support Service
That's what is more important than anything else

ComboBox is swapping characters
 
Markus Welker


Guest


Hi,

while using adx for an Outlook addin, I get the following problem using a ComboBox or a ToolStripComboBox:
When I insert the character 'k' and an '?' afterwards, the control swaps the both character after typing in the '?', i.e. it displays '?k' instead of 'k?'. Holds for other special characters too, like umlaute.

TextBox and ToolStripTextBox don't have this problem, and the ComboBox/ToolStripComboBox work just normal in my Windows applications.

ADX 3.2 build 1865
WinXP Home Edition, Service Pack 2
Outlook 2003 11.5608.5606

Thanks for your help!


PS.:
Here is an debug trace just generated for the case that it gives you helpfull information about the configuration.

Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.Exception: Test
bei MyAddin8.ADXOlForm1.button1_Click(Object sender, EventArgs e) in C:\Dokumente und Einstellungen\MW\Eigene Dateien\Visual Studio 2005\Projects\MyAddin8\MyAddin8\ADXOlForm1.cs:Zeile 127.
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.42 (RTM.050727-4200).
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
MyAddin8
Assembly-Version: 1.0.2629.21726.
Win32-Version: 1.0.2629.21726.
CodeBase: file:///C:/Dokumente%20und%20Einstellungen/MW/Eigene%20Dateien/Visual%20Studio%202005/Projects/MyAddin8/MyAddin8/bin/Debug/MyAddin8.DLL.
----------------------------------------
AddinExpress.MSO.2005
Assembly-Version: 3.2.1865.2005.
Win32-Version: 3.2.1865.2005.
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/AddinExpress.MSO.2005/3.2.1865.2005__c20c070a1fc9a144/AddinExpress.MSO.2005.dll.
----------------------------------------
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.42 (RTM.050727-4200).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
Extensibility
Assembly-Version: 7.0.3300.0.
Win32-Version: 7.00.9466.
CodeBase: file:///C:/WINDOWS/assembly/GAC/Extensibility/7.0.3300.0__b03f5f7f11d50a3a/Extensibility.dll.
----------------------------------------
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.42 (RTM.050727-4200).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.42 (RTM.050727-4200).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
AddinExpress.OL.2005
Assembly-Version: 3.2.904.2005.
Win32-Version: 3.2.904.2005.
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/AddinExpress.OL.2005/3.2.904.2005__e69a7e0f3592d2b8/AddinExpress.OL.2005.dll.
----------------------------------------
Interop.Outlook
Assembly-Version: 9.0.0.0.
Win32-Version: .
CodeBase: file:///C:/Dokumente%20und%20Einstellungen/MW/Eigene%20Dateien/Visual%20Studio%202005/Projects/MyAddin8/MyAddin8/bin/Debug/Interop.Outlook.DLL.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.42 (RTM.050727-4200).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.


Posted 14 Mar, 2007 06:26:12 Top
Fedor Shihantsov


Guest


Thanks Markus,

We have reproduced this behaviour.
We will fix this issue in the next release.

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 14 Mar, 2007 08:44:22 Top