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 » Refresh problem with CRichEditCtrl Collapse All
Subject Author Date
Emmanuel Verguet Mar 7, 2006 - 7:18 AM

Hi,

I’m evaluating your extension library which seem very powerfull !

I converted one of my applications, which is dialog based, with a CRichEditCtrl inside it. I replaced all my controls with yours (CExtButton, CExtEditBase, ...) , and my base class is now CExtResizableDialog.
I have now a refresh problem with the scroll bars of my CRichEditCtrl (when strings are inserted into it). ’Disable no scroll’ property is checked. If I move the mouse pointer over the scroll bars, painting become ok.

If this property is unchecked, it seems that I have no refresh problem.

Please note, that before using your extension it was ok ;-)

Thanks.

Technical Support Mar 7, 2006 - 7:58 AM

We cannot reproduce the problem with the rich edit you reported. Please let us know whether you changed the base class of CRichEditCtrl, whether the rich edit is placed inside a group box and other details. A screenshot and/or a test project would also be of great help.

Emmanuel Verguet Mar 7, 2006 - 8:42 AM

No, CRichEditCtrl is just a member of my CExtResizableDialog class (no derivation). The rich edit is placed inside a group box.
I can send you a screenshot, (and if i have enough time a small VS6 project). Which email can I use for this ?

Technical Support Mar 7, 2006 - 10:03 AM

You can always reach us at support@prof-uis.com. Please also take a look at the folowing FAQ that may be helpful with this regard:
I use CExtGroupBox and a set of controls. Some controls are not painted correctly, what may be wrong?

Emmanuel Verguet Mar 8, 2006 - 2:03 AM

I check the tab order, it is ok. I sent you a screenshot, and I will try to send you later a small VS6 project.