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 » CExtEdit question Collapse All
Subject Author Date
tera tera Mar 30, 2009 - 10:48 PM

Hello.


The drawing of the frame is abnormal.


The following phenomena occur when they use the following command in a certain application.





It does not reappear even if I make sample application.

Please teach a probable cause.

Technical Support Apr 2, 2009 - 5:14 AM

If you need the CExtEdit control with borders of the CEdit control, then you should simply use the CExtEditBase class instead of the CExtEdit class.

tera tera Apr 2, 2009 - 6:28 PM

Hello.


This is a phenomenon caused in the application that I made.

Though it employs CExtEdit, the display such as CEdit becomes.

I want to know a clue.


Thanks


 

Technical Support Apr 3, 2009 - 10:54 AM

It’s really weird. If you instantiate and create a CExtEdit, then it should be themed by the Prof-UIS editor. If you instantiate and create a CEdit, then it should be themed by the Windows editor. In any case, to help you more efficiently, we need a test project or more details about your project.

tera tera Mar 31, 2009 - 7:31 PM

Hello.


Not HowTo of enable

I want to inquire bounds drawing (a line) of EditBox


Though I use PaintManager of Prof-UIS




Drawing of CEdit is normal.

I want you to teach a probable cause.

Technical Support Mar 31, 2009 - 10:36 AM

The CExtEdit window displayed on your screen shot looks like disabled when the CEdit window is enabled. You can handle the WM_ENABLE message in your CExtEdit-derived class to clarify when it’s become enabled/disabled.