<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;"><div class="Ih2E3d">...<br>
</div>I&#39;m not sure how that would work since #childrenDo: is only<br>
implemented on WAComponent. You just need to call super and then call<br>
#decorationChainDo: on whatever component you are displaying within<br>
the decoration.</blockquote><div><br></div></div>It works because I implemented childrenDo: on my Decoration. I did this since I was trying to mimic the WAComponent behavior in nextPresentersDo: in order to find something that would work. Now I can remove that and, as you said, leave only the #decorationChainDo: calls to the subcomponents. <br>
<br>Thanks Julian!<br><br>Greetings<br>