<?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 : ON_NOTIFY_EX not called with CXTPMDIFrameWnd</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : ON_NOTIFY_EX not called with CXTPMDIFrameWnd]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 02:53:14 +0000</pubDate>
  <lastBuildDate>Thu, 03 Aug 2023 10:43:56 +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=24400</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[ON_NOTIFY_EX not called with CXTPMDIFrameWnd : Sorry it wasn&amp;#039;t clear. Updating...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24400&amp;PID=78749&amp;title=on-notify-ex-not-called-with-cxtpmdiframewnd#78749</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9607">Duane</a><br /><strong>Subject:</strong> 24400<br /><strong>Posted:</strong> 03 August 2023 at 10:43am<br /><br />Sorry it wasn't clear.&nbsp; Updating an MFC project with Codejock.<div><br></div><div>I was trying to use:<div>ON_NOTIFY_EX(TTN_NEEDTEXT, 0, OnTooltipHandler)</div><div><br></div><div>to set the toolbar tooltips dynamically as we do in the original MFC project.&nbsp; But this event wasn't firing.</div></div><div>I was able to set them directly on the toolbar buttons with CJ so it was not an issue.</div>]]>
   </description>
   <pubDate>Thu, 03 Aug 2023 10:43:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24400&amp;PID=78749&amp;title=on-notify-ex-not-called-with-cxtpmdiframewnd#78749</guid>
  </item> 
  <item>
   <title><![CDATA[ON_NOTIFY_EX not called with CXTPMDIFrameWnd : Hello,Unfortunately it is not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24400&amp;PID=78742&amp;title=on-notify-ex-not-called-with-cxtpmdiframewnd#78742</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> 24400<br /><strong>Posted:</strong> 26 July 2023 at 4:21am<br /><br />Hello,<br><br>Unfortunately it is not clear what exactly is going wrong. Can you please provide more detailed information. <br><br>Regards,<br>Artem Gontarenko]]>
   </description>
   <pubDate>Wed, 26 Jul 2023 04:21:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24400&amp;PID=78742&amp;title=on-notify-ex-not-called-with-cxtpmdiframewnd#78742</guid>
  </item> 
  <item>
   <title><![CDATA[ON_NOTIFY_EX not called with CXTPMDIFrameWnd : Use the update handler instead...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24400&amp;PID=78711&amp;title=on-notify-ex-not-called-with-cxtpmdiframewnd#78711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 24400<br /><strong>Posted:</strong> 04 June 2023 at 1:06pm<br /><br />Use the update handler instead:<br><br><table width="99%"><tr><td><pre class="BBcode"><br><div>BEGIN_MESSAGE_MAP(MyClass, MySubClass)</div><div>&nbsp; &nbsp;ON_UPDATE_COMMAND_UI(ID_MY_ID, OnUpdateMyCommand)</div><div>END_MESSAGE_MAP()<br><br></div><div><div>void MyClass::OnUpdateMyCommand(CCmdUI* pCmdUI)</div><div>{</div><div>&nbsp; &nbsp;if (const auto pControl = CXTPControl::FromUI(pCmdUI))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; pControl-&gt;SetTooltip(L"My new tootip);</div><div>&nbsp; &nbsp;}</div><div>}</div></div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Sun, 04 Jun 2023 13:06:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24400&amp;PID=78711&amp;title=on-notify-ex-not-called-with-cxtpmdiframewnd#78711</guid>
  </item> 
  <item>
   <title><![CDATA[ON_NOTIFY_EX not called with CXTPMDIFrameWnd : Using Codejock ToolkitPro22.1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24400&amp;PID=78710&amp;title=on-notify-ex-not-called-with-cxtpmdiframewnd#78710</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9607">Duane</a><br /><strong>Subject:</strong> 24400<br /><strong>Posted:</strong> 01 June 2023 at 10:39am<br /><br />Using Codejock ToolkitPro22.1 with the Ribbon sample.&nbsp; I'm trying to set the tooltips for a command bar acting as a toolbar as well as a ribbon.&nbsp; In our MFC project we use ON_NOTIFY_EX() but this doesn't seem to be called here.&nbsp; I've also tried ON_NOTIFY_EX_RANGE<div><br></div><div>Is this supported?&nbsp; Is there a way to directly set the tooltip by setting the prompt programmatically?</div>]]>
   </description>
   <pubDate>Thu, 01 Jun 2023 10:39:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24400&amp;PID=78710&amp;title=on-notify-ex-not-called-with-cxtpmdiframewnd#78710</guid>
  </item> 
 </channel>
</rss>