<?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="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Bug on ComboBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Bug on ComboBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:01:10 +0000</pubDate>
  <lastBuildDate>Wed, 07 Aug 2013 03:49:59 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=21808</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Bug on ComboBox : I can confirm this behavior here...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21808&amp;PID=71494&amp;title=bug-on-combobox#71494</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4913">TomasS</a><br /><strong>Subject:</strong> 21808<br /><strong>Posted:</strong> 07 August 2013 at 3:49am<br /><br />I can confirm this behavior here too, even if I never had to select items using this method in reality.<div>If set to Sorted=True both will behave the same as far as I have seen though, so maybe the problem is that the CJ control does the selection from a sorted list even if the actual control is not sorted?</div><div>I tried both 15.3.1 and 16.2.3 on Windows 8 with the same results.</div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2013 03:49:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21808&amp;PID=71494&amp;title=bug-on-combobox#71494</guid>
  </item> 
  <item>
   <title><![CDATA[Bug on ComboBox : Hi,the ComboBox with Style=2 (DropDownList)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21808&amp;PID=71414&amp;title=bug-on-combobox#71414</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 21808<br /><strong>Posted:</strong> 22 July 2013 at 4:30am<br /><br />Hi,<br><br>the ComboBox with <b>Style=2 (DropDownList)</b> does not set correctly the item by .Text property.<br><br>I created a form with two ComboBoxes (std VB and a CJ one) and added this code:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; Combo1.AddItem "South/East"<br>&nbsp;&nbsp;&nbsp; Combo1.AddItem "South"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; ComboBox1.AddItem "South/East"<br>&nbsp;&nbsp;&nbsp; ComboBox1.AddItem "South"<br>End Sub<br><br>Private Sub PushButton1_Click()<br>&nbsp;&nbsp;&nbsp; Combo1.Text = "South"<br>&nbsp;&nbsp;&nbsp; ComboBox1.Text = "South"<br>End Sub<br></pre></td></tr></table><br><br>When I click PB I get this:<br><br><img src="uploads/2720/Immagine.jpg" height="217" width="415" border="0" /><br><br>As you see the standard VB ComboBox is correctly set. The CJ Combobox is wrong. <br>The whole item length should be checked. Not only partially.<br><br>]]>
   </description>
   <pubDate>Mon, 22 Jul 2013 04:30:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21808&amp;PID=71414&amp;title=bug-on-combobox#71414</guid>
  </item> 
 </channel>
</rss>