Re: [Boa Constr] Trouble with Boa menus
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2002-07-29 19:47:08
|
Hi David, David LeBlanc wrote: > > Boa: refreshed from CVS today, 7/27/2002 > > I'm following the tutorial, building the notebook example. > > I don't know how or why, but the menu created has the name of the menu as > not only the text that appears in the menubar, but also as the first item in > the drop-down; i.e, the "File" menu has "File" (followed by a separator) as > the first item. You are confusing menus with menu items. wxMenu has a title property which appears in bold at the top of the menu followed by a separator. The title property used to be default filled in (which is what you see in the tutorial). Usually better to leave blank. > > Any suggestions? To change a menu item label, double click on the wxMenu to bring up the collection editor, add/select an item and edit it's label property. > > TIA, > > David LeBlanc > Seattle, WA USA > Cheers, Riaan. |