| Author |
Topic  |
|
|
amnon
18 Posts |
Posted - 12/09/2000 : 6:50:16 PM
|
Hi.
I just installed version 5.0 (1:51AM...) and recompiled my application.
I basically have an outlook application, and the active outlook function (e.g. Inbox) is set to be checked (in the ON_UPDATEUI) handler. Everything works fine and like before except that now the background of the checked button is lighter than the rest of the background, which is different than before. I Actually liked the same background better.
Is there a way to get the previous look?
Thanks in advance.
Amnon I. Govrin Mercury Interactive |
|
|
Support
2571 Posts |
Posted - 12/11/2000 : 4:49:16 PM
|
Hello, Amnon!
To return a previous look, you need to make the following change in BCGVisualManager.cpp, line 267:
Replace
if (!CBCGToolBar::IsCustomizeMode () && state != ButtonsIsHighlighted &&
By
if (!pButton->IsKindOf (RUNTIME_CLASS (CBCGOutlookButton)) && !CBCGToolBar::IsCustomizeMode () && state != ButtonsIsHighlighted &&
Best regards, Technical Support BCGSoft Ltd.
Edited by - support on 12/11/2000 16:50:58 |
 |
|
|
amnon
18 Posts |
Posted - 12/19/2000 : 04:01:15 AM
|
Hi, Stas and everyone else.
Are you planning to incorporate this to future versions of the library or I will have to change this on every update of the library?
I believe that this is the correct behavior (without light background).
Thanks, Amnon
quote:
Hello, Amnon!
To return a previous look, you need to make the following change in BCGVisualManager.cpp, line 267:
Replace
if (!CBCGToolBar::IsCustomizeMode () && state != ButtonsIsHighlighted &&
By
if (!pButton->IsKindOf (RUNTIME_CLASS (CBCGOutlookButton)) && !CBCGToolBar::IsCustomizeMode () && state != ButtonsIsHighlighted &&
Best regards, Technical Support BCGSoft Ltd.
Edited by - support on 12/11/2000 16:50:58
Amnon I. Govrin Mercury Interactive |
 |
|
|
Support
2571 Posts |
Posted - 12/19/2000 : 9:34:17 PM
|
Yes, sure! This fix will be inside next version and you don't need to update it every time.
Best regards,
Technical Support BCGSoft Ltd. |
 |
|
| |
Topic  |
|
|
|