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-Thread: 103376,fef3ad775ef4b0b7 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!bigfeed2.bellsouth.net!news.bellsouth.net!wns14feed!worldnet.att.net!attbi_s22.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada for 1st year students References: <60e0c5f0-1e17-4add-b21e-b1ef622d5233@v13g2000pro.googlegroups.com> In-Reply-To: <60e0c5f0-1e17-4add-b21e-b1ef622d5233@v13g2000pro.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s22 1223577306 12.201.97.213 (Thu, 09 Oct 2008 18:35:06 GMT) NNTP-Posting-Date: Thu, 09 Oct 2008 18:35:06 GMT Organization: AT&T ASP.att.net Date: Thu, 09 Oct 2008 18:35:06 GMT Xref: g2news2.google.com comp.lang.ada:8024 Date: 2008-10-09T18:35:06+00:00 List-Id: amado.alves@gmail.com wrote: > > (4) Graphic or GUI library. (I want to be able to produce graphical > output, not just the same old text output on a teletype-like window.) > Same requirements as above, plus: a simple or small API, eventually at > the cost of possibilities (e.g. may be limited to a single window, of > a single fixed size, limited number of colors). Should have some > support for input, e.g. textboxes, buttons, mouse input. Should use a > simple fragment of Ada, viz. excluding OOP. Should support printing, > or exporting to PDF or some such, or clipboard copying onto a "office" > document, or any combination of the above. Support for a picture > format would be a plus (PNG, JPEG...) This is probably going to drive your platform selection. The only thing I'm aware of that comes close to meeting your requirements for this is JEWL, which is Windows only. JEWL is implemented using type extension, but does not require it from the client. It doesn't support printing, but should support clipboard copying. It can display BMP images. Note: in English, "eventually" doesn't mean what its cognate in romance languages means (I'm familiar with "eventuel" in French). -- Jeff Carter "How'd you like to hide the egg and gurgitate a few saucers of mocha java?" Never Give a Sucker an Even Break 101