<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi, Milan<div><br></div><div>what Fabian meant was that the "this" in the Object Editor (Scriptor) is bound to the object.</div><div>I use this to evaluate parts of methods... for example individual lines of the reset methods.</div><div><br></div><div>Type "this.foo = [1,2, 3]" </div><div><br></div><div><div><div>Am 11.02.2012 um 06:52 schrieb Milan Zimmermann: Is</div><blockquote type="cite"><div>there a way to do it visually, apart from creating the Library<br>Application as a Morph extension with the books member?<br></div></blockquote></div><br></div><div>What I do when I want to have lists in parts I drag a list into that part and have it there.</div><div>The actual list is than hold by that list morph and I access it with:</div><div>this.get('ListMorph').getList();</div><div>this.get('ListMorph').setList(["foo", "bar"]);</div><div>etc... see <a href="http://lively-kernel.org/repository/webwerkstatt/documentation/livedoc/Morphic/Widgets/List.xhtml">http://lively-kernel.org/repository/webwerkstatt/documentation/livedoc/Morphic/Widgets/List.xhtml</a></div><div><br></div><div>This is the way we use lists in most of our Tools, e.g. the Script Editor, PartsBin etc..</div><div><br></div><div>Best,</div><div>Jens</div></body></html>