\" + id + \"}\"\n visited.push(id)\n var obj = registry[id];\n var result = \"{__REG_ID__:\" + id + \"\\n\"\n if (obj) {\n Properties.own(obj).forEach(function(ea) {\n result += Strings.indent(ea + \": \", \" \", depth) + \n printObjectTreeValue(obj[ea], registry, visited, depth + 1) +\",\\n\"\n })\n }\n result += Strings.indent(id + \"}\", \" \", depth)\n return result\n}\n\n\n var source = printObjectTree(jso.registry, 0, [], 0)\n\n this.get('SourceCode').textString = source\n}","funcProperties":{"__isSmartRef__":true,"id":767},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"766":{"this":{"__isSmartRef__":true,"id":116}},"767":{"timestamp":{"__isSmartRef__":true,"id":768},"user":"jenslincke","tags":[]},"768":{"isSerializedDate":true,"string":"Thu Feb 07 2013 17:52:29 GMT+0100 (CET)"},"769":{"varMapping":{"__isSmartRef__":true,"id":770},"source":"function becomeWorld() {\n // Ok, lets do a magic trick!\n \n var targetWorld = this.world()\n var sourceWorld = this.get(\"WorldContainer\").submorphs[0]\n\n var tmp = targetWorld.submorphs.clone();\n targetWorld.submorphs.clone().invoke('remove')\n\n sourceWorld.submorphs.clone().forEach(function(ea) {\n targetWorld.addMorph(ea)\n })\n tmp.forEach(function(ea) {\n sourceWorld.addMorph(ea)\n })\n targetWorld.addMorph(this.owner)\n\n}","funcProperties":{"__isSmartRef__":true,"id":771},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"770":{"this":{"__isSmartRef__":true,"id":116}},"771":{"timestamp":{"__isSmartRef__":true,"id":772},"user":"jenslincke","tags":[]},"772":{"isSerializedDate":true,"string":"Wed Feb 06 2013 19:56:38 GMT+0100 (CET)"},"773":{"varMapping":{"__isSmartRef__":true,"id":774},"source":"function getSubWorld() {\n return this.get(\"WorldContainer\").submorphs[0]\n}","funcProperties":{"__isSmartRef__":true,"id":775},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"774":{"this":{"__isSmartRef__":true,"id":116}},"775":{"timestamp":{"__isSmartRef__":true,"id":776},"user":"jenslincke","tags":[]},"776":{"isSerializedDate":true,"string":"Wed Feb 06 2013 19:53:00 GMT+0100 (CET)"},"777":{"varMapping":{"__isSmartRef__":true,"id":778},"source":"function showWorld() {\n this.get('WorldContainer').setVisible(true)\n this.get('SourceCode').setVisible(false)\n}","funcProperties":{"__isSmartRef__":true,"id":779},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"778":{"this":{"__isSmartRef__":true,"id":116}},"779":{"timestamp":{"__isSmartRef__":true,"id":780},"user":"jenslincke","tags":[]},"780":{"isSerializedDate":true,"string":"Thu Feb 07 2013 17:52:55 GMT+0100 (CET)"},"781":{"varMapping":{"__isSmartRef__":true,"id":782},"source":"function updateVersions() {\n var webR = new WebResource(this.getWorldURL())\n webR.beAsync()\n connect(webR, 'versions', this, 'displayVersions')\n webR.getVersions()\n webR.versions\n\n}","funcProperties":{"__isSmartRef__":true,"id":783},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"782":{"this":{"__isSmartRef__":true,"id":116}},"783":{"timestamp":{"__isSmartRef__":true,"id":784},"user":"jenslincke","tags":[]},"784":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:48:23 GMT+0100 (CET)"},"785":{"varMapping":{"__isSmartRef__":true,"id":786},"source":"function displayVersions(versions) {\n this.get('VersionsList').setList(versions.collect(function(ea) {\n return {\n string: ea.rev + ' ' + ea.date.format(\"yyyy-mm-dd HH:MM\") \n + ' ' + ea.author,\n value: ea\n }\n })\n )\n}","funcProperties":{"__isSmartRef__":true,"id":787},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"786":{"this":{"__isSmartRef__":true,"id":116}},"787":{"timestamp":{"__isSmartRef__":true,"id":788},"user":"jenslincke","tags":[]},"788":{"isSerializedDate":true,"string":"Tue Mar 12 2013 19:10:23 GMT+0100 (CET)"},"789":{"varMapping":{"__isSmartRef__":true,"id":790},"source":"function displayVersion(revision) {\n this.loadWorldAsync(revision.url, revision.rev);\n}","funcProperties":{"__isSmartRef__":true,"id":791},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"790":{"this":{"__isSmartRef__":true,"id":116}},"791":{"timestamp":{"__isSmartRef__":true,"id":792},"user":"jenslincke","tags":[]},"792":{"isSerializedDate":true,"string":"Sat Mar 16 2013 19:27:03 GMT+0100 (CET)"},"793":{"varMapping":{"__isSmartRef__":true,"id":794},"source":"function toggleMorePane() {\n var pane = this.get('morePane'),\n moveOffset = pane.getExtent().withY(0).negated(),\n steps = 5, timePerStep = 10,\n btn = this.get('moreButton');\n if (pane.isVisible()) {\n var dest = pane.getPosition().addPt(moveOffset.negated());\n pane.animatedInterpolateTo(dest, steps, timePerStep, function() {\n btn.setLabel('more')\n pane.setVisible(false)\n });\n\n } else {\n btn.setLabel('hide')\n pane.setVisible(true)\n pane.bringToFront()\n // this.addMorphBack(pane);\n pane.align(\n pane.bounds().topLeft(), \n this.get('WorldContainer').bounds().topRight());\n // move it so that it is completely visible\n var dest = pane.getPosition().addPt(moveOffset);\n pane.animatedInterpolateTo(dest, steps, timePerStep, Functions.Null);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":795},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"794":{"this":{"__isSmartRef__":true,"id":116}},"795":{"timestamp":{"__isSmartRef__":true,"id":796},"user":"jenslincke","tags":[]},"796":{"isSerializedDate":true,"string":"Mon Mar 18 2013 13:23:07 GMT+0100 (CET)"},"797":{"varMapping":{"__isSmartRef__":true,"id":798},"source":"function reset() {\n this.doNotSerialize = ['worlds'];\n\n this.get(\"WorldContainer\").setWithLayers([WorldInWorldLayer])\n\n this.get('WorldContainer').submorphs.clone().invoke('remove')\n}","funcProperties":{"__isSmartRef__":true,"id":799},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"798":{"this":{"__isSmartRef__":true,"id":116}},"799":{"timestamp":{"__isSmartRef__":true,"id":800},"user":"jenslincke","tags":[]},"800":{"isSerializedDate":true,"string":"Thu Jul 18 2013 18:22:36 GMT+0200 (CEST)"},"801":{"varMapping":{"__isSmartRef__":true,"id":802},"source":"function onSaveWorld() {\n var container = this.get('WorldContainer');\n var world = container.submorphs[0]\n if(!world) {\n alertOK('no world to save!'); \n return\n }\n var url = this.getWorldURL();\n try {\n\n if (url.filename().match(/((md)|(txt))$/)) {\n this.saveTextAs(world.textString, url)\n } else {\n world.remove()\n world.saveWorldAs(url, true);\n }\n } finally {\n container.addMorph(world)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":803},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"802":{"this":{"__isSmartRef__":true,"id":116}},"803":{"timestamp":{"__isSmartRef__":true,"id":804},"user":"jenslincke","tags":[]},"804":{"isSerializedDate":true,"string":"Fri Nov 08 2013 14:22:39 GMT+0100 (CET)"},"805":{"varMapping":{"__isSmartRef__":true,"id":806},"source":"function loadAllRevisions() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":807},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"806":{"this":{"__isSmartRef__":true,"id":116}},"807":{"timestamp":{"__isSmartRef__":true,"id":808},"user":"jenslincke","tags":[]},"808":{"isSerializedDate":true,"string":"Sat Mar 16 2013 18:53:52 GMT+0100 (CET)"},"809":{"varMapping":{"__isSmartRef__":true,"id":810},"source":"function deserializeWorldFromJSON(json) {\n var jso = JSON.parse(json);\n var world;\n var modulesForDeserialization = lively.persistence.Serializer.sourceModulesIn(jso);\n modulesForDeserialization.forEach(function(ea) {\n var m = module(ea); if (m != Global && !m.isLoaded()) m.load(true) });\n cop.withLayers([RobustDeserializionLayer], function() {\n world = lively.persistence.Serializer.deserializeWorldFromJso(jso);\n })\n return world\n}","funcProperties":{"__isSmartRef__":true,"id":811},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"810":{"this":{"__isSmartRef__":true,"id":116}},"811":{"timestamp":{"__isSmartRef__":true,"id":812},"user":"jenslincke","tags":[]},"812":{"isSerializedDate":true,"string":"Thu Feb 06 2014 16:36:36 GMT+0100 (CET)"},"813":{"varMapping":{"__isSmartRef__":true,"id":814},"source":"function parseWorldJSON(url, rev, json) {\n if (!json) {\n this.clearWorldContainer();\n this.get('Status').textString = 'no world found!' \n return\n }\n var world = this.deserializeWorldFromJSON(json)\n if (!this.worlds) this.worlds = {};\n this.worlds[rev] = world\n\n this.clearWorldContainer()\n try {\n this.get(\"WorldContainer\").addMorph(world)\n } catch(e) {\n var t = new lively.morphic.Text(new Rectangle(0,0,800,600),\n \"Error: \" + e +\"\\n\\n\" +\n \"Content: \" + this.debugPrint(world))\n t.applyStyle({fill: null, borderWidth: 0})\n this.get(\"WorldContainer\").addMorph(t)\n }\n this.get('Status').textString = '' \n}","funcProperties":{"__isSmartRef__":true,"id":815},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"814":{"this":{"__isSmartRef__":true,"id":116}},"815":{"timestamp":{"__isSmartRef__":true,"id":816},"user":"jenslincke","tags":[]},"816":{"isSerializedDate":true,"string":"Thu Feb 06 2014 16:09:11 GMT+0100 (CET)"},"817":{"varMapping":{"__isSmartRef__":true,"id":818},"source":"function loadWorldAsync(url, rev) {\n this.clearWorldContainer();\n this.get(\"ProgressBar\").setLabel( \"loading\");\n var versionedURL = new WebResource(url).createResource()\n .createVersionURLString(rev);\n if (!rev) versionedURL = url;\n var wr = new WebResource(versionedURL).beAsync();\n lively.bindings.connect(wr, 'contentDocument', {\n cb: function(xml) {\n this.get(\"ProgressBar\").setLabel( \"\");\n this.get(\"ProgressBar\").setValue(0);\n this.parseWorldJSON(\n url, rev, $(xml).find(\"#LivelyJSONWorld\").text())\n }.bind(this),\n }, 'cb')\n lively.bindings.connect(wr, 'progressEvent', this.get('ProgressBar'), 'setValue',\n {converter: function(rpe) { return (rpe.loaded / rpe.total) }});\n wr.get()\n}","funcProperties":{"__isSmartRef__":true,"id":819},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"818":{"this":{"__isSmartRef__":true,"id":116}},"819":{"timestamp":{"__isSmartRef__":true,"id":820},"user":"jenslincke","tags":[]},"820":{"isSerializedDate":true,"string":"Wed Jan 29 2014 15:42:04 GMT+0100 (CET)"},"821":{"varMapping":{"__isSmartRef__":true,"id":822},"source":"function showHistory() {\n if (this.augmented) this.augmented.remove()\n var worldRevs = Properties.own(this.worlds).sort()\n var world = this.worlds[worldRevs.last()]\n this.augmented = Morph.makeRectangle(world.bounds())\n this.augmented.setFill(null)\n this.augmented.setBorderWidth(null)\n this.augmented.ignoreEvents()\n this.augmented.disableEvents()\n\n world.submorphs.each(function(ea) {\n var m = Morph.makeRectangle(ea.bounds());\n m.setFill(0)\n m.setBorderWidth(2)\n m.setBorderColor(CrayonColors.tangerine)\n var label = new lively.morphic.Text(new Rectangle(0,0,100,20),\"\" + ea.id)\n label.beLabel()\n label.setFontSize(8)\n label.setTextColor(CrayonColors.tangerine)\n label.align(\n label.bounds().bottomLeft(),\n m.shape.bounds().topLeft())\n m.addMorph(label)\n this.augmented.addMorph(m)\n }, this)\n this.get('WorldContainer').addMorph(this.augmented)\n // this.get('WorldContainer').submorphs.last().remove()\n\n}","funcProperties":{"__isSmartRef__":true,"id":823},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"822":{"this":{"__isSmartRef__":true,"id":116}},"823":{"timestamp":{"__isSmartRef__":true,"id":824},"user":"jenslincke","tags":[]},"824":{"isSerializedDate":true,"string":"Sun Mar 17 2013 13:56:00 GMT+0100 (CET)"},"825":{"varMapping":{"__isSmartRef__":true,"id":826},"source":"function loadAllWorldVersions() {\n this.get(\"VersionsList\").getList()\n}","funcProperties":{"__isSmartRef__":true,"id":827},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"826":{"this":{"__isSmartRef__":true,"id":116}},"827":{"timestamp":{"__isSmartRef__":true,"id":828},"user":"jenslincke","tags":[]},"828":{"isSerializedDate":true,"string":"Sun Mar 17 2013 14:04:34 GMT+0100 (CET)"},"829":{"varMapping":{"__isSmartRef__":true,"id":830},"source":"function navigateTo(url) {\n console.log(\"navigateTo \" + url)\n url = new URL(url)\n if (url.filename().match(/\\.xhtml/)) {\n this.loadWorldAsync(url)\n return\n }\n this.loadText(url)\n}","funcProperties":{"__isSmartRef__":true,"id":831},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"830":{"this":{"__isSmartRef__":true,"id":116}},"831":{"timestamp":{"__isSmartRef__":true,"id":832},"user":"jenslincke","tags":[]},"832":{"isSerializedDate":true,"string":"Wed Jan 29 2014 15:47:12 GMT+0100 (CET)"},"833":{"varMapping":{"__isSmartRef__":true,"id":834},"source":"function loadText(url) {\n this.clearWorldContainer()\n var s = new WebResource(url).get().content\n var morph = this.world().openPartItem(\"MarkdownText\", \"PartsBin/Jens\")\n morph.textString = s\n morph.format()\n this.get(\"WorldContainer\").addMorph(morph)\n morph.setPosition(pt(20,20))\n \n}","funcProperties":{"__isSmartRef__":true,"id":835},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"834":{"this":{"__isSmartRef__":true,"id":116}},"835":{"timestamp":{"__isSmartRef__":true,"id":836},"user":"jenslincke","tags":[]},"836":{"isSerializedDate":true,"string":"Tue Apr 09 2013 10:59:16 GMT+0200 (CEST)"},"837":{"varMapping":{"__isSmartRef__":true,"id":838},"source":"function loadTemplate() {\n \n var templateWorldJSON = this.loadWorldJSON(URL.source.withFilename(\"template.xhtml\"))\n \n var template = this.deserializeWorldFromJSON(templateWorldJSON)\n return template \n \n \n \n}","funcProperties":{"__isSmartRef__":true,"id":839},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"838":{"this":{"__isSmartRef__":true,"id":116}},"839":{"timestamp":{"__isSmartRef__":true,"id":840},"user":"jenslincke","tags":[]},"840":{"isSerializedDate":true,"string":"Thu Jul 18 2013 17:29:47 GMT+0200 (CEST)"},"841":{"varMapping":{"__isSmartRef__":true,"id":842},"source":"function loadWorldJSON(url) {\n var wr = new WebResource(url),\n xml = wr.get().contentDocument,\n json = $(xml).find(\"#LivelyJSONWorld\").text();\n return json\n}","funcProperties":{"__isSmartRef__":true,"id":843},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"842":{"this":{"__isSmartRef__":true,"id":116}},"843":{"timestamp":{"__isSmartRef__":true,"id":844},"user":"jenslincke","tags":[]},"844":{"isSerializedDate":true,"string":"Thu Jul 18 2013 17:14:39 GMT+0200 (CEST)"},"845":{"varMapping":{"__isSmartRef__":true,"id":846},"source":"function mergeWorldWithTemplate() {\n var world = this.getCurrentWorld()\n var template = this.loadTemplate()\n\n if (!world || !template) return;\n\n world.submorphs.clone().each(function(ea) {\n\n var templateMorph = template.get(ea.name);\n // I don't know how to migrate the TextMorphs yet...\n // so leave them out\n if (templateMorph && !(ea instanceof lively.morphic.Text)) {\n // alertOK(\"replace \" + ea + \" template with \"+ templateMorph)\n ea.remove()\n var newMorph = templateMorph.copy()\n world.addMorph(newMorph)\n }\n }, this)\n\n}","funcProperties":{"__isSmartRef__":true,"id":847},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"846":{"this":{"__isSmartRef__":true,"id":116}},"847":{"timestamp":{"__isSmartRef__":true,"id":848},"user":"jenslincke","tags":[]},"848":{"isSerializedDate":true,"string":"Thu Jul 18 2013 17:52:19 GMT+0200 (CEST)"},"849":{"varMapping":{"__isSmartRef__":true,"id":850},"source":"function getCurrentWorld() {\n return this.get(\"WorldContainer\").submorphs[0]\n}","funcProperties":{"__isSmartRef__":true,"id":851},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"850":{"this":{"__isSmartRef__":true,"id":116}},"851":{"timestamp":{"__isSmartRef__":true,"id":852},"user":"jenslincke","tags":[]},"852":{"isSerializedDate":true,"string":"Thu Jul 18 2013 17:24:29 GMT+0200 (CEST)"},"853":{"varMapping":{"__isSmartRef__":true,"id":854},"source":"function saveTextAs(text, url) {\n var s = new WebResource(url).put(text)\n alertOK(\"saved \" + url)\n}","funcProperties":{"__isSmartRef__":true,"id":855},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"854":{"this":{"__isSmartRef__":true,"id":116}},"855":{"timestamp":{"__isSmartRef__":true,"id":856},"user":"jenslincke","tags":[]},"856":{"isSerializedDate":true,"string":"Fri Nov 08 2013 14:20:35 GMT+0100 (CET)"},"857":{"varMapping":{"__isSmartRef__":true,"id":858},"source":"function debugPrint(morph) {\n var visit = function(m, prefix) {\n var s = prefix + m + \"\\n\"\n s = m.submorphs.inject(s, function(sum, ea) {\n return sum + visit(ea, prefix + \" \")\n })\n return s\n }\n return visit(morph, \"\")\n}","funcProperties":{"__isSmartRef__":true,"id":859},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"858":{"this":{"__isSmartRef__":true,"id":116}},"859":{"timestamp":{"__isSmartRef__":true,"id":860},"user":"jenslincke","tags":[]},"860":{"isSerializedDate":true,"string":"Thu Feb 06 2014 16:04:50 GMT+0100 (CET)"},"861":{"sourceObj":{"__isSmartRef__":true,"id":100},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"setTargetURL","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"862":{"resizeWidth":false,"resizeHeight":false},"863":{"submorphs":[{"__isSmartRef__":true,"id":864}],"scripts":[],"id":"DD30B3EC-F370-4B86-8B19-A45518608FAC","shape":{"__isSmartRef__":true,"id":869},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":875},"lighterFill":{"__isSmartRef__":true,"id":880},"label":{"__isSmartRef__":true,"id":864},"attributeConnections":[{"__isSmartRef__":true,"id":885}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"reloadButton2","partsBinMetaInfo":{"__isSmartRef__":true,"id":886},"eventHandler":{"__isSmartRef__":true,"id":887},"derivationIds":[9279,"FB2E3506-9D27-4EF0-B450-2C31FEC40DBA","D24EAFBA-65B6-4121-9EE4-CB37E355A0E6","61DF8572-182F-48CE-B437-FC9733CB1D33","810B66E5-12AF-434A-BB7A-FD62FAF55E66","63711E4B-745C-4763-AA58-6BE75DEEB870","25A18C8C-09D4-4641-BE14-6D6ECB53C1A3","F003F1D6-6FD1-44F9-8ACF-0AA80C235DFF","58FD1ECB-5E75-4204-9395-CABAD6543122","3769B73A-CD60-4B52-8BAD-EBB50E7AC5D4","D4014BE3-7D33-471A-93B9-0182B1A968D0","540A6ECE-A51A-4FFB-A8B5-9D669FE65B8B","123EACC2-ACB2-43D5-8A3C-3513340DC9B0"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":1},"layout":{"__isSmartRef__":true,"id":888},"prevScroll":[0,0],"_PreviousBorderWidth":1,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["padding","distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(60.9,-13.6)","_Position":"lively.pt(0.0,0.0)"},"864":{"submorphs":[],"scripts":[],"id":"33171EAB-83A8-432A-B98A-DBF38F6F3E8B","shape":{"__isSmartRef__":true,"id":865},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":20,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":863},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":866}],"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","eventHandler":{"__isSmartRef__":true,"id":868},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[9280,"9FE60C06-7E74-4412-9A9A-F30F97EA9F2A","8A030C41-5B94-4E76-8B69-6962D5AFD11E","85D0A809-D492-40DC-9569-A22A2DB39C59","A251FF8C-7ECE-4E96-A6F6-EEF0B4DEC12E","15EAA985-4F80-462E-B654-694FA2EC646D","EE179571-265A-437C-9E00-63B8AC04AD12","E1EE5310-562E-43CD-B637-DB1990E9D54F","A2BC359F-A4DD-44BF-B93D-281B5307A3F2","1C80852E-DE5C-44BE-9BCC-61ECF8509EB2","3A9CC253-787D-4438-95E2-40EFD5BFCB31","5D1EA0EA-9AE6-4628-B45E-1752FED44C32","B611C63D-798F-4C8A-A3DE-B70EB5498270"],"_MinTextWidth":20,"_MinTextHeight":null,"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"865":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(20.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"866":{"style":{"__isSmartRef__":true,"id":867},"chunkOwner":{"__isSmartRef__":true,"id":864},"storedString":"⟳","_id":"_220","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"867":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"868":{"morph":{"__isSmartRef__":true,"id":864},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"869":{"_Fill":{"__isSmartRef__":true,"id":870},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(20.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"870":{"stops":[{"__isSmartRef__":true,"id":871},{"__isSmartRef__":true,"id":872},{"__isSmartRef__":true,"id":873},{"__isSmartRef__":true,"id":874}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"871":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"872":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"873":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"874":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"875":{"stops":[{"__isSmartRef__":true,"id":876},{"__isSmartRef__":true,"id":877},{"__isSmartRef__":true,"id":878},{"__isSmartRef__":true,"id":879}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"876":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"877":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"878":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"879":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"880":{"stops":[{"__isSmartRef__":true,"id":881},{"__isSmartRef__":true,"id":882},{"__isSmartRef__":true,"id":883},{"__isSmartRef__":true,"id":884}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"881":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"882":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"883":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"884":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"885":{"sourceObj":{"__isSmartRef__":true,"id":863},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"updateLinks","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"886":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"887":{"morph":{"__isSmartRef__":true,"id":863},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"888":{"moveVertical":false},"889":{"submorphs":[{"__isSmartRef__":true,"id":890}],"scripts":[],"id":"5180F640-5563-421F-BA2D-C1D4C7FB490B","shape":{"__isSmartRef__":true,"id":895},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":901},"lighterFill":{"__isSmartRef__":true,"id":906},"label":{"__isSmartRef__":true,"id":890},"showsHalos":false,"name":"reloadButton3","partsBinMetaInfo":{"__isSmartRef__":true,"id":911},"eventHandler":{"__isSmartRef__":true,"id":912},"derivationIds":[9279,"FB2E3506-9D27-4EF0-B450-2C31FEC40DBA","D24EAFBA-65B6-4121-9EE4-CB37E355A0E6","61DF8572-182F-48CE-B437-FC9733CB1D33","F5ED2769-A1FF-4ABE-AAD8-95567BA3CDCE","4C3F855A-AC19-4170-9591-9DC4A372EC2A","C340A659-44AC-4680-A0F1-5BB95F6599B9","E89431FD-343F-4C6D-9F57-5F853203F3FE","55E13F67-FB5D-42FF-A380-256CB22CA643","EEF916D3-5531-4F6D-BC55-72CD0902B443","E47311C5-2CC9-4725-A292-CD43F00B371F","C81C945C-1476-480B-B486-8B25DE7421CC","E3B9C8FB-878B-4334-BF55-6023ECFD0616","0FF53425-724A-41DD-BF0F-B8D14303EC63"],"_ClipMode":"visible","isPressed":false,"layout":{"__isSmartRef__":true,"id":913},"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":1},"attributeConnections":[{"__isSmartRef__":true,"id":914}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"_PreviousBorderWidth":1,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["padding","distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(33.8,-9.1)","_Position":"lively.pt(68.0,0.0)"},"890":{"submorphs":[],"scripts":[],"id":"06731E64-F9D5-4419-B609-D814D7578D3D","shape":{"__isSmartRef__":true,"id":891},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":36.96372834701742,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":889},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":892}],"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","eventHandler":{"__isSmartRef__":true,"id":894},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[9280,"9FE60C06-7E74-4412-9A9A-F30F97EA9F2A","8A030C41-5B94-4E76-8B69-6962D5AFD11E","85D0A809-D492-40DC-9569-A22A2DB39C59","EA899078-3688-4405-AECD-D680A3BD6C3B","2DC5B49B-7BF2-4A2B-AB93-CA7140238080","4BC2E094-7D41-40C4-BC74-B1F65C12AB06","33ABC785-EF7D-409C-BBD2-6AF06783498C","2975A9AF-F115-40F2-ABB2-5A6C15B42D8B","54899B6F-9BC8-4279-A95F-3B3F69266C97","A066F5C5-803F-45B6-BF28-4CD9CCF03F28","82EF627F-A312-4BC1-8F0E-DE155D371739","57AC0C55-3BBC-462B-B428-3D728C520FE0","696D92A4-63D9-4C44-B2E6-DBF35375BAED"],"_MinTextWidth":36.96372834701742,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"891":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(37.0,19.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"892":{"style":{"__isSmartRef__":true,"id":893},"chunkOwner":{"__isSmartRef__":true,"id":890},"_id":"_21078","storedString":"visit","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"893":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"894":{"morph":{"__isSmartRef__":true,"id":890},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"895":{"_Fill":{"__isSmartRef__":true,"id":896},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(37.0,19.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"896":{"stops":[{"__isSmartRef__":true,"id":897},{"__isSmartRef__":true,"id":898},{"__isSmartRef__":true,"id":899},{"__isSmartRef__":true,"id":900}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"897":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"898":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"899":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"900":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"901":{"stops":[{"__isSmartRef__":true,"id":902},{"__isSmartRef__":true,"id":903},{"__isSmartRef__":true,"id":904},{"__isSmartRef__":true,"id":905}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"902":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"903":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"904":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"905":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"906":{"stops":[{"__isSmartRef__":true,"id":907},{"__isSmartRef__":true,"id":908},{"__isSmartRef__":true,"id":909},{"__isSmartRef__":true,"id":910}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"907":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"908":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"909":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"910":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"911":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"912":{"morph":{"__isSmartRef__":true,"id":889},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"913":{"moveVertical":false},"914":{"sourceObj":{"__isSmartRef__":true,"id":889},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"vistPage","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"915":{"submorphs":[{"__isSmartRef__":true,"id":916}],"scripts":[],"id":"B388A05D-5524-4E54-B7AC-37AA21A1348F","shape":{"__isSmartRef__":true,"id":921},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":927},"lighterFill":{"__isSmartRef__":true,"id":932},"label":{"__isSmartRef__":true,"id":916},"showsHalos":false,"name":"reloadButton4","partsBinMetaInfo":{"__isSmartRef__":true,"id":937},"eventHandler":{"__isSmartRef__":true,"id":938},"derivationIds":[9279,"FB2E3506-9D27-4EF0-B450-2C31FEC40DBA","D24EAFBA-65B6-4121-9EE4-CB37E355A0E6","61DF8572-182F-48CE-B437-FC9733CB1D33","F5ED2769-A1FF-4ABE-AAD8-95567BA3CDCE","4C3F855A-AC19-4170-9591-9DC4A372EC2A","C340A659-44AC-4680-A0F1-5BB95F6599B9","A28CB123-0B8D-4735-9DB9-7AF70F833AB2","6F9079C8-C898-4B9D-A7B7-33C7BEB271A8","95B8181F-78B7-4295-BCAF-05F13894BFC4","E8C1499A-237F-4773-96C9-6F7EC7BEF618","30C81A0B-995D-4852-83FC-7EA0E43C3DAF","CB064ECD-EBC1-407A-AF6F-A8BA2FA31FE6","B4998478-052D-4CEA-BF73-D2CC38A9EC04","C9D4CE2A-2DE2-4E4E-9CF6-3BC6E0701462"],"_ClipMode":"visible","isPressed":false,"layout":{"__isSmartRef__":true,"id":939},"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":940}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":1},"_PreviousBorderWidth":1,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["padding","distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(34.7,-13.1)","_Position":"lively.pt(109.0,0.0)"},"916":{"submorphs":[],"scripts":[],"id":"C6DF15DC-F098-4829-85D1-7BF0923B955F","shape":{"__isSmartRef__":true,"id":917},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":36.96372834701742,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":915},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":918}],"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","eventHandler":{"__isSmartRef__":true,"id":920},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[9280,"9FE60C06-7E74-4412-9A9A-F30F97EA9F2A","8A030C41-5B94-4E76-8B69-6962D5AFD11E","85D0A809-D492-40DC-9569-A22A2DB39C59","EA899078-3688-4405-AECD-D680A3BD6C3B","2DC5B49B-7BF2-4A2B-AB93-CA7140238080","4BC2E094-7D41-40C4-BC74-B1F65C12AB06","49287B94-52E6-4352-8315-16DB1F177F3E","85591F6C-E707-4A4C-96C3-67392F116FDB","3914B5C4-D97C-4AF8-8621-29B80E85FEB7","AE407E22-79E0-46E5-85AC-241108791D8B","EF8C3F50-2E87-48BC-8AEE-39BC9DB8B42E","B488F177-E5F9-44A0-AA39-266222ABDCBF","9AFAEE6E-5115-4CC4-8056-0FE2FA0314BD","FB567CD0-23AC-4B92-AE7C-D4130E75A07E"],"_MinTextWidth":36.96372834701742,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"917":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(37.0,19.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"918":{"style":{"__isSmartRef__":true,"id":919},"chunkOwner":{"__isSmartRef__":true,"id":916},"_id":"_1068","storedString":"delete","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"919":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"920":{"morph":{"__isSmartRef__":true,"id":916},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"921":{"_Fill":{"__isSmartRef__":true,"id":922},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(37.0,19.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"922":{"stops":[{"__isSmartRef__":true,"id":923},{"__isSmartRef__":true,"id":924},{"__isSmartRef__":true,"id":925},{"__isSmartRef__":true,"id":926}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"923":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"924":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"925":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"926":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"927":{"stops":[{"__isSmartRef__":true,"id":928},{"__isSmartRef__":true,"id":929},{"__isSmartRef__":true,"id":930},{"__isSmartRef__":true,"id":931}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"928":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"929":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"930":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"931":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"932":{"stops":[{"__isSmartRef__":true,"id":933},{"__isSmartRef__":true,"id":934},{"__isSmartRef__":true,"id":935},{"__isSmartRef__":true,"id":936}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"933":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"934":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"935":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"936":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"937":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"938":{"morph":{"__isSmartRef__":true,"id":915},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"939":{"moveVertical":false},"940":{"sourceObj":{"__isSmartRef__":true,"id":915},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"deletePage","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"941":{"submorphs":[{"__isSmartRef__":true,"id":942}],"scripts":[],"id":"39C85875-C560-4D13-80CA-C3FCA6D379AF","shape":{"__isSmartRef__":true,"id":947},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":953},"lighterFill":{"__isSmartRef__":true,"id":958},"label":{"__isSmartRef__":true,"id":942},"showsHalos":false,"name":"reloadButton5","partsBinMetaInfo":{"__isSmartRef__":true,"id":963},"eventHandler":{"__isSmartRef__":true,"id":964},"derivationIds":[9279,"FB2E3506-9D27-4EF0-B450-2C31FEC40DBA","D24EAFBA-65B6-4121-9EE4-CB37E355A0E6","61DF8572-182F-48CE-B437-FC9733CB1D33","F5ED2769-A1FF-4ABE-AAD8-95567BA3CDCE","4C3F855A-AC19-4170-9591-9DC4A372EC2A","C340A659-44AC-4680-A0F1-5BB95F6599B9","A28CB123-0B8D-4735-9DB9-7AF70F833AB2","6F9079C8-C898-4B9D-A7B7-33C7BEB271A8","51727CF1-B131-41D7-A850-04401FBA2218","70B83D64-AEFA-4356-B64C-4AFA38296807","DB81F7F0-6BE5-442A-9B2A-BA2AE9850B2F","01B0A7B2-8642-4864-AB7F-FD1CC5594F8D","38B15903-5542-41AE-B082-B06A2B11BF36","600A75E2-65EA-4747-A4AD-D0E948634660","B40D619C-BAAD-453F-B1D1-61669B4C6C9D"],"_ClipMode":"visible","isPressed":false,"layout":{"__isSmartRef__":true,"id":965},"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":1},"attributeConnections":[{"__isSmartRef__":true,"id":966}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"_PreviousBorderWidth":1,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["padding","distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(41.5,-11.1)","_Position":"lively.pt(150.0,0.0)"},"942":{"submorphs":[],"scripts":[],"id":"1F02E0BA-3639-4DF9-BB61-10FFB2A208F3","shape":{"__isSmartRef__":true,"id":943},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":55.96372834701742,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":941},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":944}],"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","eventHandler":{"__isSmartRef__":true,"id":946},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[9280,"9FE60C06-7E74-4412-9A9A-F30F97EA9F2A","8A030C41-5B94-4E76-8B69-6962D5AFD11E","85D0A809-D492-40DC-9569-A22A2DB39C59","EA899078-3688-4405-AECD-D680A3BD6C3B","2DC5B49B-7BF2-4A2B-AB93-CA7140238080","4BC2E094-7D41-40C4-BC74-B1F65C12AB06","49287B94-52E6-4352-8315-16DB1F177F3E","85591F6C-E707-4A4C-96C3-67392F116FDB","D80F22D3-EAD2-426D-8DEF-E48F8DCCF7C8","FBB2ABDD-4E75-4309-BAC4-41CCBB88F723","0FBAA897-1B76-4A36-8187-17015CFB3344","876EA62C-A00C-4D93-B3A8-CD5AE81C3DD4","21A54636-182D-4851-BB9D-DCD0B78719A3","A1D3293F-CBE8-4460-9C37-F259D0590407","F794E1AD-38B1-41CE-8E4F-8E650FA937D7"],"_MinTextWidth":55.96372834701742,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"943":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(56.0,19.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"944":{"style":{"__isSmartRef__":true,"id":945},"chunkOwner":{"__isSmartRef__":true,"id":942},"_id":"_1179","storedString":"rename","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"945":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"946":{"morph":{"__isSmartRef__":true,"id":942},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"947":{"_Fill":{"__isSmartRef__":true,"id":948},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(56.0,19.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"948":{"stops":[{"__isSmartRef__":true,"id":949},{"__isSmartRef__":true,"id":950},{"__isSmartRef__":true,"id":951},{"__isSmartRef__":true,"id":952}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"949":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"950":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"951":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"952":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"953":{"stops":[{"__isSmartRef__":true,"id":954},{"__isSmartRef__":true,"id":955},{"__isSmartRef__":true,"id":956},{"__isSmartRef__":true,"id":957}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"954":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"955":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"956":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"957":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"958":{"stops":[{"__isSmartRef__":true,"id":959},{"__isSmartRef__":true,"id":960},{"__isSmartRef__":true,"id":961},{"__isSmartRef__":true,"id":962}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"959":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"960":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"961":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"962":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"963":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"964":{"morph":{"__isSmartRef__":true,"id":941},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"965":{"moveVertical":false},"966":{"sourceObj":{"__isSmartRef__":true,"id":941},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"renamePage","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"967":{"submorphs":[{"__isSmartRef__":true,"id":968}],"scripts":[],"id":"43E814DB-1A40-4A64-BA8A-1975D7C3CF84","shape":{"__isSmartRef__":true,"id":973},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":979},"lighterFill":{"__isSmartRef__":true,"id":984},"label":{"__isSmartRef__":true,"id":968},"showsHalos":false,"name":"reloadButton6","partsBinMetaInfo":{"__isSmartRef__":true,"id":989},"eventHandler":{"__isSmartRef__":true,"id":990},"derivationIds":[9279,"FB2E3506-9D27-4EF0-B450-2C31FEC40DBA","D24EAFBA-65B6-4121-9EE4-CB37E355A0E6","61DF8572-182F-48CE-B437-FC9733CB1D33","F5ED2769-A1FF-4ABE-AAD8-95567BA3CDCE","4C3F855A-AC19-4170-9591-9DC4A372EC2A","C340A659-44AC-4680-A0F1-5BB95F6599B9","A28CB123-0B8D-4735-9DB9-7AF70F833AB2","6F9079C8-C898-4B9D-A7B7-33C7BEB271A8","51727CF1-B131-41D7-A850-04401FBA2218","2689CE7C-B842-456D-BBFC-626CC22D095D","8251A8DF-BE53-414A-8705-25001D407034","453712DA-96FB-4886-8DB3-18F048E1FDBC","9A6EC0E2-5A81-49D4-A193-ECD69BBAE803","5A3E4C92-62DC-4B04-9624-058F428796DA","B8294617-BEDD-4868-979C-68629455519B","D5C55B43-D685-4BA1-8F6A-AE756383A22B"],"_ClipMode":"visible","isPressed":false,"layout":{"__isSmartRef__":true,"id":991},"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":1},"attributeConnections":[{"__isSmartRef__":true,"id":992}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"_PreviousBorderWidth":1,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["padding","distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(44.4,-10.1)","_Position":"lively.pt(24.0,0.0)"},"968":{"submorphs":[],"scripts":[],"id":"C53A2D81-AC99-42C8-A170-5C310E70A011","shape":{"__isSmartRef__":true,"id":969},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":40,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":967},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":970}],"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","eventHandler":{"__isSmartRef__":true,"id":972},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[9280,"9FE60C06-7E74-4412-9A9A-F30F97EA9F2A","8A030C41-5B94-4E76-8B69-6962D5AFD11E","85D0A809-D492-40DC-9569-A22A2DB39C59","EA899078-3688-4405-AECD-D680A3BD6C3B","2DC5B49B-7BF2-4A2B-AB93-CA7140238080","4BC2E094-7D41-40C4-BC74-B1F65C12AB06","49287B94-52E6-4352-8315-16DB1F177F3E","85591F6C-E707-4A4C-96C3-67392F116FDB","D80F22D3-EAD2-426D-8DEF-E48F8DCCF7C8","D7013F2A-4CCB-46C0-AF16-B8E7115B25B7","00D436A6-E7E9-48CB-A0AF-19CE40962743","6CB75063-6FD8-4992-AA34-DAE9661063EE","4DB1B6C6-BB40-4BCB-A83E-D2C2C2E198E0","181C7C2C-3F3C-4362-8A80-6F1A9D709A1D","74A3A7DF-DA38-4A74-AD67-4408A69DFE0E","20F9834B-16EA-4EA4-9CD3-AA86BA0D7BEF"],"_MinTextWidth":40,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"969":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(40.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"970":{"style":{"__isSmartRef__":true,"id":971},"chunkOwner":{"__isSmartRef__":true,"id":968},"_id":"_13352","storedString":"home","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"971":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"972":{"morph":{"__isSmartRef__":true,"id":968},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"973":{"_Fill":{"__isSmartRef__":true,"id":974},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(40.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"974":{"stops":[{"__isSmartRef__":true,"id":975},{"__isSmartRef__":true,"id":976},{"__isSmartRef__":true,"id":977},{"__isSmartRef__":true,"id":978}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"975":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"976":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"977":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"978":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"979":{"stops":[{"__isSmartRef__":true,"id":980},{"__isSmartRef__":true,"id":981},{"__isSmartRef__":true,"id":982},{"__isSmartRef__":true,"id":983}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"980":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"981":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"982":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"983":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"984":{"stops":[{"__isSmartRef__":true,"id":985},{"__isSmartRef__":true,"id":986},{"__isSmartRef__":true,"id":987},{"__isSmartRef__":true,"id":988}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"985":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"986":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"987":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"988":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"989":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"990":{"morph":{"__isSmartRef__":true,"id":967},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"991":{"moveVertical":false},"992":{"sourceObj":{"__isSmartRef__":true,"id":967},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"goHome","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"993":{"submorphs":[],"scripts":[],"id":"EF1037D4-0ACD-4EA3-AE19-1086FFCBAB81","shape":{"__isSmartRef__":true,"id":994},"__layered_droppingEnabled__":true,"halosEnabled":true,"itemList":[{"__isSmartRef__":true,"id":995}],"selectedLineNo":6,"showsHalos":false,"name":"VersionsList","partsBinMetaInfo":{"__isSmartRef__":true,"id":1000},"_ClipMode":"auto","eventHandler":{"__isSmartRef__":true,"id":1003},"derivationIds":[2860,"30186701-49A1-49AD-A42F-27F425D92029","ADD09343-51ED-44F6-85F3-257C9A52C897","78C77EE8-9DCE-4336-84A1-DD8602E7276F","D83F7EFD-7618-4A56-86FE-77B5E3BC3336","5088ACB7-8564-4CB6-9D6E-0D221D6D9BA7","8EF12171-88D0-4FB8-9A04-50AB13955069","7C9E01E5-E323-42A8-9283-ABB4BDC05969","9A4006D0-9D5E-4D00-871E-F9B0DFD2BE3A","AAC2AE13-CF7E-4574-9520-BEDDF2C0D61B"],"isBeingDragged":false,"changeTriggered":true,"grabbingEnabled":false,"_FontSize":10,"moved":true,"owner":{"__isSmartRef__":true,"id":1},"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":1004}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"layout":{"__isSmartRef__":true,"id":1005},"selection":{"__isSmartRef__":true,"id":1006},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(0.0,808.1)","distanceToDragEvent":"lively.pt(74.8,-8.0)"},"994":{"_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(219.9,212.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"995":{"string":"204205 2014-01-24 12:59 jenslincke","value":{"__isSmartRef__":true,"id":996}},"996":{"rev":204205,"author":"jenslincke","date":{"__isSmartRef__":true,"id":997},"url":{"__isSmartRef__":true,"id":998},"changes":[{"__isSmartRef__":true,"id":999}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"997":{"isSerializedDate":true,"string":"Fri Jan 24 2014 12:59:34 GMT+0100 (CET)"},"998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/demos/blank.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"999":{"type":"S:added","url":null},"1000":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"List","comment":"a list morph","changes":[{"__isSmartRef__":true,"id":1001}],"revisionOnLoad":149013,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1001":{"date":{"__isSmartRef__":true,"id":1002},"author":"undefined","message":"Click on scrollbar does not grab list","id":"16AABF98-2E7D-4875-9E66-CF86EB74AF93"},"1002":{"isSerializedDate":true,"string":"Thu Mar 29 2012 14:39:24 GMT+0200 (CEST)"},"1003":{"morph":{"__isSmartRef__":true,"id":993},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1004":{"sourceObj":{"__isSmartRef__":true,"id":993},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"displayVersion","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1005":{"moveVertical":false},"1006":{"rev":196572,"date":{"__isSmartRef__":true,"id":1007},"author":"jenslincke","url":{"__isSmartRef__":true,"id":1008},"changes":[{"__isSmartRef__":true,"id":1009}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"1007":{"isSerializedDate":true,"string":"Mon Jul 01 2013 08:22:13 GMT+0200 (CEST)"},"1008":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/jenslincke/thesis/WriteFirst/2013-07-01.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"1009":{"type":"S:modified","url":"/users/jenslincke/thesis/WriteFirst/2013-07-01.xhtml"},"1010":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1777.0,1012.0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"1011":{"partsSpaceName":"PartsBin/Tools/","comment":"A WorldBrowser, that loads the contents as submorphs. \n(This is faster then bootstrapping the whole world in another world)","migrationLevel":4,"partName":"WorldBrowserPane","changes":[{"__isSmartRef__":true,"id":1012},{"__isSmartRef__":true,"id":1014},{"__isSmartRef__":true,"id":1016},{"__isSmartRef__":true,"id":1018},{"__isSmartRef__":true,"id":1020},{"__isSmartRef__":true,"id":1022},{"__isSmartRef__":true,"id":1024},{"__isSmartRef__":true,"id":1026},{"__isSmartRef__":true,"id":1028},{"__isSmartRef__":true,"id":1030},{"__isSmartRef__":true,"id":1032},{"__isSmartRef__":true,"id":1034},{"__isSmartRef__":true,"id":1036},{"__isSmartRef__":true,"id":1038},{"__isSmartRef__":true,"id":1040},{"__isSmartRef__":true,"id":1042},{"__isSmartRef__":true,"id":1044},{"__isSmartRef__":true,"id":1046},{"__isSmartRef__":true,"id":1048},{"__isSmartRef__":true,"id":1050},{"__isSmartRef__":true,"id":1052},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1056},{"__isSmartRef__":true,"id":1058},{"__isSmartRef__":true,"id":1060}],"revisionOnLoad":205504,"lastModifiedDate":{"__isSmartRef__":true,"id":1062},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1012":{"date":{"__isSmartRef__":true,"id":1013},"author":"jenslincke","message":"no comment","id":"C0005AB0-54A3-4967-8ED4-C515D05C57A2"},"1013":{"isSerializedDate":true,"string":"Wed Mar 20 2013 16:31:20 GMT+0100 (CET)"},"1014":{"date":{"__isSmartRef__":true,"id":1015},"author":"jenslincke","message":"no comment","id":"92349B36-006A-4F69-8641-2A0327BCEA4E"},"1015":{"isSerializedDate":true,"string":"Thu Feb 07 2013 13:32:34 GMT+0100 (CET)"},"1016":{"date":{"__isSmartRef__":true,"id":1017},"author":"jenslincke","message":"no comment","id":"79734259-1D7A-4E16-B017-95014E68ED93"},"1017":{"isSerializedDate":true,"string":"Thu Feb 07 2013 11:32:27 GMT+0100 (CET)"},"1018":{"date":{"__isSmartRef__":true,"id":1019},"author":"jenslincke","message":"no comment","id":"754D5FAF-AF89-452A-995A-C43DC5FB4783"},"1019":{"isSerializedDate":true,"string":"Thu Feb 07 2013 11:26:25 GMT+0100 (CET)"},"1020":{"date":{"__isSmartRef__":true,"id":1021},"author":"jenslincke","message":"no comment","id":"15EA750D-79A2-4599-99E0-7B3413EC44F2"},"1021":{"isSerializedDate":true,"string":"Thu Feb 07 2013 11:22:36 GMT+0100 (CET)"},"1022":{"date":{"__isSmartRef__":true,"id":1023},"author":"jenslincke","message":"no comment","id":"FE5E51BC-26E6-4564-B934-E10D3E9D96A8"},"1023":{"isSerializedDate":true,"string":"Thu Oct 11 2012 13:35:32 GMT+0200 (CEST)"},"1024":{"date":{"__isSmartRef__":true,"id":1025},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"1025":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"1026":{"date":{"__isSmartRef__":true,"id":1027},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"1027":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"1028":{"date":{"__isSmartRef__":true,"id":1029},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"1029":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"1030":{"date":{"__isSmartRef__":true,"id":1031},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"1031":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"1032":{"date":{"__isSmartRef__":true,"id":1033},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"1033":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"1034":{"date":{"__isSmartRef__":true,"id":1035},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"1035":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"1036":{"date":{"__isSmartRef__":true,"id":1037},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"1037":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"1038":{"date":{"__isSmartRef__":true,"id":1039},"author":"jenslincke","message":"intial version. ","id":"A10C89AF-CB81-4E7F-995B-096D6331258B"},"1039":{"isSerializedDate":true,"string":"Wed Aug 01 2012 14:01:06 GMT+0200 (CEST)"},"1040":{"date":{"__isSmartRef__":true,"id":1041},"author":"jenslincke","message":"no comment","id":"9CA6CCB8-36CC-4A4A-BA7B-CCE50F26D901"},"1041":{"isSerializedDate":true,"string":"Wed Aug 01 2012 14:12:34 GMT+0200 (CEST)"},"1042":{"date":{"__isSmartRef__":true,"id":1043},"author":"jenslincke","message":"no comment","id":"38A8B299-11E3-4639-966B-69BA37BAF83C"},"1043":{"isSerializedDate":true,"string":"Thu Oct 11 2012 13:10:55 GMT+0200 (CEST)"},"1044":{"date":{"__isSmartRef__":true,"id":1045},"author":"jenslincke","message":"no comment","id":"37229DB2-3772-46F6-BF0D-520D8818DB92"},"1045":{"isSerializedDate":true,"string":"Thu Nov 15 2012 13:42:16 GMT+0100 (CET)"},"1046":{"date":{"__isSmartRef__":true,"id":1047},"author":"jenslincke","message":"no comment","id":"4ED233C9-8F73-438B-AFB1-F8050432CCD7"},"1047":{"isSerializedDate":true,"string":"Thu Nov 15 2012 14:06:32 GMT+0100 (CET)"},"1048":{"date":{"__isSmartRef__":true,"id":1049},"author":"jenslincke","message":"no comment","id":"F50C5775-862D-4FF5-B400-279B048793C8"},"1049":{"isSerializedDate":true,"string":"Thu Nov 15 2012 14:13:01 GMT+0100 (CET)"},"1050":{"date":{"__isSmartRef__":true,"id":1051},"author":"jenslincke","message":"no comment","id":"A5B3DE2D-F33D-45D6-A9F3-C0B5D9617C25"},"1051":{"isSerializedDate":true,"string":"Thu Nov 15 2012 17:48:57 GMT+0100 (CET)"},"1052":{"date":{"__isSmartRef__":true,"id":1053},"author":"jenslincke","message":"no comment","id":"6C6F992D-CDE8-4D8D-9093-C102EC4716F1"},"1053":{"isSerializedDate":true,"string":"Fri Jan 24 2014 15:44:29 GMT+0100 (CET)"},"1054":{"date":{"__isSmartRef__":true,"id":1055},"author":"jenslincke","message":"no comment","id":"15CAB3C3-9DDC-4B27-832B-5C11A1D5CDD7"},"1055":{"isSerializedDate":true,"string":"Wed Jan 29 2014 15:43:14 GMT+0100 (CET)"},"1056":{"date":{"__isSmartRef__":true,"id":1057},"author":"jenslincke","message":"no comment","id":"71ACFD1A-BAD5-4FF5-8BBE-ADCB6BE51D72"},"1057":{"isSerializedDate":true,"string":"Wed Jan 29 2014 15:58:30 GMT+0100 (CET)"},"1058":{"date":{"__isSmartRef__":true,"id":1059},"author":"jenslincke","message":"no comment","id":"6CCF5D97-2597-458D-9B98-3C141E4B8A8C"},"1059":{"isSerializedDate":true,"string":"Thu Feb 06 2014 16:31:20 GMT+0100 (CET)"},"1060":{"date":{"__isSmartRef__":true,"id":1061},"author":"jenslincke","message":"load module dynamic dependecies","id":"A5E7A64D-3E45-4264-87A7-1A9AB6753EE8"},"1061":{"isSerializedDate":true,"string":"Thu Feb 06 2014 16:37:27 GMT+0100 (CET)"},"1062":{"isSerializedDate":true,"string":"Thu Feb 06 2014 16:36:12 GMT+0100 (CET)"},"1063":{"morph":{"__isSmartRef__":true,"id":1},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1064":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1065}},"1065":{"test01IsMorph":{"__isSmartRef__":true,"id":1066}},"1066":{"varMapping":{"__isSmartRef__":true,"id":1067},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":1068},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1067":{"this":{"__isSmartRef__":true,"id":1064}},"1068":{},"1069":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"1070":{"onrestore":{"__isSmartRef__":true,"id":1071},"updateLinks":{"__isSmartRef__":true,"id":1078},"vistPage":{"__isSmartRef__":true,"id":1082},"displayPage":{"__isSmartRef__":true,"id":1086},"deletePage":{"__isSmartRef__":true,"id":1090},"renamePage":{"__isSmartRef__":true,"id":1094},"fitToScreenBounds":{"__isSmartRef__":true,"id":1098},"reset":{"__isSmartRef__":true,"id":1102},"setTargetURL":{"__isSmartRef__":true,"id":1106},"goHome":{"__isSmartRef__":true,"id":1110},"updateVersions":{"__isSmartRef__":true,"id":1114},"displayVersions":{"__isSmartRef__":true,"id":1118},"displayVersion":{"__isSmartRef__":true,"id":1122},"alignBrowserWindow":{"__isSmartRef__":true,"id":1126},"fitToSubmorphsBounds":{"__isSmartRef__":true,"id":1130}},"1071":{"varMapping":{"__isSmartRef__":true,"id":1072},"source":"function onrestore() {\n (function() {\n if (this.owner.isWorld)\n this.fitToScreenBounds()\n this.updateLinks()\n }).bind(this).delay(0)\n}","funcProperties":{"__isSmartRef__":true,"id":1077},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1072":{"this":{"__isSmartRef__":true,"id":1},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1073}},"1073":{"$super":{"__isSmartRef__":true,"id":1074}},"1074":{"varMapping":{"__isSmartRef__":true,"id":1075},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1076},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1075":{"obj":{"__isSmartRef__":true,"id":1},"name":"onrestore"},"1076":{},"1077":{},"1078":{"varMapping":{"__isSmartRef__":true,"id":1079},"source":"function updateLinks() {\n// this.updateLinks()\n var rootURL = this.targetURL || URL.source.getDirectory();\n if (rootURL.isLeaf()) rootURL = rootURL.getDirectory();\n var wr = new WebResource(rootURL)\n try {\n wr.getSubElements(0)\n } catch(e) {\n alertOK(\"could not go to \" + rootURL)\n return\n }\n var items = []\n var dirs = (wr.subCollections || []).invoke('getURL').sort()\n\n if (rootURL.toString() != URL.root.toString()) {\n items.push({\n string: '..',\n value: rootURL.withFilename(\"../\").withRelativePartsResolved()\n })\n }\n items.pushAll(dirs.collect(function(ea) {\n return {\n string: ea.filename(),\n value: ea,\n }\n }))\n var links = (wr.subDocuments || []).invoke('getURL').select(function(ea) {\n return ea.filename().match(/.*\\.((xhtml)|(md))/) \n }).reject(function(ea) {\n return ea.filename().match(/index.xhtml/) || ea.filename().match(/template.xhtml/)\n })\n var links = links.sort()\n // Beware: Context-spefic behavior ;-)\n if (URL.source.toString().match(\"WriteFirst\")) links = links.reverse()\n\n items.pushAll(links.collect(function(ea) {\n var entry = ea.filename().replace(/\\..*/, \"\")\n if (entry.match(/20[0-9][0-9]-[0-9][0-9]-[0-9][0-9]/g)) {\n entry += \" \" + new Date(entry).format(\"ddd\")\n }\n new Date()\n\n return {\n string: entry,\n value: ea,\n }\n }))\n this.get('List').setList(items)\n\n}","funcProperties":{"__isSmartRef__":true,"id":1080},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1079":{"this":{"__isSmartRef__":true,"id":1}},"1080":{"timestamp":{"__isSmartRef__":true,"id":1081},"user":"jenslincke","tags":[]},"1081":{"isSerializedDate":true,"string":"Sun Jan 05 2014 13:01:11 GMT+0100 (CET)"},"1082":{"varMapping":{"__isSmartRef__":true,"id":1083},"source":"function vistPage() {\n var page = this.get(\"List\").selection;\n alertOK(\"vist \" + page)\n window.open(page)\n\n}","funcProperties":{"__isSmartRef__":true,"id":1084},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1083":{"this":{"__isSmartRef__":true,"id":1}},"1084":{"timestamp":{"__isSmartRef__":true,"id":1085},"user":"jenslincke","tags":[]},"1085":{"isSerializedDate":true,"string":"Thu Nov 15 2012 11:54:46 GMT+0100 (CET)"},"1086":{"varMapping":{"__isSmartRef__":true,"id":1087},"source":"function displayPage(url) {\n this.targetURL = url;\n if (url.isLeaf()) {\n this.get('BrowserWindow').navigateTo(url);\n this.get('BrowserWindow').get(\"WorldContainer\").setScroll(0,0)\n this.updateVersions()\n } else {\n this.get('BrowserWindow').clearWorldContainer()\n this.get('VersionsList').setList([])\n this.updateLinks()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1088},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1087":{"this":{"__isSmartRef__":true,"id":1}},"1088":{"timestamp":{"__isSmartRef__":true,"id":1089},"user":"jenslincke","tags":[]},"1089":{"isSerializedDate":true,"string":"Thu May 23 2013 16:29:58 GMT+0200 (CEST)"},"1090":{"varMapping":{"__isSmartRef__":true,"id":1091},"source":"function deletePage() {\n var url = new URL(this.get(\"List\").selection);\n this.world().confirm('Do you really want to delete ' + url.filename() + '?', \n function(answer) {\n if (!answer) return;\n new WebResource(url)\n .statusMessage('Removed ' + url, 'Error removing ' + url, true)\n .del();\n this.updateLinks();\n }.bind(this))\n\n}","funcProperties":{"__isSmartRef__":true,"id":1092},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1091":{"this":{"__isSmartRef__":true,"id":1}},"1092":{"timestamp":{"__isSmartRef__":true,"id":1093},"user":"jenslincke","tags":[]},"1093":{"isSerializedDate":true,"string":"Thu Nov 15 2012 12:00:22 GMT+0100 (CET)"},"1094":{"varMapping":{"__isSmartRef__":true,"id":1095},"source":"function renamePage() {\n var url = new URL(this.get(\"List\").selection);\n this.world().prompt('Rename world: ', \n function( filename) {\n var toURL = url.withFilename(filename)\n new WebResource(url)\n .statusMessage('Renamed ' + url, 'Error renaming ' + url + ' ' + toURL, true)\n .moveTo(toURL);\n this.updateLinks();\n // this.get(\"List\").setSelection(toURL)\n }.bind(this), url.filename() )\n}","funcProperties":{"__isSmartRef__":true,"id":1096},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1095":{"this":{"__isSmartRef__":true,"id":1}},"1096":{"timestamp":{"__isSmartRef__":true,"id":1097},"user":"jenslincke","tags":[]},"1097":{"isSerializedDate":true,"string":"Thu Nov 15 2012 12:15:32 GMT+0100 (CET)"},"1098":{"varMapping":{"__isSmartRef__":true,"id":1099},"source":"function fitToScreenBounds() {\n var h = 50\n var world = this.world()\n this.setBounds(pt(0,h).extent(world.windowBounds().extent().subPt(pt(15,h + 15))))\n this.sendToBack()\n world.setPosition(pt(0,0))\n\n world.setExtent(world.windowBounds().extent())\n\n}","funcProperties":{"__isSmartRef__":true,"id":1100},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1099":{"this":{"__isSmartRef__":true,"id":1}},"1100":{"timestamp":{"__isSmartRef__":true,"id":1101},"user":"jenslincke","tags":[]},"1101":{"isSerializedDate":true,"string":"Wed Nov 13 2013 17:19:34 GMT+0100 (CET)"},"1102":{"varMapping":{"__isSmartRef__":true,"id":1103},"source":"function reset() {\n this.targetURL = null\n // connect(this.world(), 'onWindowResize', this, 'fitToScreenBounds')\n}","funcProperties":{"__isSmartRef__":true,"id":1104},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1103":{"this":{"__isSmartRef__":true,"id":1}},"1104":{"timestamp":{"__isSmartRef__":true,"id":1105},"user":"jenslincke","tags":[]},"1105":{"isSerializedDate":true,"string":"Thu Feb 07 2013 11:47:07 GMT+0100 (CET)"},"1106":{"varMapping":{"__isSmartRef__":true,"id":1107},"source":"function setTargetURL(urlString) {\n this.displayPage(new URL(urlString))\n this.updateLinks()\n}","funcProperties":{"__isSmartRef__":true,"id":1108},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1107":{"this":{"__isSmartRef__":true,"id":1}},"1108":{"timestamp":{"__isSmartRef__":true,"id":1109},"user":"jenslincke","tags":[]},"1109":{"isSerializedDate":true,"string":"Thu Feb 07 2013 11:56:08 GMT+0100 (CET)"},"1110":{"varMapping":{"__isSmartRef__":true,"id":1111},"source":"function goHome() {\n this.setTargetURL(URL.source.getDirectory())\n}","funcProperties":{"__isSmartRef__":true,"id":1112},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1111":{"this":{"__isSmartRef__":true,"id":1}},"1112":{"timestamp":{"__isSmartRef__":true,"id":1113},"user":"jenslincke","tags":[]},"1113":{"isSerializedDate":true,"string":"Thu Nov 15 2012 14:12:32 GMT+0100 (CET)"},"1114":{"varMapping":{"__isSmartRef__":true,"id":1115},"source":"function updateVersions() {\n var webR = new WebResource(this.targetURL)\n webR.beAsync()\n connect(webR, 'versions', this, 'displayVersions')\n webR.getVersions()\n webR.versions\n\n}","funcProperties":{"__isSmartRef__":true,"id":1116},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1115":{"this":{"__isSmartRef__":true,"id":1}},"1116":{"timestamp":{"__isSmartRef__":true,"id":1117},"user":"jenslincke","tags":[]},"1117":{"isSerializedDate":true,"string":"Thu Nov 15 2012 17:27:02 GMT+0100 (CET)"},"1118":{"varMapping":{"__isSmartRef__":true,"id":1119},"source":"function displayVersions(versions) {\n this.get('VersionsList').setList(versions.collect(function(ea) {\n return {\n string: ea.rev + ' ' + ea.date.format(\"yyyy-mm-dd HH:MM\") \n + ' ' + ea.author,\n value: ea\n }\n })\n )\n}","funcProperties":{"__isSmartRef__":true,"id":1120},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1119":{"this":{"__isSmartRef__":true,"id":1}},"1120":{"timestamp":{"__isSmartRef__":true,"id":1121},"user":"jenslincke","tags":[]},"1121":{"isSerializedDate":true,"string":"Thu Nov 15 2012 17:34:54 GMT+0100 (CET)"},"1122":{"varMapping":{"__isSmartRef__":true,"id":1123},"source":"function displayVersion(revision) {\n var versionedURL = new WebResource(revision.url).createResource()\n .createVersionURLString(revision.rev);\n this.get('BrowserWindow').navigateTo(versionedURL);\n}","funcProperties":{"__isSmartRef__":true,"id":1124},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1123":{"this":{"__isSmartRef__":true,"id":1}},"1124":{"timestamp":{"__isSmartRef__":true,"id":1125},"user":"jenslincke","tags":[]},"1125":{"isSerializedDate":true,"string":"Thu Feb 07 2013 11:53:42 GMT+0100 (CET)"},"1126":{"varMapping":{"__isSmartRef__":true,"id":1127},"source":"function alignBrowserWindow() {\n // since it is hard to position it exactly by hand... \n // here we go with a script\n var m= this.get('BrowserWindow');\n var offset = pt(this.get('List').getExtent().x, 0)\n m.align(m.bounds().topLeft(),\n offset)\n m.setExtent(this.getExtent().subPt(offset))\n}","funcProperties":{"__isSmartRef__":true,"id":1128},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1127":{"this":{"__isSmartRef__":true,"id":1}},"1128":{"timestamp":{"__isSmartRef__":true,"id":1129},"user":"jenslincke","tags":[]},"1129":{"isSerializedDate":true,"string":"Mon Mar 18 2013 13:13:58 GMT+0100 (CET)"},"1130":{"varMapping":{"__isSmartRef__":true,"id":1131},"source":"function fitToSubmorphsBounds() {\n var world = this.world()\n world.setPosition(pt(0,0))\n\n\n var container = this.get(\"WorldContainer\")\n container.setExtent(container.submorphs[0].bounds().expandBy(1).extent())\n\n\n this.setExtent(this.submorphBounds(this.getTransform()).expandBy(1).extent())\n\n var newExtent = this.bounds().bottomRight()\n world.setExtent(newExtent)\n}","funcProperties":{"__isSmartRef__":true,"id":1132},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1131":{"this":{"__isSmartRef__":true,"id":1}},"1132":{"timestamp":{"__isSmartRef__":true,"id":1133},"user":"jenslincke","tags":[]},"1133":{"isSerializedDate":true,"string":"Fri Nov 15 2013 16:35:17 GMT+0100 (CET)"},"1134":{"submorphs":[],"scripts":[],"id":"F5C7088F-E31A-46F0-9E71-7738D8E4C1C3","shape":{"__isSmartRef__":true,"id":1135},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"Requirements","partsBinMetaInfo":{"__isSmartRef__":true,"id":1136},"eventHandler":{"__isSmartRef__":true,"id":1162},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","303B35CA-79E3-4B81-936A-3F0164558F65","1E0E4E00-A52A-43E6-B82C-53B1A7885E83","375E3D89-E1B2-4205-AB3D-7FD853459109"],"partTests":{"__isSmartRef__":true,"id":1163},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1168},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(852.9,28.0)","distanceToDragEvent":"lively.pt(72.1,-11.0)"},"1135":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":8.51,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(105.9,21.0)","_BorderColor":"Color.rgb(209,209,209)","_Fill":"Color.rgb(235,235,235)","_Padding":"lively.rect(0,0,0,0)"},"1136":{"partsSpaceName":"PartsBin/Jens/","comment":"A morph that requires modules to load in a world!","migrationLevel":4,"partName":"Requirements","changes":[{"__isSmartRef__":true,"id":1137},{"__isSmartRef__":true,"id":1139},{"__isSmartRef__":true,"id":1141},{"__isSmartRef__":true,"id":1143},{"__isSmartRef__":true,"id":1145},{"__isSmartRef__":true,"id":1147},{"__isSmartRef__":true,"id":1149},{"__isSmartRef__":true,"id":1151},{"__isSmartRef__":true,"id":1153},{"__isSmartRef__":true,"id":1155},{"__isSmartRef__":true,"id":1157},{"__isSmartRef__":true,"id":1159}],"lastModifiedDate":{"__isSmartRef__":true,"id":1161},"revisionOnLoad":193000,"#startLetters":"ad","requiredModules":["lively.Presentation","apps.d3Interface"],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1137":{"date":{"__isSmartRef__":true,"id":1138},"author":"jenslincke","message":"no comment","id":"9F3D9914-5D2A-42E1-81D3-3299A2BAE046"},"1138":{"isSerializedDate":true,"string":"Tue Mar 05 2013 09:55:52 GMT+0100 (CET)"},"1139":{"date":{"__isSmartRef__":true,"id":1140},"author":"jenslincke","message":"no comment","id":"AEB2F41B-2C88-4BBA-8875-93CD17CBA1C8"},"1140":{"isSerializedDate":true,"string":"Wed Jan 23 2013 12:57:18 GMT+0100 (CET)"},"1141":{"date":{"__isSmartRef__":true,"id":1142},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"1142":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"1143":{"date":{"__isSmartRef__":true,"id":1144},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"1144":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"1145":{"date":{"__isSmartRef__":true,"id":1146},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"1146":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"1147":{"date":{"__isSmartRef__":true,"id":1148},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"1148":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"1149":{"date":{"__isSmartRef__":true,"id":1150},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"1150":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"1151":{"date":{"__isSmartRef__":true,"id":1152},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"1152":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"1153":{"date":{"__isSmartRef__":true,"id":1154},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"1154":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"1155":{"date":{"__isSmartRef__":true,"id":1156},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"1156":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"1157":{"date":{"__isSmartRef__":true,"id":1158},"author":"jenslincke","message":"no comment","id":"A4B86A7E-A398-4C29-BEE0-4AA045ABABD2"},"1158":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:42:31 GMT+0100 (CET)"},"1159":{"date":{"__isSmartRef__":true,"id":1160},"author":"jenslincke","message":"added legend","id":"7ADA3049-56C1-4D32-874B-F664A79DDB20"},"1160":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:47:05 GMT+0100 (CET)"},"1161":{"isSerializedDate":true,"string":"Thu Mar 07 2013 01:25:14 GMT+0100 (CET)"},"1162":{"morph":{"__isSmartRef__":true,"id":1134},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1163":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1164}},"1164":{"test01IsMorph":{"__isSmartRef__":true,"id":1165}},"1165":{"varMapping":{"__isSmartRef__":true,"id":1166},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":1167},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1166":{"this":{"__isSmartRef__":true,"id":1163}},"1167":{},"1168":{"onrestore":{"__isSmartRef__":true,"id":1169},"reset":{"__isSmartRef__":true,"id":1177}},"1169":{"varMapping":{"__isSmartRef__":true,"id":1170},"source":"function onrestore() {\n\n}","funcProperties":{"__isSmartRef__":true,"id":1175},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1170":{"this":{"__isSmartRef__":true,"id":1134},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1171}},"1171":{"$super":{"__isSmartRef__":true,"id":1172}},"1172":{"varMapping":{"__isSmartRef__":true,"id":1173},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1174},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1173":{"obj":{"__isSmartRef__":true,"id":1134},"name":"onrestore"},"1174":{},"1175":{"timestamp":{"__isSmartRef__":true,"id":1176},"user":"jenslincke","tags":[]},"1176":{"isSerializedDate":true,"string":"Tue Nov 12 2013 17:42:39 GMT+0100 (CET)"},"1177":{"varMapping":{"__isSmartRef__":true,"id":1178},"source":"function reset() {\n this.getPartsBinMetaInfo().requiredModules = [\n 'lively.Presentation',\n 'apps.d3Interface'\n ]\n}","funcProperties":{"__isSmartRef__":true,"id":1179},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1178":{"this":{"__isSmartRef__":true,"id":1134}},"1179":{"timestamp":{"__isSmartRef__":true,"id":1180},"user":"jenslincke","tags":[]},"1180":{"isSerializedDate":true,"string":"Tue Nov 12 2013 17:42:27 GMT+0100 (CET)"},"1181":{"submorphs":[],"scripts":[],"id":"D7FC4A68-D98F-49FD-AFFD-712FE551F412","shape":{"__isSmartRef__":true,"id":1182},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":425.60947904456646,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":25,"name":"Text1","partsBinMetaInfo":{"__isSmartRef__":true,"id":1183},"textChunks":[{"__isSmartRef__":true,"id":1194}],"charsReplaced":"WritFirst - Overview","lastFindLoc":20,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1196},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","59455FF1-C029-4D67-B7C1-C9837C78D1B5"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":425.60947904456646,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"_Rotation":0,"_Scale":1,"owner":{"__isSmartRef__":true,"id":0},"priorSelectionRange":[8,8],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(19.0,13.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(170.0,-6.0)"},"1182":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(238.0,42.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1183":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1184},{"__isSmartRef__":true,"id":1186},{"__isSmartRef__":true,"id":1188},{"__isSmartRef__":true,"id":1190},{"__isSmartRef__":true,"id":1192}],"revisionOnLoad":160159,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1184":{"date":{"__isSmartRef__":true,"id":1185},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1185":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"1186":{"date":{"__isSmartRef__":true,"id":1187},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1187":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"1188":{"date":{"__isSmartRef__":true,"id":1189},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1189":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"1190":{"date":{"__isSmartRef__":true,"id":1191},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1191":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"1192":{"date":{"__isSmartRef__":true,"id":1193},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1193":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"1194":{"style":{"__isSmartRef__":true,"id":1195},"morph":{"__isSmartRef__":true,"id":1181},"chunkOwner":{"__isSmartRef__":true,"id":1181},"storedString":"Lively Demos","_id":"_5649","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1195":{"__serializedExpressions__":["color"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,79,152)"},"1196":{"morph":{"__isSmartRef__":true,"id":1181},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1197":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1198},"id":2,"eventHandler":{"__isSmartRef__":true,"id":1199},"__layered_droppingEnabled__":false,"halosEnabled":false,"_world":{"__isSmartRef__":true,"id":0},"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","lastScrollTime":1391701309176,"_ClipMode":"visible","carriesGrabbedMorphs":false,"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":0},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.HandMorph","__SourceModuleName__":"Global.lively.morphic.Events","withLayers":["Global.NoMagnetsLayer"],"_Position":"lively.pt(366.0,262.0)"},"1198":{"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(2.0,2.0)","_Fill":"Color.rgb(204,0,0)","_Padding":"lively.rect(0,0,0,0)"},"1199":{"morph":{"__isSmartRef__":true,"id":1197},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1200":{"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1792.0,1077.0)","_Fill":"Color.rgb(204,204,204)","_Padding":"lively.rect(0,0,0,0)"},"1201":{"morph":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1202":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"1203":{"sourceObj":{"__isSmartRef__":true,"id":0},"sourceAttrName":"savedWorldAsURL","targetObj":{"__isSmartRef__":true,"id":0},"targetMethodName":"visitNewPageAfterSaveAs","varMapping":{"__isSmartRef__":true,"id":1204},"updaterString":"function ($upd, v) {\n if (v && v.toString() !== URL.source.toString()) { $upd(v); }\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1204":{"source":{"__isSmartRef__":true,"id":0},"target":{"__isSmartRef__":true,"id":0}},"1205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/demos/index.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"1206":{"submorphs":[{"__isSmartRef__":true,"id":1207}],"scripts":[],"id":"8241C582-120A-4FFE-8895-C217BC29A605","shape":{"__isSmartRef__":true,"id":1218},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"LoadingMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":1219},"eventHandler":{"__isSmartRef__":true,"id":1319},"derivationIds":[127,"59692BC3-6C7B-4E23-B820-8699260EA722","486BB935-1313-4103-B2A8-642B19437478","18AFFD44-46CD-489E-B1D6-DED43E2B6B06","2608C892-2204-4981-9A87-8E749F8944AB","5535861F-4EA2-44AB-8A40-0538124E0AAC","16C292B3-86E8-4622-B516-27C48263B8CC","87731A20-D455-44D0-97E5-98A7CFD4E417","A17081E7-E597-47ED-BD32-6E4D206BD7D7","CFB4A44C-BFEA-4584-BCBA-AE2A56739200","76B3DD9B-8D01-42BA-A574-AB99D5F899BB","1EBC5512-8F54-4B24-998C-69A285EC8533","DD1165C7-6C1A-4361-A4AE-FCF6F31152FD","4D6D36E8-48F3-408A-B03C-202E4DC182BD","5F3B3E0F-BBC6-4DDA-BAA0-7EFC05FF2011","E0A6B33B-767A-4532-9021-892414520200","F5F5E2B1-5FF0-4E09-B323-AE88A3920B8D","0C7E832A-A741-430F-B295-8BC181D066FE","472AED3B-CB76-49BD-BF49-354A2D568F86","A7C52F65-D140-4791-880F-F7584C7BB570","3516412B-8B36-4E52-9416-6B7FB358BDC2","1840CACC-078C-4795-AD3F-E9D6F8D557A0","1FEDCA25-0131-46FA-840F-DC5F1B05C6CA","C620CED3-0AE9-4097-9AA7-2706A042F9C9","679A861B-40E0-4DB2-B22F-95B454C6978D","FEF39B3C-E634-4825-BAB8-2D44FE647B03","0C359AB4-E7FF-46F2-B050-E84944AAC865"],"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":1320},"prevScroll":[0,0],"moved":true,"headRevision":146469,"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isMetaTool":true,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1321},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(0.0,0.0)","distanceToDragEvent":"lively.pt(171.0,-13.0)"},"1207":{"submorphs":[{"__isSmartRef__":true,"id":1208}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1214},"id":"34C6E66C-398E-46CD-A392-5497393B77F8","eventHandler":{"__isSmartRef__":true,"id":1215},"__layered_droppingEnabled__":true,"halosEnabled":true,"name":"ProgressIndicator","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1216},"derivationIds":[520,"071F18BE-FF28-40F5-ACAD-1916E0D25C38","DF185A10-743D-45FC-B9C2-76E12D908BCF","BF125D2C-596A-4C1E-A5F8-DAE4801E9497","3CEE8CFF-B8F1-4B4B-A405-CB583080252A","D0652878-8F9C-4591-8A82-296898AACDB6","31441DDF-2220-43BE-A99F-69E1FEC68030","14A90039-0D3E-46DC-8445-D42B8E02EB42","681EF5DE-A344-4114-B2F3-B96CE3872524","C0381116-5116-4F33-B082-A411D0E4534E","24E9581E-B008-46EE-9CBC-D5190E100D98","C69D1041-2C5E-48FE-B04C-04E66450658A","4830945B-4FFF-4564-9424-34D7995DAE60","8602C233-B3E7-4682-9B0E-D7549761D934","B4E0E11F-2BED-462E-B708-89D63971856E","EE0144C2-D016-4390-8A67-4E7DEF171C83","F44DF6E4-5F27-440E-AB5F-3721C0A10CA6","73FC6648-DAAF-4673-8CF4-7DA219513F22","B78EB1B5-780C-45F7-B0A7-B988B52B1FF1","DFDB8CD1-72F7-40F4-849B-1F9B866277AB","66111105-B1FC-41F7-BF70-D45118C9E09F","02420416-1E35-4831-AABB-91CD0460CA1A","7C6B2EB2-4510-4A8E-BAFF-5CF0040DD7F5","0503F5A1-1732-4610-9A5A-920D658CA766","07C5AE03-36AD-4849-BACD-27D7D9A2CCF2","9FFF9D73-931C-404C-AA4B-5AC2E7C53504","B1D109CF-D403-4B0A-988D-50F79586DAC1"],"owner":{"__isSmartRef__":true,"id":1206},"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":1217},"prevScroll":[0,0],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Image","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(113.5,81.0)","distanceToDragEvent":"lively.pt(39.0,-11.0)"},"1208":{"submorphs":[],"scripts":[],"id":"80BFFD18-79B0-4BC6-973A-1EFEE403BC25","shape":{"__isSmartRef__":true,"id":1209},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":257,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"loadedMorphName","partsBinMetaInfo":{"__isSmartRef__":true,"id":1210},"textChunks":[{"__isSmartRef__":true,"id":1211}],"charsReplaced":"MorphName","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1213},"_ClipMode":"visible","derivationIds":[355,"023045B3-2D6B-4425-89FB-F4806D527BE0","DC0C2365-868C-41AE-8369-51C31E91493E","C6D9D314-86A1-4015-970B-F6787F535E1A","6AA4552E-2E85-447E-9033-99D5AA1A94BC","D94BE49C-8A3E-4F1F-BF28-FEDD9B40D213","AA8F0470-654C-4AA2-8135-4607F5429AC5","E0BAABCC-FFB2-4EDF-BAE5-C63CC99B6A97","1A86AE17-73AE-442E-AB36-DD90C6DFC8BC","EF750075-E964-4CD3-B6A4-161511E1D058","CED69CBF-FFA5-45E7-B333-FBACE4F278AC","E56978C1-7424-4C10-8168-11FD3237B540","D5AB2532-A4DC-42D6-AF17-99CBBCEAA848","245866CB-598A-4172-A3A0-A06D4D26C6AD","43B0F12E-5793-43AA-80E1-496774E0EBA6","1B776A8C-0413-475F-8EBD-120BBD91D2BB","F84F2C9A-8003-4E81-833A-83F48C92F3B8","3124B389-9FA4-4348-BC5D-0DFF9C59CD1B","1A1BCBAC-D7CC-4BAE-B8C2-7C693F7327A1","1CB201BA-5E0B-4771-821A-139FA2AEFBC2","195520FA-4816-47A4-B0F5-BA890AFD9DF9","0D15F28A-24C9-46B7-89C5-6D2354728AC1","316FE9D3-62EC-4FD6-9B0F-FFA622B79575","739F3743-9BE1-48C8-813D-C0BFB0DCACA6","01877B3B-7DA7-4222-B011-7B5F4E501862","B8FE7DEE-9568-4BE6-BA12-EA674BA79E08","08EA4866-65F7-416E-810F-77F2E719663A"],"_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":1207},"_MinTextWidth":257,"_MinTextHeight":null,"previousSelection":[6,6],"_Align":"center","isBeingDragged":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-109.0,38.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(179.0,-11.0)"},"1209":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(257.0,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"1210":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1211":{"style":{"__isSmartRef__":true,"id":1212},"chunkOwner":{"__isSmartRef__":true,"id":1208},"storedString":"loading part","_id":"_4371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1212":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1213":{"morph":{"__isSmartRef__":true,"id":1208},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1214":{"_ImageURL":"data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"_ClipMode":"visible","_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Image","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(31.0,31.0)","_Padding":"lively.rect(0,0,0,0)"},"1215":{"morph":{"__isSmartRef__":true,"id":1207},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1216":{"partName":"ProgressIndicator","requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Widgets/","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1217":{"centeredHorizontal":true,"centeredVertical":true},"1218":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":8.515,"_Opacity":0.8146,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(266.0,223.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"1219":{"partsSpaceName":"PartsBin/iPadWidgets","comment":"This is a placeholder to indicate that a morph is being loaded. It will be replaced by the morph as soon as the requested morph finished loading.","migrationLevel":4,"partName":"LoadingMorph","changes":[{"__isSmartRef__":true,"id":1220},{"__isSmartRef__":true,"id":1222},{"__isSmartRef__":true,"id":1224},{"__isSmartRef__":true,"id":1226},{"__isSmartRef__":true,"id":1228},{"__isSmartRef__":true,"id":1230},{"__isSmartRef__":true,"id":1232},{"__isSmartRef__":true,"id":1234},{"__isSmartRef__":true,"id":1236},{"__isSmartRef__":true,"id":1238},{"__isSmartRef__":true,"id":1240},{"__isSmartRef__":true,"id":1242},{"__isSmartRef__":true,"id":1244},{"__isSmartRef__":true,"id":1246},{"__isSmartRef__":true,"id":1248},{"__isSmartRef__":true,"id":1250},{"__isSmartRef__":true,"id":1252},{"__isSmartRef__":true,"id":1254},{"__isSmartRef__":true,"id":1256},{"__isSmartRef__":true,"id":1258},{"__isSmartRef__":true,"id":1260},{"__isSmartRef__":true,"id":1262},{"__isSmartRef__":true,"id":1264},{"__isSmartRef__":true,"id":1266},{"__isSmartRef__":true,"id":1268},{"__isSmartRef__":true,"id":1270},{"__isSmartRef__":true,"id":1272},{"__isSmartRef__":true,"id":1274},{"__isSmartRef__":true,"id":1276},{"__isSmartRef__":true,"id":1278},{"__isSmartRef__":true,"id":1280},{"__isSmartRef__":true,"id":1282},{"__isSmartRef__":true,"id":1284},{"__isSmartRef__":true,"id":1286},{"__isSmartRef__":true,"id":1288},{"__isSmartRef__":true,"id":1290},{"__isSmartRef__":true,"id":1292},{"__isSmartRef__":true,"id":1294},{"__isSmartRef__":true,"id":1296},{"__isSmartRef__":true,"id":1298},{"__isSmartRef__":true,"id":1300},{"__isSmartRef__":true,"id":1302},{"__isSmartRef__":true,"id":1304},{"__isSmartRef__":true,"id":1306},{"__isSmartRef__":true,"id":1308},{"__isSmartRef__":true,"id":1310},{"__isSmartRef__":true,"id":1312},{"__isSmartRef__":true,"id":1314},{"__isSmartRef__":true,"id":1316}],"lastModifiedDate":{"__isSmartRef__":true,"id":1318},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1220":{"date":{"__isSmartRef__":true,"id":1221},"author":"sstamm","message":"","id":"1C1391AE-5722-4707-BE52-F0094FC56829"},"1221":{"isSerializedDate":true,"string":"Wed Feb 22 2012 14:02:04 GMT+0100 (CET)"},"1222":{"date":{"__isSmartRef__":true,"id":1223},"author":"sstamm","message":"","id":"663F147A-9084-4AC3-81A7-1E7BA6547F08"},"1223":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:43:10 GMT+0100 (CET)"},"1224":{"date":{"__isSmartRef__":true,"id":1225},"author":"sstamm","message":"","id":"F72B746E-B170-4EFB-9074-5E8770640B8A"},"1225":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:36:14 GMT+0100 (CET)"},"1226":{"date":{"__isSmartRef__":true,"id":1227},"author":"sstamm","message":"","id":"568D2EFD-C535-43AE-8944-6D8B967129F5"},"1227":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:23:04 GMT+0100 (CET)"},"1228":{"date":{"__isSmartRef__":true,"id":1229},"author":"sstamm","message":"","id":"AB2484A6-0707-4E13-845E-F0A5F48BBA3D"},"1229":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:59:45 GMT+0100 (CET)"},"1230":{"date":{"__isSmartRef__":true,"id":1231},"author":"sstamm","message":"","id":"97D20633-F76C-46A5-A32A-FFE9BC83CAB3"},"1231":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:59:10 GMT+0100 (CET)"},"1232":{"date":{"__isSmartRef__":true,"id":1233},"author":"sstamm","message":"","id":"8A697DF5-9A45-4A84-B709-9719BF55083E"},"1233":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:56:54 GMT+0100 (CET)"},"1234":{"date":{"__isSmartRef__":true,"id":1235},"author":"sstamm","message":"","id":"F2157D66-1571-4B9A-B325-6FA96488260F"},"1235":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:51:05 GMT+0100 (CET)"},"1236":{"date":{"__isSmartRef__":true,"id":1237},"author":"sstamm","message":"","id":"E5E808CA-06AB-47DC-A9C9-CA7967591545"},"1237":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:47:19 GMT+0100 (CET)"},"1238":{"date":{"__isSmartRef__":true,"id":1239},"author":"sstamm","message":"","id":"009DC4E0-23CA-485A-A796-801AA0F75049"},"1239":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:46:25 GMT+0100 (CET)"},"1240":{"date":{"__isSmartRef__":true,"id":1241},"author":"sstamm","message":"","id":"C0CE1397-6E2E-4E8C-AEFF-9017E24BB7E4"},"1241":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:45:05 GMT+0100 (CET)"},"1242":{"date":{"__isSmartRef__":true,"id":1243},"author":"sstamm","message":"","id":"FFE16986-548D-4AC2-A627-CF6416282BC4"},"1243":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:37:15 GMT+0100 (CET)"},"1244":{"date":{"__isSmartRef__":true,"id":1245},"author":"sstamm","message":"","id":"57213D63-7147-4057-ADC9-30994443B066"},"1245":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:35:29 GMT+0100 (CET)"},"1246":{"date":{"__isSmartRef__":true,"id":1247},"author":"sstamm","message":"","id":"75A31364-B380-4312-BB5B-F8F2DA1CE824"},"1247":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:31:52 GMT+0100 (CET)"},"1248":{"date":{"__isSmartRef__":true,"id":1249},"author":"sstamm","message":"","id":"5AA50B7E-7D33-44C4-807B-BF1ABA31D530"},"1249":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:14:10 GMT+0100 (CET)"},"1250":{"date":{"__isSmartRef__":true,"id":1251},"author":"sstamm","message":"","id":"BCDCC505-534C-45E5-9BB2-5238959A5AD0"},"1251":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:02:56 GMT+0100 (CET)"},"1252":{"date":{"__isSmartRef__":true,"id":1253},"author":"sstamm","message":"","id":"890D14F4-E89D-4E05-BFB9-875D6AB6C765"},"1253":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:01:50 GMT+0100 (CET)"},"1254":{"date":{"__isSmartRef__":true,"id":1255},"author":"sstamm","message":"","id":"B6FE0805-0D24-4267-8238-8B332352617E"},"1255":{"isSerializedDate":true,"string":"Wed Feb 22 2012 10:55:44 GMT+0100 (CET)"},"1256":{"date":{"__isSmartRef__":true,"id":1257},"author":"sstamm","message":"callbacks are working","id":"9348260A-3B55-4659-BC85-440BFBD98EA4"},"1257":{"isSerializedDate":true,"string":"Fri Feb 10 2012 09:45:55 GMT+0100 (CET)"},"1258":{"date":{"__isSmartRef__":true,"id":1259},"author":"sstamm","message":"made it more opaque","id":"1B84264C-2822-407F-A58F-19217BCD2762"},"1259":{"isSerializedDate":true,"string":"Wed Feb 08 2012 11:41:50 GMT+0100 (CET)"},"1260":{"date":{"__isSmartRef__":true,"id":1261},"author":"sstamm","message":"","id":"0FB41D7D-2A52-4782-814B-A66C24FCE569"},"1261":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:13:49 GMT+0100 (CET)"},"1262":{"date":{"__isSmartRef__":true,"id":1263},"author":"sstamm","message":"","id":"A0C2D7C1-04AF-493A-A7D7-70750F7D3E2F"},"1263":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:22:07 GMT+0100 (CET)"},"1264":{"date":{"__isSmartRef__":true,"id":1265},"author":"sstamm","message":"trollolol","id":"F6CFAD78-AC72-4DE2-9F38-79776C2E9462"},"1265":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:14 GMT+0100 (CET)"},"1266":{"date":{"__isSmartRef__":true,"id":1267},"author":"sstamm","message":"should be centered now","id":"EE366B4D-C272-477F-8C28-4EAE5A7EC7CB"},"1267":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:54:35 GMT+0100 (CET)"},"1268":{"date":{"__isSmartRef__":true,"id":1269},"author":"sstamm","message":"initial commit","id":"8920D925-DD16-4667-B8C7-FB74D78C2424"},"1269":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:26:01 GMT+0100 (CET)"},"1270":{"date":{"__isSmartRef__":true,"id":1271},"author":"sstamm","message":"changed text morph name","id":"80E88A3C-5AF3-48F2-A600-710877630997"},"1271":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:04:01 GMT+0100 (CET)"},"1272":{"date":{"__isSmartRef__":true,"id":1273},"author":"sstamm","message":"added loading script","id":"EE9B8F4D-1F03-4232-82E6-794046974F8F"},"1273":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:28:30 GMT+0100 (CET)"},"1274":{"date":{"__isSmartRef__":true,"id":1275},"author":"sstamm","message":"added disconnection","id":"11F19267-924E-4087-99ED-998245576BD2"},"1275":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:32:58 GMT+0100 (CET)"},"1276":{"date":{"__isSmartRef__":true,"id":1277},"author":"sstamm","message":"removed connections before deletion","id":"35A88218-6864-4D52-83A2-BFF7B9A6907C"},"1277":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:41:00 GMT+0100 (CET)"},"1278":{"date":{"__isSmartRef__":true,"id":1279},"author":"sstamm","message":"now able to load parts by name and category as well as per partItem","id":"F36A5782-461D-4813-95F8-0207990A261C"},"1279":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:24:30 GMT+0100 (CET)"},"1280":{"date":{"__isSmartRef__":true,"id":1281},"author":"sstamm","message":"now with round corners","id":"F42C39CB-CC37-467D-BF10-D362241F047E"},"1281":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:26:23 GMT+0100 (CET)"},"1282":{"date":{"__isSmartRef__":true,"id":1283},"author":"sstamm","message":"loadingMorph is sync now","id":"12ACFFC9-BA53-4A2A-ABD4-894A5ECE1145"},"1283":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:48:04 GMT+0100 (CET)"},"1284":{"date":{"__isSmartRef__":true,"id":1285},"author":"sstamm","message":"display the loadingMorph in new thread","id":"2BA51E30-F02B-4AF0-B3BE-52DD4ED522CC"},"1285":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:53:49 GMT+0100 (CET)"},"1286":{"date":{"__isSmartRef__":true,"id":1287},"author":"sstamm","message":"","id":"DF0AE4EA-1B08-4556-8BBE-E6488F23B8A3"},"1287":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:49:48 GMT+0100 (CET)"},"1288":{"date":{"__isSmartRef__":true,"id":1289},"author":"sstamm","message":"","id":"220821B3-C589-41C9-A324-8E7E6D9D6CEB"},"1289":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:58:43 GMT+0100 (CET)"},"1290":{"date":{"__isSmartRef__":true,"id":1291},"author":"sstamm","message":"","id":"DEBFACE2-7EC5-4A86-AD46-5A0A88A73707"},"1291":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:04:28 GMT+0100 (CET)"},"1292":{"date":{"__isSmartRef__":true,"id":1293},"author":"sstamm","message":"load request in new thread if loading should be async","id":"18282D28-D6D4-48C9-A508-6E3244449BD8"},"1293":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:10:27 GMT+0100 (CET)"},"1294":{"date":{"__isSmartRef__":true,"id":1295},"author":"sstamm","message":"added benchmarking output","id":"249CFF90-DDF5-4A83-9759-0289E96D7D58"},"1295":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:31:50 GMT+0100 (CET)"},"1296":{"date":{"__isSmartRef__":true,"id":1297},"author":"sstamm","message":"","id":"882082E1-29B6-418D-9B8B-672729D60619"},"1297":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:38:26 GMT+0100 (CET)"},"1298":{"date":{"__isSmartRef__":true,"id":1299},"author":"sstamm","message":"","id":"5179AEF9-E19F-4B0C-BBD8-556C5687988A"},"1299":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:44:11 GMT+0100 (CET)"},"1300":{"date":{"__isSmartRef__":true,"id":1301},"author":"sstamm","message":"","id":"1159C5B4-724E-4124-9D7B-5CD5DC4A8EE3"},"1301":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:48:14 GMT+0100 (CET)"},"1302":{"date":{"__isSmartRef__":true,"id":1303},"author":"sstamm","message":"","id":"2A718D1F-1036-41D6-999A-336F2B14E65D"},"1303":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:49:47 GMT+0100 (CET)"},"1304":{"date":{"__isSmartRef__":true,"id":1305},"author":"sstamm","message":"","id":"EB6BDD0C-7EEC-4124-B77F-2F106A601538"},"1305":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:59:48 GMT+0100 (CET)"},"1306":{"date":{"__isSmartRef__":true,"id":1307},"author":"sstamm","message":"","id":"63EC8D07-AB6A-450A-BB84-9B4D37E03647"},"1307":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:02:33 GMT+0100 (CET)"},"1308":{"date":{"__isSmartRef__":true,"id":1309},"author":"sstamm","message":"","id":"19CE12E4-5AA5-48DC-B1D1-B0EB0EDF1CB9"},"1309":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:03:42 GMT+0100 (CET)"},"1310":{"date":{"__isSmartRef__":true,"id":1311},"author":"sstamm","message":"first attempt to introduce callback functions to part loading","id":"22BD0B95-8948-411A-A56E-AD7CBE445F1D"},"1311":{"isSerializedDate":true,"string":"Thu Feb 09 2012 20:20:11 GMT+0100 (CET)"},"1312":{"date":{"__isSmartRef__":true,"id":1313},"author":"sstamm","message":"","id":"A216DFD2-9D1F-4E62-A22F-6B5472823E1B"},"1313":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:37:34 GMT+0100 (CET)"},"1314":{"date":{"__isSmartRef__":true,"id":1315},"author":"sstamm","message":"","id":"464E723A-08DC-433C-AA5C-CEC850DBAF0B"},"1315":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:42:29 GMT+0100 (CET)"},"1316":{"date":{"__isSmartRef__":true,"id":1317},"author":"jenslincke","message":"make it a meta tool","id":"8406E1E5-C48F-4F03-AC17-81AABDE9235E"},"1317":{"isSerializedDate":true,"string":"Fri Mar 22 2013 14:56:05 GMT+0100 (CET)"},"1318":{"isSerializedDate":true,"string":"Wed Feb 05 2014 19:59:57 GMT+0100 (CET)"},"1319":{"morph":{"__isSmartRef__":true,"id":1206},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1320":{"adjustForNewBounds":true},"1321":{"loadPart":{"__isSmartRef__":true,"id":1322},"loadFinished":{"__isSmartRef__":true,"id":1326},"loadPartByName":{"__isSmartRef__":true,"id":1330}},"1322":{"varMapping":{"__isSmartRef__":true,"id":1323},"source":"function loadPart(partItem, isAsync) {\n this.partItem = partItem;\n \n this.openInWorld();\n if(partItem.part) {\n this.setExtent(partItem.part.getExtent());\n }\n this.align(this.bounds().center(), $world.visibleBounds().center());\n \n \n if(typeof isAsync === \"function\") {\n this.callback = isAsync;\n }\n\n connect(partItem, 'part', this, \"loadFinished\");\n\n partItem.loadPart(isAsync);\n\n return partItem.part;\n\n}","funcProperties":{"__isSmartRef__":true,"id":1324},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1323":{"this":{"__isSmartRef__":true,"id":1206}},"1324":{"timestamp":{"__isSmartRef__":true,"id":1325},"user":"sstamm","tags":[]},"1325":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:42:18 GMT+0100 (CET)"},"1326":{"varMapping":{"__isSmartRef__":true,"id":1327},"source":"function loadFinished(part) {\n if(this.owner === $world.firstHand()) {\n $world.firstHand().removeAllMorphs();\n } else {\n this.owner.addMorph(part);\n part.align(part.bounds().center(), this.bounds().center());\n this.remove();\n }\n disconnect(this.partItem, 'part', this, \"loadFinished\");\n if(this.callback) {\n this.callback(part);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1328},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1327":{"this":{"__isSmartRef__":true,"id":1206}},"1328":{"timestamp":{"__isSmartRef__":true,"id":1329},"user":"sstamm","tags":[]},"1329":{"isSerializedDate":true,"string":"Wed Feb 22 2012 14:01:53 GMT+0100 (CET)"},"1330":{"varMapping":{"__isSmartRef__":true,"id":1331},"source":"function loadPartByName(partName, optPartsSpaceName, isAsync) {\n var partItem = lively.PartsBin.getPartItem(partName, optPartsSpaceName);\n return this.loadPart(partItem, isAsync);\n}","funcProperties":{"__isSmartRef__":true,"id":1332},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1331":{"this":{"__isSmartRef__":true,"id":1206}},"1332":{"timestamp":{"__isSmartRef__":true,"id":1333},"user":"sstamm","tags":[]},"1333":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:03:18 GMT+0100 (CET)"},"1334":{"traitName":"users.robertkrahn.WorldMenuTrait","options":{"__isSmartRef__":true,"id":1335}},"1335":{"override":["morphMenuItems"]},"1336":{"isSerializedDate":true,"string":"Thu Feb 06 2014 09:57:52 GMT+0100 (CET)"},"1337":{"rules":[{"__isSmartRef__":true,"id":1338},{"__isSmartRef__":true,"id":1340}],"originMorph":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"lively.morphic.StyleSheet","__SourceModuleName__":"Global.lively.morphic.StyleSheetRepresentation"},"1338":{"declarations":[{"__isSmartRef__":true,"id":1339}],"styleSheet":{"__isSmartRef__":true,"id":1337},"selector":".Window","__LivelyClassName__":"lively.morphic.StyleSheetRule","__SourceModuleName__":"Global.lively.morphic.StyleSheetRepresentation"},"1339":{"values":["none"],"rule":{"__isSmartRef__":true,"id":1338},"property":"box-shadow","priority":false,"__LivelyClassName__":"lively.morphic.StyleSheetDeclaration","__SourceModuleName__":"Global.lively.morphic.StyleSheetRepresentation"},"1340":{"declarations":[{"__isSmartRef__":true,"id":1341}],"styleSheet":{"__isSmartRef__":true,"id":1337},"selector":".Window.highlighted","__LivelyClassName__":"lively.morphic.StyleSheetRule","__SourceModuleName__":"Global.lively.morphic.StyleSheetRepresentation"},"1341":{"values":["none"],"rule":{"__isSmartRef__":true,"id":1340},"property":"box-shadow","priority":false,"__LivelyClassName__":"lively.morphic.StyleSheetDeclaration","__SourceModuleName__":"Global.lively.morphic.StyleSheetRepresentation"},"1342":{"clipboardData":{"__isSmartRef__":true,"id":1343},"cancelBubble":false,"returnValue":false,"defaultPrevented":true,"timeStamp":1391676842690,"cancelable":true,"bubbles":true,"eventPhase":0,"currentTarget":null,"type":"paste","hasLivelyPatch":true,"isMouseEvent":false,"isKeyboardEvent":false,"world":{"__isSmartRef__":true,"id":0},"hand":{"__isSmartRef__":true,"id":1197},"isStopped":true,"__serializedExpressions__":["mousePoint"],"mousePoint":"lively.pt(0.0,0.0)"},"1343":{"items":{"__isSmartRef__":true,"id":1344},"files":{"__isSmartRef__":true,"id":1345},"types":[],"effectAllowed":"uninitialized","dropEffect":"none"},"1344":{"length":0},"1345":{"length":0},"isSimplifiedRegistry":true}}]]>