Hi,
I can reproducably crash PD 0.35 Linux with numberboxes (nbx) in graph-on-parent abstractions.
It occurs in gop-abstractions with at least two nbxes, when I do the following:
==> PD crashes.
Try for yourself with the attached crashit.pd patch.
Any ideas, what might be the cause?
[Regarding nbx-objects: It would be nice, if they could be moved with the cursor keys like the other GUI objects.]
Frank Barknecht _ ______footils.org__
There's a longstanding problem with the way number boxes grab keyboard input (by binding themselves to a symbol, related to the "receive set" bug people were just talking about.) I'm going to fix it but it will require changing the way "key" events are dispatched in g_canvas.c.
cheers Miller
On Tue, Sep 10, 2002 at 05:52:09PM +0200, Frank Barknecht wrote:
#N canvas 0 0 450 300 10; #X obj 109 92 crash;