<?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 Text goes Bold</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Combobox Text goes Bold]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:46:41 +0000</pubDate>
  <lastBuildDate>Mon, 09 Feb 2004 12:17:28 +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=416</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 Text goes Bold : agree, it is bug.  Sorry Bjarne,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=991&amp;title=combobox-text-goes-bold#991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 416<br /><strong>Posted:</strong> 09 February 2004 at 12:17pm<br /><br /><P>agree, it is bug. </P><P>Sorry Bjarne, If you use licensed CommandBars.ocx I will send you fixed version.</P><span style="font-size:10px"><br /><br />Edited by oleg</span>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 12:17:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=991&amp;title=combobox-text-goes-bold#991</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox Text goes Bold : Hi Robs, I am somehow happy that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=972&amp;title=combobox-text-goes-bold#972</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=290">Bjarne</a><br /><strong>Subject:</strong> 416<br /><strong>Posted:</strong> 06 February 2004 at 1:24am<br /><br /><P>Hi Robs,</P><P>I am somehow happy that you also have the problem. Its always nice not to be alone in the world.</P><P>Thanks for the suggestion with the Custom Control. I actually already tried this. I have a license for a Combo that also has the Office 2003 Layout, and using that Combo instead of the built in gives no problems. (Expect that I need a label in front of it). So I can confirm that the problem is only with the built-in Combo and Edit controls.</P><P>I am running on a HP Pavilion, P4 Windows XP, 1GB Ram, 128MB GeforceFX 5200</P>]]>
   </description>
   <pubDate>Fri, 06 Feb 2004 01:24:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=972&amp;title=combobox-text-goes-bold#972</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox Text goes Bold : Bjarne, Thanks for the project. The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=969&amp;title=combobox-text-goes-bold#969</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=229">robs</a><br /><strong>Subject:</strong> 416<br /><strong>Posted:</strong> 05 February 2004 at 8:18pm<br /><br /><P>Bjarne,</P><P>Thanks for the project.</P><P>The problem occurs on my system as well with this project. Did you notice that it doesn't happen when the theme is xtpThemeOfficeXP? </P><P>On my system things are a bit different. With the second window that pops up:</P><P>When I drag it over the commandBar on the first window, the paint from the Office2003 commandBar errases and shows the theme of whatever commandBar theme is being used on the second form. This surely isn't supposed to happen!</P><P>The text also turns bold as you described.</P><P>I think someone from CodeJock may have to jump in and confirm it as being a bug. </P><P>I don't like to 'rig' stuf, but one possible workarround for the combo would be to use a standard combobox instead:</P><P>Dim mCustom&nbsp;&nbsp;&nbsp;&nbsp; As ICommandBarControlCustom</P><P>Set mCustom = .Add(xtpControlCustom, 990, "Search:")<BR>With Combo1<BR>&nbsp;&nbsp; mCustom.Handle = .hWnd<BR>&nbsp;&nbsp; .AddItem "Customer"<BR>&nbsp;&nbsp;&nbsp; .AddItem "Orders"<BR>&nbsp;&nbsp;&nbsp; .ListIndex = 1<BR>End With</P><P>What are your system specs?</P><P>Im using a VAIO notebook:</P><P>P4 Windows XP 1GB Ram 64MB GeForceFX</P><span style="font-size:10px"><br /><br />Edited by robs</span>]]>
   </description>
   <pubDate>Thu, 05 Feb 2004 20:18:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=969&amp;title=combobox-text-goes-bold#969</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox Text goes Bold : Hello again, Attached is a small...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=964&amp;title=combobox-text-goes-bold#964</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=290">Bjarne</a><br /><strong>Subject:</strong> 416<br /><strong>Posted:</strong> 05 February 2004 at 5:23pm<br /><br /><P>Hello again,</P><P>Attached is a small sample that simulates the problem every time on my PC. If Form2 is opened and overlays the Combo or Edit controls on Form1&nbsp;the text in these controls are bolded every time. If you resize Form1 the text goes back to normal.</P><P>If Form2 is opening without overlapping the controls everything works, unless you drag Form2 over Form1 covering the Combo and Edit controls, then they get bolded again.</P><P>Hope this helps.</P><P>Bjarne<A href="http://forum.codejock.com/uploads/Bjarne/EC3_Project1.zip" target="_blank">EC3_Project1.zip</A></P>]]>
   </description>
   <pubDate>Thu, 05 Feb 2004 17:23:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=964&amp;title=combobox-text-goes-bold#964</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox Text goes Bold : Bjarne, A small sample would...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=962&amp;title=combobox-text-goes-bold#962</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=229">robs</a><br /><strong>Subject:</strong> 416<br /><strong>Posted:</strong> 05 February 2004 at 3:55pm<br /><br /><P>Bjarne,</P><P>A small sample would be good if it's not too much trouble. Thanks.</P><P>rob</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 05 Feb 2004 15:55:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=962&amp;title=combobox-text-goes-bold#962</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox Text goes Bold : The project this comes from is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=960&amp;title=combobox-text-goes-bold#960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=290">Bjarne</a><br /><strong>Subject:</strong> 416<br /><strong>Posted:</strong> 05 February 2004 at 2:50pm<br /><br /><P>The project this comes from is big, so I can not post it, but I will try to write up a sample that shows it. In the meantime I did some more testing:</P><P>It happens on the form thats doing the calling, and if the form that is called, does NOT overlap the control when it is opend it does not go Bold. If I drag the called form over the control it goes bold immediatly.</P><P>Also the Bold state clears if I resize the form the control is on.</P><P>I don't know if this helps, but anyway I will try to write a sample and send it to you.</P><P>I am also having trouble with another control that is not developed by you guys, so I wonder if it could be hardware related (Video driver etc.)</P><P>Bjarne</P>]]>
   </description>
   <pubDate>Thu, 05 Feb 2004 14:50:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=960&amp;title=combobox-text-goes-bold#960</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox Text goes Bold : Bjarne, I was unable to duplicate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=939&amp;title=combobox-text-goes-bold#939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=229">robs</a><br /><strong>Subject:</strong> 416<br /><strong>Posted:</strong> 04 February 2004 at 8:53pm<br /><br /><P>Bjarne,</P><P>I was unable to duplicate this. Is the ComboBox on the form that's doing the calling, or is it on the form that's being called? I actualy tried it both ways. Can you send me source?</P><P>rob</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 04 Feb 2004 20:53:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=939&amp;title=combobox-text-goes-bold#939</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox Text goes Bold : Hi, I discovered a weird thing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=933&amp;title=combobox-text-goes-bold#933</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=290">Bjarne</a><br /><strong>Subject:</strong> 416<br /><strong>Posted:</strong> 04 February 2004 at 1:59pm<br /><br /><P>Hi,</P><P>I discovered a weird thing when using the built-in ComboBox in a ToolBar. I have a couple of forms in the application all containing a CommandBar with Menu and Toolbar. From the Main form I call another form. As soon as this form opens the text in the Combo Box goes from Normal to Bold. This only happens if DropDownListStyle=True. It also only happens if the Form I call contains a CommandBar.</P><P>Can this be fixed?</P><P>Bjarne</P>]]>
   </description>
   <pubDate>Wed, 04 Feb 2004 13:59:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=416&amp;PID=933&amp;title=combobox-text-goes-bold#933</guid>
  </item> 
 </channel>
</rss>