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-01-30 03:17:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.cs.utwente.nl!bnewspeer01.bru.ops.eu.uu.net!bnewspeer00.bru.ops.eu.uu.net!emea.uu.net!newsfeed.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: AdaGIDE 6.43.1 release (Ada GUI IDE for Windows95/98/NT/...) Date: Wed, 30 Jan 2002 12:17:16 +0100 Organization: Siemens AG Message-ID: <3C57D63C.C9E5FE5C@icn.siemens.de> References: NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:19381 Date: 2002-01-30T12:17:16+01:00 List-Id: Anh Vo wrote: > > One thing I would like to improve is to extend the capability of Window > drop down menu. Currently, it is limited to only 9 files which can be > opened. The tenth file, eleventh file and on, could not be selected for > display using Window drop down menu. These files could only be selected > through More Windows... option. When More Window... option is selected, > a Select Window is displayed. I would to extend the Window drop down > menu limit to 50. I have been looking at the AdaGIDE source codes. So > far, I have not been able to locate the responsible codes. > > Instead of spending much more time to locate the responsible codes, you > guys could show me which package (possible line numbers) in short order. > Thanks in advance for your help. The ten files is a limit from windows. AdaGide uses the MDI interface which limits the "Window" menuentry to 9 plus "More window". "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."