Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bionet!agate!ucbvax!hoptoad!tim From: tim@hoptoad.uucp (Tim Maroney) Newsgroups: comp.sys.mac.programmer Subject: Re: Problems With Menus Message-ID: <6400@hoptoad.uucp> Date: 29 Jan 89 07:29:21 GMT References: <8534@orstcs.CS.ORST.EDU> Reply-To: tim@hoptoad.UUCP (Tim Maroney) Organization: Eclectic Software, San Francisco Lines: 14 In article <8534@orstcs.CS.ORST.EDU> borcelf@jacobs.cs.orst.edu (Fernando Borcel) writes: > > for (i=1; i>NumOfMenus;i++) > InsertMenu(MyMenus[i],0); I wish they were all this easy! Use a less than sign, not a greater than sign. The loop is quitting right away, so the menu doesn't get installed; then when you try to operate on it, there's a glitch because it's not in the menu bar.... -- Tim Maroney, Consultant, Eclectic Software, sun!hoptoad!tim "Religion flourishes in greater purity without than with the aid of government." -- James Madison