SupportBuyTry
BCGSoft: Forums
BCGSoft: Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 BCGControlBar Forums
 BCGControlBar Bugs and Problems
 Outlook bar buttons background
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

amnon

18 Posts

Posted - 12/09/2000 :  6:50:16 PM  Show Profile  Visit amnon's Homepage  Reply with Quote
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  Show Profile  Visit Support's Homepage  Reply with 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
Go to Top of Page

amnon

18 Posts

Posted - 12/19/2000 :  04:01:15 AM  Show Profile  Visit amnon's Homepage  Reply with Quote
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
Go to Top of Page

Support

2571 Posts

Posted - 12/19/2000 :  9:34:17 PM  Show Profile  Visit Support's Homepage  Reply with Quote
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.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To:
BCGSoft: Forums © Copyright (c) 1998-2010 BCGSoft Co Ltd Go To Top Of Page
Snitz Forums 2000
Copyright © 1998-2008 BCGSoft CO Ltd. All rights reserved. Terms of Use | Privacy Statement
Microsoft, Visual C++, Visual Studio, Visual Studio.NET, Outlook, Windows and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. All other trademarks are the property of their respective owners.
Design by Web-Master.spb and Creativemind