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,669df5429335f9e6,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-26 02:38:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.64.68.27!newsgate.cistron.nl!fr.clara.net!heighliner.fr.clara.net!diablo.netcom.net.uk!netcom.net.uk!btnet-peer!btnet-peer0!btnet-feed5!btnet!mendelevium.btinternet.com!not-for-mail From: "Tony Gair" Newsgroups: comp.lang.ada Subject: Use of Gtk Date: Fri, 26 Oct 2001 10:31:44 +0100 Organization: BT Internet Message-ID: <9rbaq9$ahp$1@plutonium.btinternet.com> NNTP-Posting-Host: host217-34-83-58.in-addr.btopenworld.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:15220 Date: 2001-10-26T10:31:44+01:00 List-Id: I am currently trying to use GtkAda to do the following (but failing horrendously) I have a password screen with two nice textboxes and a button to submit an ID and password. I want to have a record filled out with the data from the textboxes and passed to a task to check the password. This task would also pass data back to a different screen once the password access has been resolved. I think I am missing something about the referencing of widgets from GtkAda. Can somebody help me in my perspective..........