<?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 : SOLVED: Checkbox and RadioButton appearance bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : SOLVED: Checkbox and RadioButton appearance bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 08:35:52 +0000</pubDate>
  <lastBuildDate>Thu, 14 Aug 2008 21:46:44 +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=11805</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[SOLVED: Checkbox and RadioButton appearance bug :  Thanks Baldur. You gave me an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11805&amp;PID=39886&amp;title=solved-checkbox-and-radiobutton-appearance-bug#39886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 11805<br /><strong>Posted:</strong> 14 August 2008 at 9:46pm<br /><br />Thanks Baldur. You gave me an idea.<br><br>The procedure is not that long running, just maybe half a second, but drawing problem very visible.<br><br>I thought maybe CJ could ensure control is redrawn before raising the click event.<br><br>However, adding DoEvents at start of click event procedure fixes the problem.<br><br>]]>
   </description>
   <pubDate>Thu, 14 Aug 2008 21:46:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11805&amp;PID=39886&amp;title=solved-checkbox-and-radiobutton-appearance-bug#39886</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Checkbox and RadioButton appearance bug : If your process is suspended like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11805&amp;PID=39855&amp;title=solved-checkbox-and-radiobutton-appearance-bug#39855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11805<br /><strong>Posted:</strong> 14 August 2008 at 7:19am<br /><br />If your process is suspended like sleep you can't process any event's or windows-messages.<DIV>This is by windows-design.</DIV><DIV>&nbsp;</DIV><DIV>I think, this can't be solved by CJ.</DIV><DIV>If i have long running functions i show a modal-form with a progress-bar and do some DoEvents.</DIV>]]>
   </description>
   <pubDate>Thu, 14 Aug 2008 07:19:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11805&amp;PID=39855&amp;title=solved-checkbox-and-radiobutton-appearance-bug#39855</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Checkbox and RadioButton appearance bug :  Both checkbox and radiobutton...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11805&amp;PID=39777&amp;title=solved-checkbox-and-radiobutton-appearance-bug#39777</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 11805<br /><strong>Posted:</strong> 13 August 2008 at 1:51am<br /><br />Both checkbox and radiobutton lose their appearance during Click event.<br><br>To reproduce just add checkbox to a form, set appearance to anything other than 0 and add this code:<br><font color="#003300"><br>Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)<br><br>Private Sub CheckBox1_Click()<br>'simulate a long running routine<br>Sleep 1000<br>End Sub</font><br><br>When object is clicked it's appearance reverts to standard for the duration of the click event.<br><br>Can this be fixed for next version?<br><br><br>]]>
   </description>
   <pubDate>Wed, 13 Aug 2008 01:51:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11805&amp;PID=39777&amp;title=solved-checkbox-and-radiobutton-appearance-bug#39777</guid>
  </item> 
 </channel>
</rss>