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.
Subject |
Author |
Date |
|
David Baginski
|
Aug 26, 2005 - 2:44 PM
|
Any plans to offer a CExtEdit control that can be used with multi-line edit fields?
|
|
Technical Support
|
Aug 27, 2005 - 8:20 AM
|
There is a conflict between the CExtEdit class and the multiline edit common control. The CExtEdit class uses the non-client area to draw the theme-based border. The edit common control uses the non-client area to draw scroll bars of the multiline edit control. You can use the CExtEditBase class instead. It implements all the features but the border painting. The CExtEditBase class displays the Prof-UIS menu over the edit control and performs z-order adjustment of the tool tip window. You can create a CExtEditBase window without any default Windows theme border. The border can be implemented in the editor’s parent window (e.g., the CProfStudioThinFrame window in the ProfStudio sample application).
|
|
David Baginski
|
Aug 29, 2005 - 12:04 PM
|
How do you create the CExtEditBase window without any default Windows theme border?
Also, when I use the backspace key, the carrot moves but the last characters are not deleted. Can this be fixed easily as well?
|
|
Technical Support
|
Aug 30, 2005 - 5:46 AM
|
We are sorry for misleading you. In fact, CExtEdit should support the multiline mode. We fixed this bug several versions ago. Just turn on the multiline option in the resource editor. As for the problem with not deleting the last characters when using the backspace key, it was fixed in Prof-UIS 2.42.
|
|