From mint-bounce@lists.fishpool.fi Tue Jan 22 17:29:37 2008 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de X-Belgacom-Dynamic: yes From: =?iso-8859-1?q?Jean-Fran=E7ois_Lemaire?= To: mint@fishpool.com Subject: [MiNT] XaAES keyboard navigation section in newcalls.txt Date: Fri, 7 Dec 2007 10:38:44 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200712071038.44389.jflemaire@skynet.be> X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: jflemaire@skynet.be Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=-0.9 tagged_above=-50.5 required=7.0 tests=AWL, BAYES_00 X-Spam-Level: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by freemint id m0MGP1bE004618 Status: X-Status: X-Keywords: Hello, I literally spent hours trying to understand why I couldn't get keyboard nav working until I noticed that there is an error in the (properly mentioned as unfinished :-) ) "newcalls.txt" doc. The form_keybd() call is written like this, with the third and fourth arguments switched over: "if (form_keybd(tree, editfocus, keycode, editfocus, &newobj, &keyout))" This shoulb be: "if (form_keybd(tree, editfocus, editfocus, keycode, &newobj, &keyout))" As written in the GEMlib doc. I should learn to check the official doc first... JFL -- Jean-François Lemaire