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,1a0c5b78af7d2129 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-14 16:34:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hub1.nntpserver.com!news-out.spamkiller.net!propagator-maxim!news-in.spamkiller.net!newsfeed2.earthlink.net!newsfeed1.earthlink.net!newsfeed.earthlink.net!newscon02.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr21.news.prodigy.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: I/O Using the Mouse References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 67.112.202.15 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr21.news.prodigy.com 1013720797 ST000 67.112.202.15 (Thu, 14 Feb 2002 16:06:37 EST) NNTP-Posting-Date: Thu, 14 Feb 2002 16:06:37 EST Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: [[PAPDONAJUMB_LY@BCBNWX@RJ_XPDLMN@GZ_GYO^ZUDUWYAKVUOPCW[ML\JXUCKVFDYZKBMSFX^OMSAFNTINTDDMVW[X\THOPXZRVOCJTUTPC\_JSBVX\KAOTBAJBVMZTYAKMNLDI_MFDSSOLXINH__FS^\WQGHGI^C@E[A_CF\AQLDQ\BTMPLDFNVUQ_VM Date: Thu, 14 Feb 2002 21:06:37 GMT Xref: archiver1.google.com comp.lang.ada:20028 Date: 2002-02-14T21:06:37+00:00 List-Id: >i want the user to be able to click on each Delivery (Dot in the graph) >and to be given a window showing all the data associated with this pont. > >Does ada have some sort of library that will look for mouse clicks etc You didn't specify your OS. Assuming it's MS Windows, there are several such libraries available. I've helped in the development of Claw ($0 version downloadable from www.rrsoftware.com), which would call your When_Left_Button_Down etc subroutines when the user clicks the mouse buttons. Look on www.adapower.com for other approaches.