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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,511884c4d439ef8 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: key strokes intercept Date: 1999/03/30 Message-ID: <37011fd6.332853@news.pacbell.net>#1/1 X-Deja-AN: 460852249 References: <370160f9.569041534@news.dsuper.net> <7dqfq0$ai0$1@nnrp1.dejanews.com> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.pbi.net 922821032 206.170.24.90 (Tue, 30 Mar 1999 11:10:32 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Tue, 30 Mar 1999 11:10:32 PDT Newsgroups: comp.lang.ada Date: 1999-03-30T00:00:00+00:00 List-Id: >As he talks about VB in the previous sentence, I'm most certain that he means >something like the GuiBuilder (distributed with the professional(?) edition of >Objectada). Get_Immediate is certainly the simplest approach, but he may want a "When_Keydown" Windows-style thing instead. In that case he needs either one of the thin Windows bindings available with ObjectAda or Gnat (which may be more than a little heavy going for a new Ada user), or a thick binding which already incorporates routines like When_Keydown etc. In the latter case, I modestly suggest looking at CLAW, a free version of which (around 250K) is available for download from www.rrsoftware.com It comes in source form with slight variants (OS-interaction routines and limitation work-arounds) as needed for different PC Ada 95 compilers.