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 Tech Support » CExtTabWnd ficker free onto a CExtResizableDialog Collapse All
Subject Author Date
Roberto Manes May 26, 2005 - 4:05 AM

I have a CExtTabWnd at the bottom of a CExtResizableDialog. If I set the ShowSizeGrip() method to true anchoring the TabWnd object I get two problems. First I can’t see the gripper until I resize the dialog. Second with the gripper on I get a lot of flicker for the TabWnd object. If you can suggest any solution would be appreciated. Thanks

Technical Support May 30, 2005 - 10:07 AM

The griper is not visible because it is covered by the tab window. If you need to use the tab window at the bottom of the dialog and at the same time to make the gripper visible, we suggest you add and use the status bar.

To avoid flickering, just turn on the Clip Children dialog style.