Are you just using TMainMenu at the moment? You could switch to the TActionManager components and use a TActionMainMenuBar. You can then set the font properties of this component to be whatever you like as long as you set the UseSystemFont property to false.
Send me a private email and I'll send you a sample application showing it if you like. cheers, Jeremy -- www.jed-software.com On Jan 20, 2008 11:10 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > OwnerDraw looks interesting, but ... > > I would like the menu bar at the top of the form to have a larger > font. The bar currently only have two items and they are nearly > invisible with standard font. > > Can OwnerDraw help on that ? > Or should I venture into some 3rd party add-on? > > Unfortunately, I really do not have the time to learn how to > invent/write components of my own right now :-( > I would like to, though. > > ------------------------------ > Message: 1 > Date: Fri, 18 Jan 2008 23:08:47 +1000 > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: Re: Menu with large font? > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > > Date: Thu, 17 Jan 2008 12:37:30 +0100 (CET) > > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > Subject: Menu with large font? > > To: [email protected] > > Message-ID: > > > > <[EMAIL PROTECTED] > > efarm.net> Content-Type: text/plain;charset="iso-8859-15" > > > > On my application I want the main menu to have a larger, > > more visible font than standard. > > > > How can I do that? (If at all :-( ) > > > > I could instead place a number of Labels on the top of my > > form and then use a set of PopUpMenus, but how do I then > > react to pressing F1 (Help) ? > > Hi mate, > Have a look at TMainMenu.OwnerDraw > > Mick > > ------------------------------ > > > > > > > _______________________________________________ > Delphi mailing list -> [email protected] > http://lists.elists.org/cgi-bin/mailman/listinfo/delphi > _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

