<?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 : CMarkupStatic issue</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CMarkupStatic issue]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 04:29:40 +0000</pubDate>
  <lastBuildDate>Thu, 04 Sep 2008 08:19: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=12059</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[CMarkupStatic issue : Thanks for the suggestion but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12059&amp;PID=40708&amp;title=cmarkupstatic-issue#40708</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4140">JerryEvans</a><br /><strong>Subject:</strong> 12059<br /><strong>Posted:</strong> 04 September 2008 at 8:19am<br /><br />Thanks for the suggestion but I've tried all that. The problem is, I think, a bug in the parser code. I am trying to get a set of test cases that prove this.<br><br><br>]]>
   </description>
   <pubDate>Thu, 04 Sep 2008 08:19:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12059&amp;PID=40708&amp;title=cmarkupstatic-issue#40708</guid>
  </item> 
  <item>
   <title><![CDATA[CMarkupStatic issue : I uses the CMarkupStatic found...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12059&amp;PID=40697&amp;title=cmarkupstatic-issue#40697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 12059<br /><strong>Posted:</strong> 04 September 2008 at 4:23am<br /><br />I uses the CMarkupStatic found in one of the examples, and it includes code like this:<DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><DIV><FONT face="Courier New, Courier, mono" size=2>BOOL CMarkupStatic::OnWndMsg(UINT message, WPARAM wParam,<BR>&nbsp;&nbsp; &nbsp;LPARAM lParam, LRESULT* pResult)<BR>{<BR>&nbsp;// To Handle Hyperlinks:<BR>&nbsp;if (m_pUIElement)<BR>&nbsp;{<BR>&nbsp;&nbsp; CXTPMarkupContext::m_hContextWnd = m_hWnd;<BR>&nbsp;&nbsp; if (CXTPMarkupContext::OnWndMsg(m_pUIElement, message,<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; wParam, lParam, pResult))<BR>&nbsp;&nbsp; return TRUE;<BR>&nbsp;}<BR>&nbsp;return CStatic::OnWndMsg(message, wParam, lParam, pResult);<BR>}</FONT></DIV></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Maybe also add the Tag and Cursor attributes?</DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>-cpede</DIV></FONT>]]>
   </description>
   <pubDate>Thu, 04 Sep 2008 04:23:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12059&amp;PID=40697&amp;title=cmarkupstatic-issue#40697</guid>
  </item> 
  <item>
   <title><![CDATA[CMarkupStatic issue : OK - so I added the SS_NOTIFY...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12059&amp;PID=40683&amp;title=cmarkupstatic-issue#40683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4140">JerryEvans</a><br /><strong>Subject:</strong> 12059<br /><strong>Posted:</strong> 03 September 2008 at 2:06pm<br /><br />OK - so I added the SS_NOTIFY style to the control on the dialog. Makes no difference although I see that removing it from the MarkupSample has an effect similiar to what I am seeing here.]]>
   </description>
   <pubDate>Wed, 03 Sep 2008 14:06:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12059&amp;PID=40683&amp;title=cmarkupstatic-issue#40683</guid>
  </item> 
  <item>
   <title><![CDATA[CMarkupStatic issue : Let&amp;#039;s ask again ...Can anyone...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12059&amp;PID=40682&amp;title=cmarkupstatic-issue#40682</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4140">JerryEvans</a><br /><strong>Subject:</strong> 12059<br /><strong>Posted:</strong> 03 September 2008 at 1:31pm<br /><br />Let's ask again ...<br><br>Can anyone help?&nbsp; I have a vanilla CStatic derived class as in the Markup Dialog sample.<br><br>I am registering a callback handler like this:<br><br>&nbsp;&nbsp;&nbsp; m_wnd.AddHandler(CXTPMarkupHyperlink::m_pClickEvent, <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CreateMarkupClassDelegate(this, &amp;CAppDlg::OnHyperlinkClick));<br><br>and SetMarkupText gets a string like this<br><br>"&lt;TextBlock Foreground=\"#606060\"&gt;Riffster 2902. Version 2903available at&lt;Hyperlink&gt;www.NovaDSP.com&lt;/Hyperlink&gt;&lt;/TextBlock&gt;";<br><br>The link is displayed correctly but this is no cursor change and the callback is never made. What might I be doing wrong? <br><br>Thx<br>]]>
   </description>
   <pubDate>Wed, 03 Sep 2008 13:31:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12059&amp;PID=40682&amp;title=cmarkupstatic-issue#40682</guid>
  </item> 
 </channel>
</rss>