Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - change color of menu bar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

change color of menu bar

 Post Reply Post Reply
Author
Message
sheetal View Drop Down
Newbie
Newbie


Joined: 17 April 2008
Location: Netherlands
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote sheetal Quote  Post ReplyReply Direct Link To This Post Topic: change color of menu bar
    Posted: 17 April 2008 at 7:18am
I want to change color of menubar.
Actually I want different color for menubar and status bar is it
possible ?
Because when I write the following code I do not get the different color for
the menubar.

Window = 255 255 255
AppWorkSpace = 0 0 0
MenuBar = 0 0 0
Menu = 0 0 0
Background = 0 0 0
Btnface = 192 192 192
BtnText = 255 255 255
Highlight = 0 0 255
MenuText = 204 204 204
InfoBk = 255 255 255; tooltip background white
InfoText = 0 0 0 ; tooltip text color
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 17 April 2008 at 8:46am
Hi,
see Picture assigned for ReBar. it used to draw Menu.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
sheetal View Drop Down
Newbie
Newbie


Joined: 17 April 2008
Location: Netherlands
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote sheetal Quote  Post ReplyReply Direct Link To This Post Posted: 17 April 2008 at 8:55am
Hello ,

thanks for immediate reply
I have copied the Blue_Normal.ini file from WinXp Luna
it has follwoing rebar
Can u please tell me which image i have to check or change
so that my Menubar will be Black and toolbar and status bar will remain same.

;Rebar is a container for toolbars

[Rebar]
bgtype =imagefile
sizingtype=stretch
ImageFile = Blue\ToolbarBackground.bmp
sizingmargins= 0, 0, 0, 4
Font                = Tahoma, 8
TextColor           = 127 124 115
FillColorHint = 241 243 239; Background color of toolbars (light beige)

[Rebar.Band]
bgtype = none
ContentMargins    = 2, 0, 0, 0
EdgeShadowColor = 216 210 189

[Rebar.Gripper]
bgtype = imagefile
SizingMargins   = 2, 1, 4, 2
ContentMargins    = 2, 1, 0, 0
ImageFile = Blue\ToolbarGripper.bmp
sizingType     = Tile
Transparent     = true
FillColorHint = 171 167 149; Gripper dot color (dark beige)

[Rebar.GripperVert]
bgtype = imagefile
SizingMargins = 3, 3, 2, 1
ContentMargins    = 1, 2, 0, 0
ImageFile = Blue\ToolbarGripperVert.bmp
sizingType = Tile
Transparent = true
FillColorHint = 171 167 149; Gripper dot color (dark beige)

[Rebar.Chevron]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = Blue\ToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount= 6
sizingType= Stretch
Transparent = true
GlyphType   = ImageGlyph
GlyphImageFile = Blue\Chevron.bmp
GlyphTransparent= true
VAlign = Top
FillColorHint = 0 0 0; Glyph color (black)

[Rebar.ChevronVert]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = Blue\ToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount= 6
sizingType= Stretch
Transparent = true
GlyphType   = ImageGlyph
GlyphImageFile = Blue\Chevron.bmp
GlyphTransparent= true
VAlign = Top
FillColorHint = 0 0 0; Glyph color (black)

regards,
Sheetal
Back to Top
sheetal View Drop Down
Newbie
Newbie


Joined: 17 April 2008
Location: Netherlands
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote sheetal Quote  Post ReplyReply Direct Link To This Post Posted: 17 April 2008 at 9:27am
Hi Oleg,

Actually i tried to use
Rebar.Menu and Rebar.Menubar but they are giving errors.

do u have any idea?

Sheetal


Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.