|
|
|
|
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 |
|
tera t
|
Jul 28, 2008 - 7:27 PM
|
Hello. When I did hover, it is painted pictures with black.
I want to display it as a set color even if I do hover. When I set hover color.
When I chose a grid, it is not displayed with white
|
|
Technical Support
|
Aug 1, 2008 - 12:54 PM
|
You should not use __ECS_ALL color adjustment constant in you grid cells if you want to see them using different colors in the normal and selected states. You should use __ECS_NORMAL instead.
|
|
Technical Support
|
Jul 31, 2008 - 4:07 AM
|
It seems you have specified incorrect flags when setting the cell text color. If you are using the __ECS_NORMAL style you should know that it change the text color only in the normal cell state, not hovered, not selected and not highlighted. You the __ECS_ALL flag if you need to change the color in any state.
|
|
tera t
|
Aug 1, 2008 - 2:19 AM
|
Hello. I make a cell __ECS_ALL
When I chose it, the cell becomes the specified color.
When I chose it, I want to display it with white.
|
|
Technical Support
|
Aug 24, 2008 - 11:54 AM
|
There is a CExtGridCell::__ECS_SELECTED flag. Did you try it?
|
|
tera tera
|
Sep 1, 2008 - 1:35 AM
|
Hello. If I do not use __EGBS_EX_HVI_EVENT_CELLS.
It came to be painted pictures well.
When are __ECS_HIGHLIGHT_BY_FOCUS and __ECS_HIGHLIGHT_BY_SELECTION useful ? Color setting is difficult.
I do not come by color setting as expected.
|
|
Technical Support
|
Sep 1, 2008 - 7:42 AM
|
You should use the __EGBS_EX_HVI_EVENT_CELLS style. If this it is set, the inner data grid cells will start receiving mouse hover notifications.
|
|
tera t
|
Aug 21, 2008 - 6:38 PM
|
Hello.
I set a cell as follows.
pCell->TextColorSet( CExtGridCell::__ECS_NORMAL , BLUE );
pCell->BackColorSet( CExtGridCell::__ECS_HOVER , BLUE ); But, to the selection of the cell, I want to display it with white. Is not this made?
|
|