<div dir="ltr">Hi guys,<div><br></div><div>There is an scenario that I don&#39;t know how to deal. I have a main component that displays tabs. Each tabs render a component. This component could be anything, including a task. The tab has correctly defined the #children. And the way the tab displays its current contents (a component) is via:  &quot;self activeTabComponent renderOn: html&quot;<br clear="all"><div><br></div><div>The problem is if &quot;activeTabComponent&quot; is a Task. Since I am not doing not replacing anything (calling), I do not use #call: but #renderOn: as displayed above. The task can, at any point in time, or when the user clicks &quot;Finish&quot; do a &quot;self answer: nil&quot;. I don&#39;t know what happens with this &quot;self answer:&quot; because I didn&#39;t do a #call: to that task. </div><div><br></div><div>Anyway... I would like to hook from my main component and I would like to know if the task has answered or even if the #go method finished so that I can automatically close the tab and remove this task.  Of course, I can pass the main component to the task, and then from the task itself tell the main component that he has finished...but I don&#39;t like this very much.</div><div><br></div><div>Any idea?</div><div><br></div><div>Thanks in advance </div><div><br></div>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
</div></div>