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 » Gripper bug in resizable dialogs Collapse All
Subject Author Date
Denis Konovalov Jan 10, 2008 - 5:16 AM

Hello.

I have dialogs with many anchored controls, and while resizing i have flickering.
In version 2.53 i implement CExtResizableDialog derived class, with WindowProc() from CExtWFF<> template. It’s works very fine.
In version 2.81 and 2.82 i have a problem with gripper: background of upper left triangle of gripper rectangle doesn’t erased properly.

What should i do to fix this?

Thanks

Technical Support Jan 11, 2008 - 8:29 AM

You should not use CExtWFF and CExtResizableDialog for this. To avoid flickering, just set the Clip Children and Clip Siblings dialog properties to true.