|
|
|
|
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 |
|
Offer Har
|
Feb 29, 2008 - 1:41 PM
|
Dear Support,
I have a multi-line edit box. The scroll-bars are not skinned. Is this a known problem? Is it going to be fixed in 2.83?
Thanks, Ron.
|
|
Mitsuhiko Yamada
|
Jun 18, 2008 - 3:28 AM
|
Dear Support I want to stick CMyWnd (class CMyWnd: public CExtNCSB <CWnd>) on CExtControlBar.
CExtControlBar crashes in Focus.
Some kind of container such as CExtTabPageContainerWnd is necessary.
Is not there any good method? Thanks
|
|
Offer Har
|
Mar 19, 2008 - 6:53 AM
|
That’s true for CEdit, CRichEditCtrl and CListBox etc, but why for have it by default for CExtEdit ? If a user it using CExtEdit I’m sure he want ALL the elements to be skinned.
Other users are welcomed to put their though here as well....
|
|
Technical Support
|
Mar 19, 2008 - 6:46 AM
|
We guess the user should have a choice whether to apply skinned scroll bars or not.
|
|
Offer Har
|
Mar 18, 2008 - 11:06 AM
|
Asking again....: Why isn’t it applied by default to CExtEdit? don’t we all use CExtEdit in a skinned environment?
|
|
Offer Har
|
Mar 1, 2008 - 9:37 AM
|
These are great news... One question - Why isn’t it applied by default to CExtEdit? don’t we all use CExtEdit in a skinned environment?
|
|
Technical Support
|
Mar 1, 2008 - 9:09 AM
|
There is a new CExtNCSB template class introduced in v.2.83. So you can use it for that in the way like as follows:
- CExtNCSB < CExtEdit should be used instead of CExtEdit - CExtNCSB < CEdit > instead of CEdit - CExtNCSB < CRichEditCtrl > instead of CRichEditCtrl - CExtNCSB < CListBox > instead of CListBox - and so on
CExtNCSB is applied to CExtComboBoxBase and CExtComboBox in the code so you should do nothing here..
|
|