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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a0c:f404:: with SMTP id h4mr189186qvl.251.1579533887166; Mon, 20 Jan 2020 07:24:47 -0800 (PST) X-Received: by 2002:a9d:6304:: with SMTP id q4mr16262603otk.332.1579533886831; Mon, 20 Jan 2020 07:24:46 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!g89no4341163qtd.0!news-out.google.com!w29ni1886qtc.0!nntp.google.com!g89no4341145qtd.0!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 20 Jan 2020 07:24:46 -0800 (PST) In-Reply-To: <2fe91649-4fef-415f-bcfc-cea08cbbc7f2@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=87.154.206.54; posting-account=3zVVBwoAAAC7BSMfgNP7DSbqU9urpt40 NNTP-Posting-Host: 87.154.206.54 References: <3426e4f7-e5e4-46a7-85c3-ce4a4f538564@googlegroups.com> <2fe91649-4fef-415f-bcfc-cea08cbbc7f2@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1918074c-9ec7-46e9-bd6d-df4a2247bf32@googlegroups.com> Subject: Re: wanted: expertise with Gtkada.Canvas_View in gtkada 17.0 From: mario.blunk.gplus@gmail.com Injection-Date: Mon, 20 Jan 2020 15:24:47 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:57906 Date: 2020-01-20T07:24:46-08:00 List-Id: On Friday, November 29, 2019 at 1:48:07 PM UTC+1, briot....@gmail.com wrote= : > > does anyone here have expertise with the package Gtkada.Canvas_View ?= =20 >=20 > I wrote it at the time, but I haven't used GtkAda for three years now so > I am a little rusty on the subject. You could still try sending your actu= al > question, maybe other people can help. One question on key-press-event: In my demo at=20 https://github.com/Blunk-electronic/ada_training/blob/master/src/lib/canvas= _test.adb in line 1049 there is a procedure on_key_event which is never cal= led for some reason. In the procedure init (right below) I did the proper c= onnection to the key-press-signal. In order to reproduce the problem please compile the top level unit with gp= rbuild in https://github.com/Blunk-electronic/ada_training/tree/master/src/gtkada_9 What am I doing wrong ?