<?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 : markup ScrollViewer does not work in CFormView</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : markup ScrollViewer does not work in CFormView]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 05:52:19 +0000</pubDate>
  <lastBuildDate>Fri, 11 Feb 2011 18:04:40 +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=17840</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[markup ScrollViewer does not work in CFormView : Thanks Fredrik, solved the problem,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62566&amp;title=markup-scrollviewer-does-not-work-in-cformview#62566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 17840<br /><strong>Posted:</strong> 11 February 2011 at 6:04pm<br /><br />Thanks Fredrik, solved the problem, I just set the markup static control property to true in cformview and it works.]]>
   </description>
   <pubDate>Fri, 11 Feb 2011 18:04:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62566&amp;title=markup-scrollviewer-does-not-work-in-cformview#62566</guid>
  </item> 
  <item>
   <title><![CDATA[markup ScrollViewer does not work in CFormView : I have replaced the m_pUIElement...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62516&amp;title=markup-scrollviewer-does-not-work-in-cformview#62516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 17840<br /><strong>Posted:</strong> 09 February 2011 at 4:40pm<br /><br />I have replaced the m_pUIElement with the markup control and I get this error at compile...<DIV></DIV><FONT size=1 face=C&#111;nsolas><FONT size=1 face=C&#111;nsolas><P>d:\vs\projects\hardinfo\hardinfo\hardinfoview.cpp(2239): error C2597: illegal reference to non-static member 'CXTPMarkupContext::m_hContextWnd'</P><P>1&gt;d:\vs\projects\hardinfo\hardinfo\hardinfoview.cpp(2240): error C2664: 'CXTPMarkupContext::OnWndMsg' : cannot convert parameter 1 from 'CMarkupStatic' to 'CXTPMarkupUIElement *'</P><P>1&gt; No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called</P></FONT></FONT>]]>
   </description>
   <pubDate>Wed, 09 Feb 2011 16:40:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62516&amp;title=markup-scrollviewer-does-not-work-in-cformview#62516</guid>
  </item> 
  <item>
   <title><![CDATA[markup ScrollViewer does not work in CFormView : Did you addBOOL CYourFormView::OnWndMsg(UINT...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62465&amp;title=markup-scrollviewer-does-not-work-in-cformview#62465</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17840<br /><strong>Posted:</strong> 09 February 2011 at 1:46am<br /><br />Did you add<div><br></div><div><div><br></div><div>BOOL CYourFormView::OnWndMsg(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pResult)</div><div>{</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>// To Handle events:</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>if (m_pUIElement)</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>CXTPMarkupContext::m_hContextWnd = m_hWnd;</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>if (CXTPMarkupContext::OnWndMsg(m_pUIElement, message, wParam, lParam, pResult))</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>return TRUE;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>}</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>return CFormView::OnWndMsg(message, wParam, lParam, pResult);</div><div>}</div></div><div><br></div>]]>
   </description>
   <pubDate>Wed, 09 Feb 2011 01:46:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62465&amp;title=markup-scrollviewer-does-not-work-in-cformview#62465</guid>
  </item> 
  <item>
   <title><![CDATA[markup ScrollViewer does not work in CFormView : but the scrollviewer is in XAML...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62448&amp;title=markup-scrollviewer-does-not-work-in-cformview#62448</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 17840<br /><strong>Posted:</strong> 08 February 2011 at 9:12am<br /><br />but the scrollviewer is in XAML file, not resources, and the scrollviewer works in markuppad and in CFormView not.]]>
   </description>
   <pubDate>Tue, 08 Feb 2011 09:12:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62448&amp;title=markup-scrollviewer-does-not-work-in-cformview#62448</guid>
  </item> 
  <item>
   <title><![CDATA[markup ScrollViewer does not work in CFormView : Guessing, but try setting &amp;#034;Notify&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62432&amp;title=markup-scrollviewer-does-not-work-in-cformview#62432</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 17840<br /><strong>Posted:</strong> 07 February 2011 at 4:10am<br /><br />Guessing, but try setting "Notify" to "True" in your resources for your scroll viewer.]]>
   </description>
   <pubDate>Mon, 07 Feb 2011 04:10:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62432&amp;title=markup-scrollviewer-does-not-work-in-cformview#62432</guid>
  </item> 
  <item>
   <title><![CDATA[markup ScrollViewer does not work in CFormView : markupScrollViewer does not work...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62428&amp;title=markup-scrollviewer-does-not-work-in-cformview#62428</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 17840<br /><strong>Posted:</strong> 06 February 2011 at 9:14pm<br /><br /><P>markup&nbsp;ScrollViewer does not work in a CFormView, when you click the scroll bar nothing happens, what can be the cause? </P>]]>
   </description>
   <pubDate>Sun, 06 Feb 2011 21:14:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17840&amp;PID=62428&amp;title=markup-scrollviewer-does-not-work-in-cformview#62428</guid>
  </item> 
 </channel>
</rss>