Thanks Julian, <br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Yeah, that kind of sucks in 2.8. I think in 2.9 we&#39;ve got it so that<br>


Decorations can have #children.</blockquote><div><br>great<br></div><div>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In 2.8, you&#39;ll need to implement #nextPresentersDo: on your<br>
Decoration. Take a look at WADelegation or WAComponent&#39;s<br>
implementation for inspiration.<br>
</blockquote><div><br>I wrote this:<br><br>MyDecoration&gt;&gt;nextPresentersDo: aBlock <br>&nbsp;&nbsp;&nbsp; super nextPresentersDo: aBlock.<br>&nbsp;&nbsp;&nbsp; self childrenDo: [:ea | ea decorationChainDo: aBlock]<br>&nbsp;<br>How does it sound?<br><br>

It seems to work, but perhaps I&#39;m missing something. I honestly don&#39;t know the whole intent of nextPresentersDo: so I tried a few things and this one appears to work just fine.<br><br>Greetings</div></div><br>