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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1a0c5b78af7d2129,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-14 11:29:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!dispose.news.demon.net!demon!peernews!peer.cwci.net!news5-gui.server.ntli.net!ntli.net!news11-gui.server.ntli.net.POSTED!not-for-mail From: "Fraz" Newsgroups: comp.lang.ada Subject: I/O Using the Mouse X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Thu, 14 Feb 2002 19:29:48 -0000 NNTP-Posting-Host: 62.252.148.198 X-Complaints-To: abuse@ntlworld.com X-Trace: news11-gui.server.ntli.net 1013714990 62.252.148.198 (Thu, 14 Feb 2002 19:29:50 GMT) NNTP-Posting-Date: Thu, 14 Feb 2002 19:29:50 GMT Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:20017 Date: 2002-02-14T19:29:48+00:00 List-Id: Hi all, I have written a program that takes in data( vehicle routes) and draws a graph of it using adagraph but now 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 - if so what do i need to download and is there any good docs for this sort of thing? Cheers Fraz