Page 1 of 1

Ribbon

Posted: Wed Dec 11, 2013 5:13 pm
by Newlog
Hi All,

I'm struggling to develop an interface based on both wxMDI and wxRibbon classes.

It seems that wxRibbonBar *must* have a wxFrame as parent.
Using style "wxFRAME_NO_WINDOW_MENU" in the constructor of wxFrame doesn't help.

When my wxRibbonBar is child of wxMDIParentFrame window, the ribbon is frozen.

Any suggestion would be really appreciated.
Thanx for your help, have a nice day !

O.

Re: Ribbon

Posted: Mon Dec 16, 2013 11:39 am
by eranif
Newlog wrote:It seems that wxRibbonBar *must* have a wxFrame as parent.
how did you make this conclustion? the docs says otherwise: http://docs.wxwidgets.org/stable/classw ... 853e286720
Newlog wrote:When my wxRibbonBar is child of wxMDIParentFrame window, the ribbon is frozen.
This usually means that you provided the wrong parent.
Posting some code could help us to help you

Eran