<?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 : SetDropDownListStyle changes behavior in Ribbon</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : SetDropDownListStyle changes behavior in Ribbon]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 10:04:38 +0000</pubDate>
  <lastBuildDate>Wed, 29 Sep 2010 04:43:07 +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=17347</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[SetDropDownListStyle changes behavior in Ribbon : Ok found the answer myself :-)  Instead...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17347&amp;PID=60568&amp;title=setdropdownliststyle-changes-behavior-in-ribbon#60568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 17347<br /><strong>Posted:</strong> 29 September 2010 at 4:43am<br /><br />Ok found the answer myself :-)<DIV>&nbsp;</DIV><DIV>Instead of using <FONT size=2>pCombo-&gt;SetDropDownListStyle(FALSE) I use the combination:</FONT></DIV><DIV><FONT size=2>pCombo-&gt;SetDropDownListStyle() and </FONT><FONT size=2>pCombo-&gt;SetEditStyle(ES_READONLY);</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Then I get the same effect. But I still think the other way should work also.</DIV></FONT>]]>
   </description>
   <pubDate>Wed, 29 Sep 2010 04:43:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17347&amp;PID=60568&amp;title=setdropdownliststyle-changes-behavior-in-ribbon#60568</guid>
  </item> 
  <item>
   <title><![CDATA[SetDropDownListStyle changes behavior in Ribbon : I found a strange difference in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17347&amp;PID=60567&amp;title=setdropdownliststyle-changes-behavior-in-ribbon#60567</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 17347<br /><strong>Posted:</strong> 29 September 2010 at 4:38am<br /><br /><P>I found a strange difference in how a combo box gallery is working in a Ribbon. The behavior can be see in the examples by changing the <FONT size=2>pCombo-&gt;SetDropDownListStyle() to <FONT size=2>pCombo-&gt;SetDropDownListStyle(FALSE), e.g. for the Font Size control. The FALSE&nbsp;should according to the documentation make the combo box edit box read only.</P><DIV></DIV><DIV><img src="http://forum.codejock.com/uploads/686/CodeJock_E2.jpg" height="322" width="195" border="0" /></DIV><DIV>&nbsp;</DIV><DIV>The strange effect can be seen above. When the value is e.g. 36 and pCombo-&gt;SetDropDownListStyle()&nbsp; is used we get a drop-down list with 36 selected (as expected) and seen in the samples. If I change it to pCombo-&gt;SetDropDownListStyle(FALSE) I get the behavior in the right most image. The selection is set to the first item in the list.</DIV><DIV>I believe this is a bug. Anyway to get the expected behavior?</DIV><DIV>&nbsp;</DIV></FONT></FONT>]]>
   </description>
   <pubDate>Wed, 29 Sep 2010 04:38:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17347&amp;PID=60567&amp;title=setdropdownliststyle-changes-behavior-in-ribbon#60567</guid>
  </item> 
 </channel>
</rss>