[etoys-dev] [squeakland] how to hide ALL connectors to/from a specific node in the Connectors package?

Steve Thomas sthomas1 at gosargon.com
Tue Sep 17 23:54:21 EDT 2013


On Tue, Sep 17, 2013 at 2:36 PM, karl ramberg <karlramberg at gmail.com> wrote:

> This is IMO a bug. It says tellAllSuccessors but tells only the first node
> in the successor graph.
>

Well looking at this again, it seems using "tell *all*" is a bad wording
choice.
All of the "tell" tiles are "tell all" tiles.  Perhaps it would be better
to have two versions "tell" tiles (for connectors and successors) which
tell the 1st level and "tell all" which go all the way down/up the chain.
And also get rid of the extraneous "all" in the other tell commands.

   1.    "tell all siblings" ==> "tell siblings"
   2.    "tell all embedded objects" ==> "tell embedded objects"
   3.    "tell all incoming connections" ==> "tell incoming connections"
   and "tell all incoming connections"


Of course the problem with #3 and its like is that it could break older
projects which would not want to do.  You might be able to determine which
version it was saved in and deal with that I don't know.

The above said as Karl demonstrated with his project it is possible to
build that functionality by scripting the nodes properly.

Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakland.org/pipermail/etoys-dev/attachments/20130917/003c6a38/attachment.html>


More information about the etoys-dev mailing list