<?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 : ComboBox Problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : ComboBox Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 22:08:57 +0000</pubDate>
  <lastBuildDate>Tue, 13 Sep 2016 01:53:29 +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=23129</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[ComboBox Problem : Now that I have everything looking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23129&amp;PID=75094&amp;title=combobox-problem#75094</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1368">ScottW</a><br /><strong>Subject:</strong> 23129<br /><strong>Posted:</strong> 13 September 2016 at 1:53am<br /><br />Now that I have everything looking exactly as I'd like with colors and images, I realized that this has created a new problem. It seems to make the AutoComplete property completely non-functional. Is there some way to use markup and still specify the text for autocomplete to use? I love the ability to use colors and images in the list items with markup, but a dropdown list combo with no autocomplete is something I'm pretty sure many of my users will not like.<br><br><br>]]>
   </description>
   <pubDate>Tue, 13 Sep 2016 01:53:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23129&amp;PID=75094&amp;title=combobox-problem#75094</guid>
  </item> 
  <item>
   <title><![CDATA[ComboBox Problem : I discovered after I posted this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23129&amp;PID=75093&amp;title=combobox-problem#75093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1368">ScottW</a><br /><strong>Subject:</strong> 23129<br /><strong>Posted:</strong> 13 September 2016 at 1:21am<br /><br />I discovered after I posted this that if you save that test app and exit and then reload it, then it seems to work normally. I tried this twice with different test apps and they both had that redraw problem until I saved and reloaded the project. Odd..<br><br><br><br><br><br>]]>
   </description>
   <pubDate>Tue, 13 Sep 2016 01:21:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23129&amp;PID=75093&amp;title=combobox-problem#75093</guid>
  </item> 
  <item>
   <title><![CDATA[ComboBox Problem : When using Markup with the ComboBox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23129&amp;PID=75092&amp;title=combobox-problem#75092</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1368">ScottW</a><br /><strong>Subject:</strong> 23129<br /><strong>Posted:</strong> 13 September 2016 at 12:47am<br /><br />When using Markup with the ComboBox control, the XAML output in the dropdown list vanishes as the cursor passes over the items. Oddly, I don't see this happening in the SuiteControls demo app in the combo box with the language names and flags, but I don't see why I am getting different results. <br><br>To duplicate this, I created a VB6 app and put a Suite Controls ComboxBox on the form and set EnableMarkup to True and Style to DropDownList. Then I added this code:<br><br>Private Sub Form_Load()<br><br>With ComboBox1<br>&nbsp;&nbsp;&nbsp; .AddItem "Text A"<br>&nbsp;&nbsp;&nbsp; .AddItem "Text B"<br>&nbsp;&nbsp;&nbsp; .AddItem "Text C"<br><br>&nbsp;&nbsp;&nbsp; .AddItem "&lt;StackPanel Orientation='Horizontal'&gt;&lt;TextBlock Padding = '0' VerticalAlignment='Center'&gt;" &amp; "XAML A" &amp; "&lt;/TextBlock&gt;&lt;/StackPanel&gt;"<br>&nbsp;&nbsp;&nbsp; .AddItem "&lt;StackPanel Orientation='Horizontal'&gt;&lt;TextBlock Padding = '0' VerticalAlignment='Center'&gt;" &amp; "XAML B" &amp; "&lt;/TextBlock&gt;&lt;/StackPanel&gt;"<br>&nbsp;&nbsp;&nbsp; .AddItem "&lt;StackPanel Orientation='Horizontal'&gt;&lt;TextBlock Padding = '0' VerticalAlignment='Center'&gt;" &amp; "XAML C" &amp; "&lt;/TextBlock&gt;&lt;/StackPanel&gt;"<br>End With<br><br>End Sub<br><br>When I drop the list down, I see all six items and moving the cursor over the first three non-xaml entries works fine. When the cursor moves over the last three, they blank out.<br><br><img src="uploads/1368/ComboMarkupProblem.JPG" height="240" width="320" border="0" /><br><br>Is there a way to make this work? I am using version 17.2.<br><br><br><br><br>]]>
   </description>
   <pubDate>Tue, 13 Sep 2016 00:47:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23129&amp;PID=75092&amp;title=combobox-problem#75092</guid>
  </item> 
 </channel>
</rss>