<?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 : IsIdleMessage handling</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : IsIdleMessage handling]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 19:33:04 +0000</pubDate>
  <lastBuildDate>Mon, 07 May 2007 15:22:55 +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=7068</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[IsIdleMessage handling : It looks like I was able to solve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7068&amp;PID=22641&amp;title=isidlemessage-handling#22641</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2674">Acooper</a><br /><strong>Subject:</strong> 7068<br /><strong>Posted:</strong> 07 May 2007 at 3:22pm<br /><br />It looks like I was able to solve my issue.<br><br>I removed the IsIdleMessage override, and simply checked the CCmdUI object from Update event to check if there is a valid m_pMenu object.<br><br>Regards,<br>Andrew<br>]]>
   </description>
   <pubDate>Mon, 07 May 2007 15:22:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7068&amp;PID=22641&amp;title=isidlemessage-handling#22641</guid>
  </item> 
  <item>
   <title><![CDATA[IsIdleMessage handling : Hello,I am having an issue with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7068&amp;PID=22639&amp;title=isidlemessage-handling#22639</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2674">Acooper</a><br /><strong>Subject:</strong> 7068<br /><strong>Posted:</strong> 07 May 2007 at 2:50pm<br /><br />Hello,<br><br>I am having an issue with my application where a OnUpdate event is getting fired constantly for a menu item.<br><br>I found this post:&nbsp; https://forum.codejock.com/forum_posts.asp?TID=6090<br><br>...which help explains my issue.<br><br>I did override the <b>CWinApp::IsIdleMessage</b> method like such:<br><br>BOOL CMyApp::IsIdleMessage(MSG *pMsg)<br>{<br>&nbsp;&nbsp; return FALSE;<br>}<br><br>This has solved the issue of the menu Update event from continually firing.&nbsp; However, I now have an issue where my ToolBar items are not getting refreshed properly.&nbsp; Whenever I click a ToolBar item, the button stays painted the click background color of the button, and not getting set back to the normal background color of the ToolBar items.<br><br>Is there some logic I need to add to IsIdleMessage that will handle this, and are there other messages that I should be processing?<br><br>Thanks in advance.<br>- Andrew<br>]]>
   </description>
   <pubDate>Mon, 07 May 2007 14:50:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7068&amp;PID=22639&amp;title=isidlemessage-handling#22639</guid>
  </item> 
 </channel>
</rss>