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,FREEMAIL_FROM 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-21 02:06:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: "Count Zero" Newsgroups: comp.lang.ada Subject: Re: Gtkada-Prob Date: Wed, 21 Nov 2001 11:02:30 +0100 Organization: T-Online Message-ID: <20011121.110229.76065818.1095@web.de> References: <20011121.053507.496987743.3460@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1006336969 04 8150 9Tj6T-WSS6AyL0 011121 10:02:49 X-Complaints-To: abuse@t-online.com X-Sender: 520045374923-0001@t-dialin.net User-Agent: Pan/0.9.7 (Unix) Xref: archiver1.google.com comp.lang.ada:16778 Date: 2001-11-21T11:02:30+01:00 List-Id: Hi! >> My problem is now that i want to start a spawn with the arguments >> selected thru the buttons. > > Can you explain this a bit more? I'm not sure I understand the word > spawn (English not my first language) English is also not my first english... The Spawn-thing comes from Gnat.OS_lib with this procedure you can run external (or other finished) programs (with several arguments) in a shell and you get a result back (true or false). Thanks a lot, i think this will help finish my work... Lars