<?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 : pane become grayed &#111;nce hovering &#111;n the p</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : pane become grayed &#111;nce hovering &#111;n the p]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 17:36:16 +0000</pubDate>
  <lastBuildDate>Wed, 25 Jan 2006 08:58:33 +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=3521</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[pane become grayed &#111;nce hovering &#111;n the p : ok :) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10680&amp;title=pane-become-grayed-once-hovering-on-the-p#10680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3521<br /><strong>Posted:</strong> 25 January 2006 at 8:58am<br /><br />ok :)]]>
   </description>
   <pubDate>Wed, 25 Jan 2006 08:58:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10680&amp;title=pane-become-grayed-once-hovering-on-the-p#10680</guid>
  </item> 
  <item>
   <title><![CDATA[pane become grayed &#111;nce hovering &#111;n the p : Well, it was simpler than that. The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10670&amp;title=pane-become-grayed-once-hovering-on-the-p#10670</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1519">mailhaim</a><br /><strong>Subject:</strong> 3521<br /><strong>Posted:</strong> 25 January 2006 at 3:48am<br /><br /><P>Well, it was simpler than that.</P><P>The pane class was created with WS_EX_TRANSPARENT (see above) which caused the problems. Once the style was removed, the pane refresh correctly.</P>]]>
   </description>
   <pubDate>Wed, 25 Jan 2006 03:48:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10670&amp;title=pane-become-grayed-once-hovering-on-the-p#10670</guid>
  </item> 
  <item>
   <title><![CDATA[pane become grayed &#111;nce hovering &#111;n the p : Hi, guess this is because you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10659&amp;title=pane-become-grayed-once-hovering-on-the-p#10659</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3521<br /><strong>Posted:</strong> 24 January 2006 at 2:03pm<br /><br /><P>Hi,</P><P>guess this is because you attach only in OnCreate:</P><P>pDockedRepositoryWnd-&gt;Attach(m_repositoryPane.CreatePane(<FONT color=#0000ff size=2>this</FONT><FONT size=2>));</FONT></P><P><FONT size=2>you must attach it in OnDockingPaneNotify handler. please follow our samples.</FONT></P>]]>
   </description>
   <pubDate>Tue, 24 Jan 2006 14:03:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10659&amp;title=pane-become-grayed-once-hovering-on-the-p#10659</guid>
  </item> 
  <item>
   <title><![CDATA[pane become grayed &#111;nce hovering &#111;n the p :  I checked with Spy++ and WS_CLIPCHILDREN...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10629&amp;title=pane-become-grayed-once-hovering-on-the-p#10629</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1519">mailhaim</a><br /><strong>Subject:</strong> 3521<br /><strong>Posted:</strong> 22 January 2006 at 1:44am<br /><br /><FONT size=2><FONT color=#0000ff size=2><P>I checked with Spy++ and WS_CLIPCHILDREN and WS_CLIPSIBLINGS exists in the tree control, its parent pane window, the pane's parent pane manager and the main frame.</P><P>Anyway, here is a snapshot of the code:</P><P>int</FONT><FONT size=2> CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) </FONT>{ </P><P>...</P><P>m_paneManager.InstallDockingPanes(</FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>);</P><P>m_paneManager.SetTheme(xtpPaneThemeOffice);</P><P></FONT><FONT color=#008000 size=2>// Create the repository pane and window</P></FONT><FONT size=2><P>CXTPDockingPane* pDockedRepositoryWnd = m_paneManager.CreatePane(IDC_REPOSITORY_PANE, CRect(0, 0, 200, 120), dockLeftOf);</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2>( pDockedRepositoryWnd != NULL )</P><P>{</P><P>pDockedRepositoryWnd-&gt;SetIconID(1);</P><P>pDockedRepositoryWnd-&gt;SetTitle("Repository");</P><P>}</P><P>pDockedRepositoryWnd-&gt;Attach(m_repositoryPane.CreatePane(</FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>));</FONT></P><P><FONT size=2>.....</FONT></P><P><FONT size=2>}</FONT></P><P><FONT size=2>m_repositoryPane is CMainFrame class member that derives from <FONT size=2></P><P>CPaneWnd and holds a member of its own, <FONT size=2></P><P>m_repositoryTreeCtrl, which derives from CTreeCtrl.</P><P>Here is the creation of the pane window:</P><FONT size=2><P>CWnd* CRepositoryView::OnCreateView()</P><P>{</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2>( m_repositoryTreeCtrl.m_hWnd == NULL )</P><P>{</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2>( m_repositoryTreeCtrl.Create(WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | TVS_HASLINES | TVS_LINESATROOT | VS_HASBUTTONS, </FONT><FONT size=2>CRect(0, 0, 0, 0), </FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>, IDC_REPOSITORY_TREE_CTRL) )</P><P>{</P><P>m_repositoryTreeCtrl.ModifyStyle(TVS_SINGLEEXPAND, 0); </FONT><FONT color=#008000 size=2>// remove single item expansion</P></FONT><FONT size=2><P>ModifyStyleEx(0, WS_EX_TRANSPARENT); </P></FONT><FONT size=2><P>} </P><P>}</P><P>EnableToolTips();</P><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> &amp;m_repositoryTreeCtrl;</P><P>}</P><P>I hope it helps...</P><P>&nbsp;</P></FONT></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Sun, 22 Jan 2006 01:44:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10629&amp;title=pane-become-grayed-once-hovering-on-the-p#10629</guid>
  </item> 
  <item>
   <title><![CDATA[pane become grayed &#111;nce hovering &#111;n the p : Hello, Try to isolate problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10568&amp;title=pane-become-grayed-once-hovering-on-the-p#10568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3521<br /><strong>Posted:</strong> 17 January 2006 at 11:33am<br /><br /><P>Hello,</P><P>Try to isolate problem in little sample and attach it here. I sure problem in styles. Check in Spy++ that windows have these clip styles.</P>]]>
   </description>
   <pubDate>Tue, 17 Jan 2006 11:33:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10568&amp;title=pane-become-grayed-once-hovering-on-the-p#10568</guid>
  </item> 
  <item>
   <title><![CDATA[pane become grayed &#111;nce hovering &#111;n the p : I have a pane with tree control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10559&amp;title=pane-become-grayed-once-hovering-on-the-p#10559</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1519">mailhaim</a><br /><strong>Subject:</strong> 3521<br /><strong>Posted:</strong> 17 January 2006 at 4:20am<br /><br /><P>I have a pane with tree control in it. Once hovering on the pin button, the tree become gray. I tried a solution that is mentioned here putting the styles WS_CLIPCHILDREN and WS_CLIPSIBLINGS to the mainframe, the pane view and the tree control BUT... with no help.</P><P><FONT size=2><FONT size=2>Any other ideas?</P></FONT></FONT>]]>
   </description>
   <pubDate>Tue, 17 Jan 2006 04:20:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3521&amp;PID=10559&amp;title=pane-become-grayed-once-hovering-on-the-p#10559</guid>
  </item> 
 </channel>
</rss>