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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "J-P. Rosen" Newsgroups: comp.lang.ada Subject: Re: is there any sample code for detecting key strokes while writing to a .txt file? Date: Wed, 09 Jul 2014 15:33:24 +0200 Organization: A noiseless patient Spider Message-ID: References: <2aadf55b-a433-4887-bea2-db492582632c@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 9 Jul 2014 13:33:20 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="23dab0694e4174fdc880833ec67fa650"; logging-data="14569"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19frAXJqBaUZJNpvygF5sEN" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <2aadf55b-a433-4887-bea2-db492582632c@googlegroups.com> Cancel-Lock: sha1:s5Mu8vx7qtkQ92DJ5JgZFDRKhzw= X-Enigmail-Version: 1.6 Xref: news.eternal-september.org comp.lang.ada:20827 Date: 2014-07-09T15:33:24+02:00 List-Id: Le 09/07/2014 15:13, torralbaduran@gmail.com a écrit : > Hi, > I'm having problems writing to a file while > the user inputs data from the keyboard. > > Is there any sample code so I ca check it out? > We certainly need more info about what you are trying to achieve in order to help you. However, as a wild guess, note that the only way to achieve non-blocking read is by using get_immediate; all other input procedures (like any procedure call for that matter) are not exited until terminated; therefore, if you use Get_Line, your program will not proceed until the user has entered a line. Simultaneous execution may be obtained by using multiple tasks, but the behaviour of IOs from multiple tasks is system-dependent. -- J-P. Rosen Adalog 2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00 http://www.adalog.fr