Hello, <br><br>i have WASession subclass: #MySession with instance variable root. There i want store root component of my app (MyRoot).<br><br>i try do this:<br>initialize<br>&nbsp;&nbsp;&nbsp; super initialize.<br><br>&nbsp;&nbsp;&nbsp; session root: self
<br><br>but session is unknown there, then i try this:<br><br>make WATask and in go method call:<br><br>session root: MyRoot new.<br>...<br><br>but there is unknown too... <br><br>I want register root component in session soon as possible, where can i do that?
<br>-- <br>Jakub.