<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
in the meantime, here's a little hack how to delete specific scalar instances (as long the scalar has a drawing instruction and is visible + editable). get the scalar's x + y coordinates with [get], then send following message to the subpatch containing the scalar:<br>
[mouse x y 1 0, mouseup x y 1, key 1 8 0(<br></blockquote><div><br></div><div>what you can also do is to put a "vis 1" before and "vis 0" after those commands. in my experience, it opens up and closes the window so fast, that one doesn't see it happening. (I didn't try it with pointers, just with normal objects - but that's the same for the mouse) it should work even if the scalar is outside the window borders.<br></div><div><br>regarding the drawing instruction, don't all scalars have the x y coordinates, even if they're not defined in the template? in that case, the scalars without a drawing should be automatically at the coordinates 0 0 - which can be dangerous in case you use your scalars just to store (and not display) data, because all of them will be positioned at 0 0.<br></div><div>all this I can't test now, I'm just replying from memory.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> I suppose since we're doing this about feature requests, I'd like to ask<br><div class="HOEnZb"><div class="h5">
> about deleting instances of structs in linked lists =).<br></div></div></blockquote><div><br></div><div>that has been asked for a while. also with a "previous" method, instead of just "next".<br><br></div><div>Best,<br><br></div><div>jmmmp<br></div></div></div></div>