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,bbafa93074d42060 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-22 13:16:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Using JEWL Windows Package Date: Fri, 22 Feb 2002 15:17:23 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <57yd8.14416$hM6.1884564@news6-win.server.ntlworld.com> X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:20266 Date: 2002-02-22T15:17:23-06:00 List-Id: >I have implemented most of the code using this package so far and dont >really want to change so is there anyway to do these using either jewl or >inbuilt ada functions? As I understand it, JEWL is intended to make it easy for students to build GUI Ada programs, not to make it possible to do everything under the sun. I'd recommend biting the bullet and moving to a full featured binding. I (of course) recommend Claw for Windows programs (get the free version at www.rrsoftware.com/html/prodinf/claw/claw.htm), or GtkAda for cross-platform programs. Randy Brukardt