« Return to Thread: Menu component - communicating with root component

Re: Re: Menu component - communicating with root component

by Keithy :: Rate this Message:

Reply to Author | View in Thread


> Now, both parent components catch the event, check to make sure the #sender
> is one of their children or grandchildren with a quick recursive check on
> #children, before deciding to process the announcement.  This way you scope
> the ChangeBody to the correct parent.
>
>  
Ah now I get it! "Quick recursive check".

> Yes and no, yes a global announcer, but you're wrong about the spatial
> information because all components know their children, you can always
> iterate and check this.
>  
That is where I get stuck, that concept is just inconceivable to me I
just cant get my head around it.

Keith
 

_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 « Return to Thread: Menu component - communicating with root component