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,669df5429335f9e6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-27 06:16:20 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!btnet-peer0!btnet-feed5!btnet!mendelevium.btinternet.com!not-for-mail From: "Tony Gair" Newsgroups: comp.lang.ada Subject: Re: Use of Gtk Date: Sat, 27 Oct 2001 14:07:22 +0100 Organization: BT Internet Message-ID: <9rebqm$e7i$1@neptunium.btinternet.com> References: <9rbaq9$ahp$1@plutonium.btinternet.com> NNTP-Posting-Host: host217-34-74-130.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:15300 Date: 2001-10-27T14:07:22+01:00 List-Id: perspective is now readjusted and code is working for GtkAda, if others have problems send me an email.... "Tony Gair" wrote in message news:9rbaq9$ahp$1@plutonium.btinternet.com... > 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.......... > >