From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,deadd8580c2101f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-01 07:56:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: AdaGIDE 6.43.1 release (Ada GUI IDE for Windows95/98/NT/...) Date: 01 Feb 2002 10:51:52 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <3C57D63C.C9E5FE5C@icn.siemens.de> <3C581D59.9060709@mail.com> <3C59204C.DB6D7FCF@icn.siemens.de> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1012578959 2197 128.183.220.71 (1 Feb 2002 15:55:59 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 1 Feb 2002 15:55:59 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:19483 Date: 2002-02-01T15:55:59+00:00 List-Id: Alfred Hilscher writes: > Hyman Rosen wrote: > > > > Alfred Hilscher wrote: > > > The ten files is a limit from windows. AdaGide uses the MDI interface > > > which limits the "Window" menuentry to 9 plus "More window". > > > > Nonsense. > > > > > > Please read the Windows SDK-docu _carefully_. > > You will find: > "Windows can add up to ten menu items to the Window menu. When the tenth > child window is created, Windows adds the More Windows item to the > Window menu. Choosing this item causes the Select Window dialog box to > appear. The dialog box contains a list box with the titles of all MDI > child windows currently available. The user can activate a child window > by choosing its title from the list box." Yes. And the web site cited above, if read _carefully_ and _completely_, shows how to override this behaviour with your own window menu manager. So putting more than 10 items in the Window menu can be done, with some work. Wether it's worth it is a separate question. I'd say no; just use Emacs! -- -- Stephe