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 in CExtPageContainerWnd Collapse All
Subject Author Date
Dmitri Doulepov May 29, 2004 - 2:07 PM

If I insert a complex dialog (any dialog: CExtResizedialog, CDialog, CExtWFF<>) it flickers a lot withing CExtPageContainerWnd. Looks like it is redrawn every time when CExtPageContainerWnd redraws itself. For example, take Pagecontainer sample, open dialog page there and click a couple of times on the selector of this page. you will notice that dialog flickers (even though it does not need redrawing).


My dialogs contain windows that display images. This is costly operation and takes time to redraw the image. With 3-4 such controls unneeded redrawings become really annoying. I think this problem should be fixed.


If you maximize/restore application window in PageContainer sample, dialogs in page container also flicker but dialog on the right does not. Is it a problem of windows behind?

Dmitri Doulepov May 29, 2004 - 2:09 PM

You can CExtButton or a CExtWRB<> to see even more flickering

Technical Support Jun 1, 2004 - 5:35 AM

Dear Dmitri,

We already fixed this bug. You should not encounter this problem in the next version.

Dmitri Doulepov Jun 2, 2004 - 4:10 AM

*