Painting Problem |
Post Reply |
Author | |
yannick
Newbie Joined: 07 September 2005 Location: France Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 08 December 2005 at 2:33am |
Hi I Have a problem with a DockingPane in my C++ SDI Project. the main View (CView) containt a XTPTabCtrl When the Pane is expanded there is a painting problem between the pane and the MainView See the picture.
Please Is SomeBody can Hel me? If you want to test, insert a pane in the mainframe of the codejoke sample GUI_WinZip
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Why nobody use search....
For SDI application you must add clkipping styles:
if( !CFrameWnd::PreCreateWindow(cs) ) cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS; return TRUE; and add it also for View class. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |