Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!rochester!pt.cs.cmu.edu!henry.ece.cmu.edu!hairston From: hairston@henry.ece.cmu.edu (David Hairston) Newsgroups: comp.sys.mac.programmer Subject: MBDF - Gimme a break? Message-ID: <12780@pt.cs.cmu.edu> Date: 24 Apr 91 21:21:03 GMT Organization: Gaia II Lines: 25 Two concerns: 1) I want to modify the behavior of the standard MBDF for my application only. Neither of the following calling sequences seems to work: ... InitProcMenu(myMBDF); InitWindows(); ... or ... InitWindows(); InitProcMenu(myMBDF); ... I don't explicitly call InitMenus() anywhere. What do I have to do to get my MBDF (#200) running? (myMBDF is 1600, etc. and I've been able to decipher how the standard MBDF works ...) 2) Is this gonna break in system 7.0? and will the new MBDF be better documented? -dave- hairston@henry.ece.cmu.edu