> On Dec 17, 2017, at 1:01 PM, Jeremy Roussak via 4D_Tech > <[email protected]> wrote: > > In v16, things have changed. The parent menu bar doesn’t appear; and if I > make it appear, by supplying a callback routine in the parent which calls SET > MENU BAR(“Main”), while the menu bar and its associated menus do appear, > nothing happens when I select anything.
This is working for me in version 16 (16.3). I set the main menu bar with a callback to the host. Then the component appends some additional menus created in the component to the host main menu. The appended menus are created with code. The component form has a completely empty menu associated with it and "Active Menu Bar" checked. I just noticed that even though the component called the host to set the main menubar, all of the host menu methods must have the "Shared" property set for the menu item to work. I get a error that the method is not found otherwise. John DeSoi, Ph.D. ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

