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 » Flickering Collapse All
Subject Author Date
Alexey Zbritsky Apr 19, 2006 - 3:39 AM

Hello. I’m using full version of ProfUIS 2.53. I have CExtControlBar docked to the right of main window. This bar contains resizable property sheet with some pages. These pages is also contains property sheets with another pages. Structure is following:
CExtControlBar(Bar)
- CExtResizablePropertySheet (Sheet1)
- CExtResiablePropertyPage (SubPage1)
- CExtResizablePropertySheet (SubSheet1)
- CExtResizablePropertyPage (Page1)
- CExtResizablePropertyPage (Page2)
- CExtResizablePropertyPage (Page3)
- CExtResiablePropertyPage (SubPage2)
- CExtResizablePropertySheet (SubSheet2)
- CExtResizablePropertyPage (Page4)
- CExtResizablePropertyPage (Page5)
- CExtResizablePropertyPage (Page6)
When I resize Bar all pages flickers (change it’s width much times (, redraw it’s controls and so on) Sometimes change bar width cause resizing if pages for 3-6 seconds. It’s annoyed.
all controls have ClipChildren and ClipSiblings flags, used ProfUIS controls (CExtGroupBox, CExtButton, CExtLabel and so on).

I tryed to use CExtWFF with all pages, sheets, and bar, but it isn’t work.

How can I avoid this problem?

Thanks



Technical Support Apr 20, 2006 - 12:15 PM

Would you send us your project so that we can quickly find out what’s wrong? In any case we would advise you to use the CExtTabPageContainerWnd (or CExtTabPageContainerFlatWnd or CExtTabPageContainerOneNoteWnd or CExtTabPageContainerWhidbeyWnd) control instead of CPropertySheet. The CExtTabPageContainerWnd class implements a container for several windows and uses the Prof-UIS tab window for switching the active window in the container. You can find it in the TabPages and ProfUIS_Controls samples.