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,2746dae4f161c04e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-22 13:14:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!blackbush.xlink.net!blackbush.de.kpnqwest.net!news.erfurt.thur.de!eastside.erfurt.thur.de!drcomp.erfurt.thur.de!not-for-mail From: Adrian Knoth Newsgroups: comp.lang.ada Subject: Re: Gtkada-Prob Date: 22 Nov 2001 16:36:37 GMT Organization: Modern Electronics Message-ID: <9tj9il$f19$1@drcomp.erfurt.thur.de> References: <20011121.053507.496987743.3460@web.de> <20011121.113942.76065818.1437@web.de> <9tgoha$cib$1@drcomp.erfurt.thur.de> NNTP-Posting-Host: drcomp.erfurt.thur.de X-Server-Date: 22 Nov 2001 16:36:37 GMT User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.4.14 (i586)) Xref: archiver1.google.com comp.lang.ada:16883 Date: 2001-11-22T16:36:37+00:00 List-Id: Preben Randhol wrote: >>> I have tried this and got error-messages like : >>> "Window1" is not visible >> with window1; use window1; > Window1 is not a package in this program. Window1 is a default name used by glade for the window. I was typeing too fast, Window1 is: Window1 : Window1_Access; type Window1_Access is access all Window1_Record'Class; and all stored in window1_pkg.ad[bs] So the correct with-clause should be: with window1_pkg; use window1_pkg; ... always concerning glade with the default. -- mail: adi@thur.de http://adi.thur.de PGP: v2-key via keyserver Lieber siebenmal Schneewittchen als einmal die sieben Zwerge!