Print Page | Close Window

a problem about Docking pane

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=10360
Printed Date: 12 December 2024 at 8:02pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: a problem about Docking pane
Posted By: deepstar
Subject: a problem about Docking pane
Date Posted: 25 April 2008 at 11:12am
I have implemented one MDI application.and placing a cell.ocx in the CFormView
when two or more panes turn and turn about be fully shown from the auto-hide position.
the problem is following picture:
thanks,deepstar



Replies:
Posted By: Oleg
Date Posted: 25 April 2008 at 2:16pm

Hello,

Add Clip Styles for your frame and view.
 
BOOL Cxx::PreCreateWindow(CREATESTRUCT& cs)
{
 // TODO: Modify the Window class or styles here by modifying
 //  the CREATESTRUCT cs
 if( !Cxxx::PreCreateWindow(cs) )
  return FALSE;
 cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;
 return TRUE;
}
 


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: deepstar
Date Posted: 25 April 2008 at 10:54pm
Hi https://forum.codejock.com/member_profile.asp?PF=37&FID=121 - oleg ,

the problem is solved
 
thanks..



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net