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 » Multi-line CExtEdit box flicker when resized Collapse All
Subject Author Date
Offer Har Mar 11, 2009 - 6:54 AM

Dear Support,


I have a mutli-line edit box, and when it is resized it flickers heavily.


What can be done to prevent this?


I am also e-mailing you a clip showing it.


Thanks,


Ron.

Technical Support Mar 11, 2009 - 8:54 AM

This is an issue of Win32 editor common control. You can solve it by using a rich edit control instead. The editors inside toolbars, popup menus and ribbon bars in all the modern Microsoft applications are rich edit controls.

Offer Har Mar 11, 2009 - 8:55 AM

Is there support for rich edit control in Prof-UIS? I need it with theme etc.

Technical Support Mar 11, 2009 - 10:25 AM

The CExtNCSB class works well with the MFC’s CRichEditCtrl class. So, you can use the rich edit control with skinned scroll bars and you can see it in the ProfUIS_Controls sample application where the Date Browser dialog page contains scrollable log view window which is rich editor.