<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : ListConverter Bug</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : ListConverter Bug</description>
  <pubDate>Wed, 10 Jun 2026 19:11:14 -700</pubDate>
  <lastBuildDate>Sat, 18 Oct 2008 16:49:42 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=952</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>ListConverter Bug : I tried this ona machine with...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=952&amp;PID=3508#3508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 952<br /><strong>Posted:</strong> 18-Oct-2008 at 4:49pm<br /><br />I tried this on&nbsp;a machine with VS 2008 SP1.&nbsp; I had Infragistics 8.2 on that machine, not Infragistics 8.1, so I ported the application to use Infragistics 8.2.&nbsp; I used IdeaBlade 3.6.4 (which will ne released on Monday, October 20).<DIV>&nbsp;</DIV><DIV>I could not reproduce the problem.</DIV>]]>
   </description>
   <pubDate>Sat, 18 Oct 2008 16:49:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=952&amp;PID=3508#3508</guid>
  </item> 
  <item>
   <title>ListConverter Bug : ListConverter is creating a bug...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=952&amp;PID=3436#3436</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=382" rel="nofollow">farooq.karim</a><br /><strong>Subject:</strong> 952<br /><strong>Posted:</strong> 25-Sep-2008 at 11:26am<br /><br /><P>ListConverter is creating a bug when used for UltraComboEditor:</P><DIV>I am using </DIV><DIV>&nbsp;</DIV><DIV>IdeaBlade 3.6.2.2</DIV><DIV>VS 2008</DIV><DIV>Infragistics NetAdvantage for .net 2008 Vol 1</DIV><DIV>&nbsp;</DIV><DIV>I have done my work, I am 100% sure that its because of IdeaBlade, the application crashes in the Infragistics code but only when the contol is bound through&nbsp;ListConverter, when the control is bound through .net databinding no exception occurs. I found that display of "(none)" for null value is creating the problem.</DIV><DIV>&nbsp;</DIV><DIV>Here I am attaching my sample project which I have created to produce that bug, its a simple project no DB is required.</DIV><DIV>&nbsp;</DIV><DIV>Download here <U>Sample Project</U> (<a href="http://www.ideablade.com/forum/uploads/382/ComboProblem.zip" target="_blank">http://www.ideablade.com/forum/uploads/382/ComboProblem.zip</A>)</DIV><DIV>&nbsp;</DIV><DIV>Steps to produce:</DIV><DIV>&nbsp;</DIV><DIV>Run the application, there are 3 items in the Binding Navigator, navigate to the last one, make sure that the focus is on the ultracomboeditor control(by default if you don't click on the form and navigate to the last one, this control should have the focus).</DIV><DIV>&nbsp;</DIV><DIV>Once you are on the last item, hit the delete button on the binding navigator and you will have the exception:</DIV><DIV>&nbsp;</DIV><DIV>For your help stack trace is attached:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; at Infragistics.Win.ValueListItemsCollection.GetItemFromDisplayTextOnly(Int32&amp; lastValueListIndex, String displayText)<BR>&nbsp;&nbsp; at Infragistics.Win.ValueList.FindByDisplayText(Int32&amp; lastValueListIndex, String displayText)<BR>&nbsp;&nbsp; at Infragistics.Win.ValueList.Infragistics.Win.IValueList.GetValue(String text, Int32&amp; index)<BR>&nbsp;&nbsp; at Infragistics.Win.UltraWinEditors.UltraComboEditor.IsItemInList(String displayText)<BR>&nbsp;&nbsp; at Infragistics.Win.UltraWinEditors.UltraComboEditor.OnValidating(CancelEventArgs e)<BR>&nbsp;&nbsp; at System.Windows.Forms.Control.NotifyValidating()<BR>&nbsp;&nbsp; at System.Windows.Forms.Control.PerformControlValidation(Boolean bulkValidation)<BR>&nbsp;&nbsp; at System.Windows.Forms.ContainerControl.ValidateThroughAncestor(Control ancestorControl, Boolean preventFocusChangeOnError)<BR>&nbsp;&nbsp; at System.Windows.Forms.ContainerControl.ValidateInternal(Boolean checkAutoValidate, Boolean&amp; validatedControlAllowsFocusChange)<BR>&nbsp;&nbsp; at System.Windows.Forms.Control.ValidateActiveControl(Boolean&amp; validatedControlAllowsFocusChange)<BR>&nbsp;&nbsp; at System.Windows.Forms.BindingNavigator.OnDelete(Object sender, EventArgs e)<BR>&nbsp;&nbsp; at System.EventHandler.Invoke(Object sender, EventArgs e)<BR>&nbsp;&nbsp; at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)<BR>&nbsp;&nbsp; at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)<BR>&nbsp;&nbsp; at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)<BR>&nbsp;&nbsp; at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)<BR>&nbsp;&nbsp; at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)<BR>&nbsp;&nbsp; at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)<BR>&nbsp;&nbsp; at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)<BR>&nbsp;&nbsp; at System.Windows.Forms.Control.WmMouseUp(Message&amp; m, MouseButtons button, Int32 clicks)<BR>&nbsp;&nbsp; at System.Windows.Forms.Control.WndProc(Message&amp; m)<BR>&nbsp;&nbsp; at System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)<BR>&nbsp;&nbsp; at System.Windows.Forms.ToolStrip.WndProc(Message&amp; m)<BR>&nbsp;&nbsp; at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)<BR>&nbsp;&nbsp; at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)<BR>&nbsp;&nbsp; at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)<BR>&nbsp;&nbsp; at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)<BR>&nbsp;&nbsp; at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)<BR>&nbsp;&nbsp; at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)<BR>&nbsp;&nbsp; at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)<BR>&nbsp;&nbsp; at System.Windows.Forms.Application.Run(Form mainForm)<BR>&nbsp;&nbsp; at ComboProblem.Program.Main() in C:\Documents and Settings\farooq.karim\Desktop\ComboIssue\ComboProblem\ComboProblem\Program.cs:line 18<BR>&nbsp;&nbsp; at System.AppDomain._nExecuteAssembly(Assembly assembly, String&#091;&#093; args)<BR>&nbsp;&nbsp; at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String&#091;&#093; args)<BR>&nbsp;&nbsp; at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()<BR>&nbsp;&nbsp; at System.Threading.ThreadHelper.ThreadStart_Context(Object state)<BR>&nbsp;&nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)<BR>&nbsp;&nbsp; at System.Threading.ThreadHelper.ThreadStart()</DIV><DIV>&nbsp;</DIV><DIV><strong>Please let me know what should be done to get it not to happen. Let me know if you need more information.</strong></DIV><span style="font-size:10px"><br /><br />Edited by farooq.karim - 25-Sep-2008 at 11:27am</span>]]>
   </description>
   <pubDate>Thu, 25 Sep 2008 11:26:16 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=952&amp;PID=3436#3436</guid>
  </item> 
 </channel>
</rss>