News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

wxSmith: How to connect wxMenu to wxMenuBar

Started by koen, April 03, 2007, 12:01:42 PM

Previous topic - Next topic

koen

Hi,

I was trying to create menus with wxSmith. Just as a test, I created a wxMenuBar, and added one item (Label: 'File'). I then created a wxMenu, and added two items (labels: 'Open' and 'Close'). Obviously, I want this menu to be connected to the File menu. Did I miss a simple option to do so within wxSmith? Or do I have to code this manually?

Thanks!

Koen

mandrav

in the wxMenuBar editor, where you created 'File', add entries under the 'File' menu (press the '>' button to move your entry under this menu).
The wxMenu editor is for popup menus.
Be patient!
This bug will be fixed soon...

koen

Ah, I see. I feel kind of stupid... Anyway, thanks for the pointer!

Koen

sibbi77

Thanks for the hint ... it's not that obvious!