Menu and Buttonbar Colors
Posted: Fri Feb 24, 2006 7:28 pm
Good Evening,
Is there any way to change / set the color of MENU and BUTTONBAR?
Dale.
Is there any way to change / set the color of MENU and BUTTONBAR?
Dale.
www.FiveTechSoft.com
http://forums.fivetechsoft.com/
Please take the time to build (and post) a reduced and self-contained sample of the problem.dpaterso wrote:Good Morning,
Well that's no good!!!
I have tried the SetColor( ) method for the Button Bar - it almost works but there is a sort of 'color bleeding' that occurs - I don't know why!
I haven't seen Nero 7 yet but I can easily imagine that it doesn't use standard menus if they are coloured different than the standard menus.dpaterso wrote:It's not serious - I just thought it would be nice to be able to change the colors - change the appearance to something like Nero 7.
I have tried to change the buttonbar colors in RPREVIEW.PRGdpaterso wrote:Good Morning,
I have tried the SetColor( ) method for the Button Bar - it almost works but there is a sort of 'color bleeding' that occurs - I don't know why!
Code: Select all
DEFINE BUTTONBAR oBar SIZE 26, iif( LargeFonts(), 30, 26) OF oWnd // _3D
oBar:SetColor(CLR_WHITE, RGB(188,188,188))
dpaterso wrote:Good Evening,
Is there any way to change / set the color of MENU and BUTTONBAR?
Dale.