Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Page container Collapse All
Subject Author Date
Pravin Kumar May 2, 2007 - 9:11 AM

Dear Sir,

I am using CExtPageContainerWnd class on dialog derived from CExtResizableDialog.
I then added some modeless dialogs in that page container. All working fine .

Now I am updating some drawing of pages having in page container from mainframe.

Drawing on that page updates successfully but when i scroll the pages or even click on page container pages ,
drawing of that page get vanish or disappears & it is not appears again.

So where is i am wrong ?
Which method should i call of page container so that data or drawing remains as it is when scroll or click on page of page container.

Thanks


Technical Support May 2, 2007 - 10:28 AM

Please make ensure you create the CExtPageContainerWnd window with the WS_CLIPCHILDREN standard window style applied.