> Le 27 avr. 2017 à 09:05, David Adams via 4D_Tech <[email protected]> a > écrit : > > Right, three things that aren't my thing. > > If I've got a form in a component, what's the recommended strategy for > allowing it to be hooked into the hosts menu bar systems? Or any menu > system so that edit, etc. are active?
Hi David, you'll find in 4dpop XLIFF (4dpopXLIFF.4dbase/source/) a nice example of edit menu constructor based on xml (see 3 methods starting with "mnu_"). But this is ok when the form component is quite "host-independent" (modal dialog, independent window+process). When the form component is more "embedded" in host UI, I'm interested in answers to your question… -- Arnaud de Montard ********************************************************************** 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] **********************************************************************

