// this script is evaluated on world load
\" + \n\t\t\t\t\t\tea.getTargetObj() + \".\" + ea.getTargetMethodName() , \n\t\t\t\t\tvalue: {obj: obj, connection: ea }}\n\t\t\t}));\n\n\tthis.scriptList.updateList(listItems);\n\tthis.scriptList.selectLineAt(this.scriptList.selectedLineNo);\n\n\tthis.scriptSource.owner.owner.scrollToTop()\n\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"978":{"this":{"__isSmartRef__":true,"id":690}},"979":{"varMapping":{"__isSmartRef__":true,"id":980},"source":"function removeTargetScript() {\n\tvar target = this.scriptList.selection.obj;\n\tif (!target) return;\n\n\n\tvar scriptName = this.scriptList.selection.scriptName; \n\tif (scriptName) {\n\t\tdelete target[scriptName];\n\t}\n\n\tvar connection = this.scriptList.selection.connection; \n\tif (connection) {\n\t\tconnection.disconnect()\n\t}\n\n\tthis.updateScriptList();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"980":{"this":{"__isSmartRef__":true,"id":690}},"981":{"varMapping":{"__isSmartRef__":true,"id":982},"source":"function addTargetScript(name) {\n\tvar target = this.scriptList.selection.obj;\n\tvar scriptName = this.scriptList.selection.scriptName; \n\tif (!target || !scriptName) return;\n\n\ttarget.addScript(\"function \" + name + \"() {\\n\\n}\"); \n\n\tthis.updateScriptList();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"982":{"this":{"__isSmartRef__":true,"id":690}},"983":{"varMapping":{"__isSmartRef__":true,"id":984},"source":"function updateSourcePane(selection) { \n\tvar pane = $morph('scriptSource')\n\tvar source;\n\n\tif (selection.connection) {\n\t\tvar c = selection.connection;\n\t\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\t\tvar name = c.getTargetObj().name\n\t\tvar targetThis = pane.getDoitContext();\n\t\tvar findTargetCode;\n\t\tif (targetThis === c.getTargetObj()) \n\t\t\tfindTargetCode = \"this\"\n\t\telse if (targetThis[name] === c.getTargetObj()) \n\t\t\tfindTargetCode = \"this.\" + name\n\t\telse if (targetThis.getMorphNamed(name) === c.getTargetObj()) \n\t\t\tfindTargetCode = 'this.getMorphNamed(\"' + name + '\")'\n\t\telse\n\t\t\tfindTargetCode = '$morph(\"' + name + '\")'\n\t\t\n\t\tvar optConfig = \"{\" + (c.converterString ? \"converter: \\n\\t\" + c.converterString : \"\" ) + \"}\"\n\n\n\t\tsource = Strings.format('connect(this, \"%s\", %s, \"%s\", %s)', \n\t\t\t\tc.getSourceAttrName(),\n\t\t\t\tfindTargetCode,\n\t\t\t\tc.getTargetMethodName(),\n\t\t\t\toptConfig);\n\t} else {\n\t\tvar script = selection.obj[selection.scriptName].getOriginal();\n\t\tif (!script) { \n\t\t\tsource = \"no script found\";\n\t\t} else {\n\t\t\tsource = Strings.format('this.addScript(%s)', script)\n\t\t}\n\t}\n\tpane.setTextString(source);\n\tpane.highlightJavaScriptSyntax()\n}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"984":{"this":{"__isSmartRef__":true,"id":690}},"985":{"isListItem":true,"string":"__SourceModuleName__","value":{"__isSmartRef__":true,"id":986}},"986":{"name":"__SourceModuleName__","object":"Global.lively.bindings","fromObject":{"__isSmartRef__":true,"id":689},"__SourceModuleName__":"Global.lively.Tools","__LivelyClassName__":"InspectorNode"},"987":{"isListItem":true,"string":"__proto__","value":{"__isSmartRef__":true,"id":988}},"988":{"name":"__proto__","object":{"__isSmartRef__":true,"id":989},"fromObject":{"__isSmartRef__":true,"id":689},"__SourceModuleName__":"Global.lively.Tools","__LivelyClassName__":"InspectorNode"},"989":{"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"990":{"isListItem":true,"string":"converterString","value":{"__isSmartRef__":true,"id":991}},"991":{"name":"converterString","object":"function (obj) { return obj ? Color.green : Color.red}","fromObject":{"__isSmartRef__":true,"id":689},"__SourceModuleName__":"Global.lively.Tools","__LivelyClassName__":"InspectorNode"},"992":{"isListItem":true,"string":"isActive","value":{"__isSmartRef__":true,"id":993}},"993":{"name":"isActive","object":false,"fromObject":{"__isSmartRef__":true,"id":689},"__SourceModuleName__":"Global.lively.Tools","__LivelyClassName__":"InspectorNode"},"994":{"isListItem":true,"string":"sourceAttrName","value":{"__isSmartRef__":true,"id":995}},"995":{"name":"sourceAttrName","object":"target","fromObject":{"__isSmartRef__":true,"id":689},"__SourceModuleName__":"Global.lively.Tools","__LivelyClassName__":"InspectorNode"},"996":{"isListItem":true,"string":"sourceObj","value":{"__isSmartRef__":true,"id":997}},"997":{"name":"sourceObj","object":{"__isSmartRef__":true,"id":690},"fromObject":{"__isSmartRef__":true,"id":689},"__SourceModuleName__":"Global.lively.Tools","__LivelyClassName__":"InspectorNode"},"998":{"isListItem":true,"string":"targetMethodName","value":{"__isSmartRef__":true,"id":999}},"999":{"name":"targetMethodName","object":"setFill","fromObject":{"__isSmartRef__":true,"id":689},"__SourceModuleName__":"Global.lively.Tools","__LivelyClassName__":"InspectorNode"},"1000":{"isListItem":true,"string":"targetObj","value":{"__isSmartRef__":true,"id":1001}},"1001":{"name":"targetObj","object":{"__isSmartRef__":true,"id":758},"fromObject":{"__isSmartRef__":true,"id":689},"__SourceModuleName__":"Global.lively.Tools","__LivelyClassName__":"InspectorNode"},"1002":{"isListItem":true,"string":"updaterString","value":{"__isSmartRef__":true,"id":1003}},"1003":{"name":"updaterString","object":null,"fromObject":{"__isSmartRef__":true,"id":689},"__SourceModuleName__":"Global.lively.Tools","__LivelyClassName__":"InspectorNode"},"1004":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":-48.55999565124512,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1005":{"__regExp__":"/.*/i"},"1006":{"sourceObj":{"__isSmartRef__":true,"id":538},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":532},"targetMethodName":"listSelected","converterString":null,"updaterString":"function ($upd, sel) { return $upd(sel, this.sourceObj.owner.owner) }","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1007":{"sourceObj":{"__isSmartRef__":true,"id":538},"sourceAttrName":"remove","targetObj":{"__isSmartRef__":true,"id":532},"targetMethodName":"listRemoved","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1008":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1009":{"_x":0,"_y":0,"_width":239,"_height":133.44000244140625,"_fill":{"__isSmartRef__":true,"id":685},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"239","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1010":{"x":250,"y":132,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1011":{"_livelyDataWrapperId_":"36:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1012},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"36:lively.scene.Clip","namespaceURI":null}]}},"1012":{"_fill":{"__isSmartRef__":true,"id":685},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"239","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1013":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1014":{"submorphs":[{"__isSmartRef__":true,"id":1015}],"owner":{"__isSmartRef__":true,"id":536},"_livelyDataWrapperId_":"3844:SliderMorph","origin":{"__isSmartRef__":true,"id":1028},"shape":{"__isSmartRef__":true,"id":1029},"priorExtent":{"__isSmartRef__":true,"id":1035},"value":1,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1036},"slider":{"__isSmartRef__":true,"id":1015},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1037},{"__isSmartRef__":true,"id":1038}],"openForDragAndDrop":false,"hitPoint":{"__isSmartRef__":true,"id":1039},"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3844:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(238,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1015":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1014},"_livelyDataWrapperId_":"3845:Morph","origin":{"__isSmartRef__":true,"id":1016},"shape":{"__isSmartRef__":true,"id":1017},"priorExtent":{"__isSmartRef__":true,"id":1024},"pvtCachedTransform":{"__isSmartRef__":true,"id":1025},"mouseHandler":{"__isSmartRef__":true,"id":1026},"styleClass":["slider"],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3845:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,32.085909518685895)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"1016":{"x":0,"y":32.085909518685895,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1017":{"_x":0,"_y":0,"_width":13,"_height":101.35409292272035,"_stroke":{"__isSmartRef__":true,"id":1018},"_fill":{"__isSmartRef__":true,"id":1019},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"101.35409292272035","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1018":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1019":{"vector":{"__isSmartRef__":true,"id":1020},"stops":[{"__isSmartRef__":true,"id":1021},{"__isSmartRef__":true,"id":1022},{"__isSmartRef__":true,"id":1023}],"refcount":124,"_livelyDataWrapperId_":"18:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"18:lively.paint.LinearGradient","namespaceURI":null}]}},"1020":{"x":0,"y":0,"width":1,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1021":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(196,211,221)","namespaceURI":null}]}},"1022":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(137,167,187)","namespaceURI":null}]}},"1023":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(96,130,153)","namespaceURI":null}]}},"1024":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1025":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":32.085909518685895,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1026":{"target":{"__isSmartRef__":true,"id":1014},"eventSpec":{"__isSmartRef__":true,"id":1027},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1027":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1028":{"x":238,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1029":{"_x":0,"_y":0,"_width":13,"_height":133.44000244140625,"_stroke":{"__isSmartRef__":true,"id":1030},"_fill":{"__isSmartRef__":true,"id":1031},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1030":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1031":{"vector":{"__isSmartRef__":true,"id":1020},"stops":[{"__isSmartRef__":true,"id":1032},{"__isSmartRef__":true,"id":1033},{"__isSmartRef__":true,"id":1034}],"refcount":166,"_livelyDataWrapperId_":"19:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"19:lively.paint.LinearGradient","namespaceURI":null}]}},"1032":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"1033":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.4","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"1034":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(245,245,245)","namespaceURI":null}]}},"1035":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1036":{"a":1,"b":0,"c":0,"d":1,"e":238,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1037":{"sourceObj":{"__isSmartRef__":true,"id":1014},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":536},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1038":{"sourceObj":{"__isSmartRef__":true,"id":1014},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":536},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1039":{"x":5.062530470048387,"y":38.86867936305947,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1040":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1041":{"_x":0,"_y":0,"_width":251,"_height":133.44000244140625,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"251","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1042":{"x":250,"y":132,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1043":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1044":{"sourceObj":{"__isSmartRef__":true,"id":536},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1014},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1045":{"submorphs":[{"__isSmartRef__":true,"id":1046},{"__isSmartRef__":true,"id":1075}],"owner":{"__isSmartRef__":true,"id":535},"_livelyDataWrapperId_":"3981:ScrollPane","origin":{"__isSmartRef__":true,"id":1089},"shape":{"__isSmartRef__":true,"id":1090},"priorExtent":{"__isSmartRef__":true,"id":1091},"pvtCachedTransform":{"__isSmartRef__":true,"id":1092},"clipMorph":{"__isSmartRef__":true,"id":1046},"verticalScrollBar":{"__isSmartRef__":true,"id":1075},"attributeConnections":[{"__isSmartRef__":true,"id":1093}],"suppressHandles":true,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScrollPane","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3981:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(251.5,-0.5)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1046":{"submorphs":[{"__isSmartRef__":true,"id":1047}],"owner":{"__isSmartRef__":true,"id":1045},"_livelyDataWrapperId_":"3982:ClipMorph","origin":{"__isSmartRef__":true,"id":1069},"shape":{"__isSmartRef__":true,"id":1070},"priorExtent":{"__isSmartRef__":true,"id":1071},"clip":{"__isSmartRef__":true,"id":1072},"_clip-path":"url(#37:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1074},"suppressHandles":true,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3982:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#37:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1047":{"baseWidth":254,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":1048}],"owner":{"__isSmartRef__":true,"id":1046},"_livelyDataWrapperId_":"3977:FilterableListMorph","origin":{"__isSmartRef__":true,"id":1062},"shape":{"__isSmartRef__":true,"id":1063},"priorExtent":{"__isSmartRef__":true,"id":1064},"itemList":["-----"],"selectedLineNo":-1,"selection":null,"pvtCachedTransform":{"__isSmartRef__":true,"id":1065},"savedFill":null,"filter":{"__isSmartRef__":true,"id":1066},"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1067},{"__isSmartRef__":true,"id":1068}],"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"FilterableListMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"FilterableListMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3977:FilterableListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1048":{"textString":"-----","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":1049}],"owner":{"__isSmartRef__":true,"id":1047},"_livelyDataWrapperId_":"3978:TextMorph","origin":{"__isSmartRef__":true,"id":1054},"shape":{"__isSmartRef__":true,"id":1055},"textContent":{"__isSmartRef__":true,"id":1056},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1057},"textSelection":{"__isSmartRef__":true,"id":1049},"priorExtent":{"__isSmartRef__":true,"id":1058},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1059},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1060},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1061},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3978:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1049":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1048},"_livelyDataWrapperId_":"3980:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1050},"shape":{"__isSmartRef__":true,"id":1051},"priorExtent":{"__isSmartRef__":true,"id":1052},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1053},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3980:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1050":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1051":{"_livelyDataWrapperId_":"3979:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"3979:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1052":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1053":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1054":{"x":3,"y":4.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1055":{"_x":0,"_y":0,"_width":251,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"251","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1056":{"_fill":{"__isSmartRef__":true,"id":73},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1057":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1058":{"x":243,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1059":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1060":{"target":{"__isSmartRef__":true,"id":1047},"eventSpec":{"__isSmartRef__":true,"id":553},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1061":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1062":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1063":{"_x":0,"_y":0,"_width":239,"_height":133.44000244140625,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":{"__isSmartRef__":true,"id":685},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"239","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"1064":{"x":251,"y":133.44000244140625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1065":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1066":{"__regExp__":"/.*/i"},"1067":{"sourceObj":{"__isSmartRef__":true,"id":1047},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":532},"targetMethodName":"listSelected","converterString":null,"updaterString":"function ($upd, sel) { return $upd(sel, this.sourceObj.owner.owner) }","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1068":{"sourceObj":{"__isSmartRef__":true,"id":1047},"sourceAttrName":"remove","targetObj":{"__isSmartRef__":true,"id":532},"targetMethodName":"listRemoved","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1069":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1070":{"_x":0,"_y":0,"_width":239,"_height":133.44000244140625,"_fill":{"__isSmartRef__":true,"id":685},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"239","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1071":{"x":251,"y":133.44000244140625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1072":{"_livelyDataWrapperId_":"37:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1073},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"37:lively.scene.Clip","namespaceURI":null}]}},"1073":{"_fill":{"__isSmartRef__":true,"id":685},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"239","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1074":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1075":{"submorphs":[{"__isSmartRef__":true,"id":1076}],"owner":{"__isSmartRef__":true,"id":1045},"_livelyDataWrapperId_":"3984:SliderMorph","origin":{"__isSmartRef__":true,"id":1083},"shape":{"__isSmartRef__":true,"id":1084},"priorExtent":{"__isSmartRef__":true,"id":1085},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1086},"slider":{"__isSmartRef__":true,"id":1076},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1087},{"__isSmartRef__":true,"id":1088}],"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3984:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(238,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1076":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1075},"_livelyDataWrapperId_":"3985:Morph","origin":{"__isSmartRef__":true,"id":1077},"shape":{"__isSmartRef__":true,"id":1078},"priorExtent":{"__isSmartRef__":true,"id":1079},"pvtCachedTransform":{"__isSmartRef__":true,"id":1080},"mouseHandler":{"__isSmartRef__":true,"id":1081},"styleClass":["slider"],"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3985:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1077":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1078":{"_x":0,"_y":0,"_width":13,"_height":133.44000244140625,"_stroke":{"__isSmartRef__":true,"id":1018},"_fill":{"__isSmartRef__":true,"id":1019},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1079":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1080":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1081":{"target":{"__isSmartRef__":true,"id":1075},"eventSpec":{"__isSmartRef__":true,"id":1082},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1082":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1083":{"x":238,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1084":{"_x":0,"_y":0,"_width":13,"_height":133.44000244140625,"_stroke":{"__isSmartRef__":true,"id":1030},"_fill":{"__isSmartRef__":true,"id":1031},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1085":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1086":{"a":1,"b":0,"c":0,"d":1,"e":238,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1087":{"sourceObj":{"__isSmartRef__":true,"id":1075},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1045},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1088":{"sourceObj":{"__isSmartRef__":true,"id":1075},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1045},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1089":{"x":251.5,"y":-0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1090":{"_x":0,"_y":0,"_width":251,"_height":133.44000244140625,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"251","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1091":{"x":251,"y":133.44000244140625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1092":{"a":1,"b":0,"c":0,"d":1,"e":251.5,"f":-0.5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1093":{"sourceObj":{"__isSmartRef__":true,"id":1045},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1075},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1094":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1095":{"_x":0,"_y":0,"_width":502,"_height":133.44000244140625,"_fill":{"__isSmartRef__":true,"id":685},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null}]}},"1096":{"x":500,"y":144,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1097":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1098":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1099":{"_x":0,"_y":0,"_width":502,"_height":133.44000244140625,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1100":{"x":500,"y":144,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1101":{"_livelyDataWrapperId_":"38:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1102},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"38:lively.scene.Clip","namespaceURI":null}]}},"1102":{"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"133.44000244140625","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1103":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1104":{"submorphs":[{"__isSmartRef__":true,"id":1105}],"owner":{"__isSmartRef__":true,"id":533},"_livelyDataWrapperId_":"3835:SliderMorph","origin":{"__isSmartRef__":true,"id":1118},"shape":{"__isSmartRef__":true,"id":1119},"priorExtent":{"__isSmartRef__":true,"id":1124},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1125},"slider":{"__isSmartRef__":true,"id":1105},"styleClass":["slider_background_horizontal"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1126},{"__isSmartRef__":true,"id":1127}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3835:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(0,133.44000244140625)","namespaceURI":null},{"key":"class","value":"slider_background_horizontal","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1105":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1104},"_livelyDataWrapperId_":"3836:Morph","origin":{"__isSmartRef__":true,"id":1106},"shape":{"__isSmartRef__":true,"id":1107},"priorExtent":{"__isSmartRef__":true,"id":1114},"pvtCachedTransform":{"__isSmartRef__":true,"id":1115},"mouseHandler":{"__isSmartRef__":true,"id":1116},"styleClass":["slider_horizontal"],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3836:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider_horizontal","namespaceURI":null}]}},"1106":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1107":{"_x":0,"_y":0,"_width":501.50148957298904,"_height":14,"_stroke":{"__isSmartRef__":true,"id":1108},"_fill":{"__isSmartRef__":true,"id":1109},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"501.50148957298904","namespaceURI":null},{"key":"height","value":"14","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#20:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1108":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1109":{"vector":{"__isSmartRef__":true,"id":1110},"stops":[{"__isSmartRef__":true,"id":1111},{"__isSmartRef__":true,"id":1112},{"__isSmartRef__":true,"id":1113}],"refcount":8,"_livelyDataWrapperId_":"20:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"1","namespaceURI":null},{"key":"id","value":"20:lively.paint.LinearGradient","namespaceURI":null}]}},"1110":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1111":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(196,211,221)","namespaceURI":null}]}},"1112":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(137,167,187)","namespaceURI":null}]}},"1113":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(96,130,153)","namespaceURI":null}]}},"1114":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1115":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1116":{"target":{"__isSmartRef__":true,"id":1104},"eventSpec":{"__isSmartRef__":true,"id":1117},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1117":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1118":{"x":0,"y":133.44000244140625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1119":{"_x":0,"_y":0,"_width":502,"_height":14,"_stroke":{"__isSmartRef__":true,"id":1108},"_fill":{"__isSmartRef__":true,"id":1120},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"14","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#21:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1120":{"vector":{"__isSmartRef__":true,"id":1110},"stops":[{"__isSmartRef__":true,"id":1121},{"__isSmartRef__":true,"id":1122},{"__isSmartRef__":true,"id":1123}],"refcount":8,"_livelyDataWrapperId_":"21:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"1","namespaceURI":null},{"key":"id","value":"21:lively.paint.LinearGradient","namespaceURI":null}]}},"1121":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"1122":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.4","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"1123":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(245,245,245)","namespaceURI":null}]}},"1124":{"x":10,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1125":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":133.44000244140625,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1126":{"sourceObj":{"__isSmartRef__":true,"id":1104},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":533},"targetMethodName":"setHorizontalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1127":{"sourceObj":{"__isSmartRef__":true,"id":1104},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":533},"targetMethodName":"getHorizontalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1128":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1129":{"_x":0,"_y":0,"_width":502,"_height":145.44000244140625,"_fill":{"__isSmartRef__":true,"id":685},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"145.44000244140625","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null}]}},"1130":{"x":500,"y":144,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1131":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1132":{"sourceObj":{"__isSmartRef__":true,"id":533},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1133},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1133":{"submorphs":[{"__isSmartRef__":true,"id":1134}],"owner":null,"_livelyDataWrapperId_":"3833:SliderMorph","origin":{"__isSmartRef__":true,"id":1141},"shape":{"__isSmartRef__":true,"id":1142},"priorExtent":{"__isSmartRef__":true,"id":1143},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1144},"slider":{"__isSmartRef__":true,"id":1134},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1145},{"__isSmartRef__":true,"id":1146}],"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3833:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(487,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1134":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1133},"_livelyDataWrapperId_":"3834:Morph","origin":{"__isSmartRef__":true,"id":1135},"shape":{"__isSmartRef__":true,"id":1136},"priorExtent":{"__isSmartRef__":true,"id":1137},"pvtCachedTransform":{"__isSmartRef__":true,"id":1138},"mouseHandler":{"__isSmartRef__":true,"id":1139},"styleClass":["slider"],"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3834:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1135":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1136":{"_x":0,"_y":0,"_width":13,"_height":144,"_stroke":{"__isSmartRef__":true,"id":1018},"_fill":{"__isSmartRef__":true,"id":1019},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"144","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1137":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1138":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1139":{"target":{"__isSmartRef__":true,"id":1133},"eventSpec":{"__isSmartRef__":true,"id":1140},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1140":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1141":{"x":487,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1142":{"_x":0,"_y":0,"_width":13,"_height":144,"_stroke":{"__isSmartRef__":true,"id":1030},"_fill":{"__isSmartRef__":true,"id":1031},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"144","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1143":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1144":{"a":1,"b":0,"c":0,"d":1,"e":487,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1145":{"sourceObj":{"__isSmartRef__":true,"id":1133},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":533},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1146":{"sourceObj":{"__isSmartRef__":true,"id":1133},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":533},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1147":{"sourceObj":{"__isSmartRef__":true,"id":533},"sourceAttrName":"setHorizontalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1104},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1148":{"x":-0.0020000000000000018,"y":-0.0050000000000000044,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1149":{"_x":0,"_y":0,"_width":503.004,"_height":146.45,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"503.004","namespaceURI":null},{"key":"height","value":"146.45","namespaceURI":null}]}},"1150":{"x":503.0039978027344,"y":146.4499969482422,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1151":{"a":1,"b":0,"c":0,"d":1,"e":-0.0020000000000000018,"f":-0.0050000000000000044,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1152":{"sourceObj":{"__isSmartRef__":true,"id":532},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":1153},"targetMethodName":"inspectee","converterString":null,"updaterString":"function ($upd, node) {\n\t\t\t\t\tvar inspectee = node.getObject();\n\t\t\t\t\tif (!this.targetObj.isSimpleObject(inspectee)) $upd(inspectee)\n\t\t\t\t\telse $upd(this.targetObj.rootObj)\n\t\t\t\t}","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1153":{"_livelyDataWrapperId_":"3826:ColumnInspector","attributeConnections":[{"__isSmartRef__":true,"id":1154},{"__isSmartRef__":true,"id":1155},{"__isSmartRef__":true,"id":1156}],"rootObj":{"__isSmartRef__":true,"id":689},"inspectee":{"__isSmartRef__":true,"id":689},"__SourceModuleName__":"Global.lively.Tools","__LivelyClassName__":"ColumnInspector","__rawNodeInfo__":{"tagName":"widget","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"3826:ColumnInspector","namespaceURI":null}]}},"1154":{"sourceObj":{"__isSmartRef__":true,"id":1153},"sourceAttrName":"rootObj","targetObj":{"__isSmartRef__":true,"id":532},"targetMethodName":"setRoot","converterString":"function (obj) { return new InspectorNode('', obj) }","updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1155":{"sourceObj":{"__isSmartRef__":true,"id":1153},"sourceAttrName":"inspectee","targetObj":{"__isSmartRef__":true,"id":1153},"targetMethodName":"highlightObj","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1156":{"sourceObj":{"__isSmartRef__":true,"id":1153},"sourceAttrName":"inspectee","targetObj":{"__isSmartRef__":true,"id":531},"targetMethodName":"setTitle","converterString":"function (inspectee) { return 'Inspect: ' + String(inspectee).truncate(100) }","updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1157":{"sourceObj":{"__isSmartRef__":true,"id":532},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":1158},"targetMethodName":"setTextString","converterString":"function (node) {\treturn String(node.getObject()) }","updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1158":{"textString":"function (obj) { return obj ? Color.green : Color.red}","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":1159}],"owner":{"__isSmartRef__":true,"id":1164},"_livelyDataWrapperId_":"3855:TextMorph","origin":{"__isSmartRef__":true,"id":1192},"shape":{"__isSmartRef__":true,"id":1193},"textContent":{"__isSmartRef__":true,"id":1194},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1195},"textSelection":{"__isSmartRef__":true,"id":1159},"priorExtent":{"__isSmartRef__":true,"id":1196},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":1197},"suppressHandles":true,"openForDragAndDrop":false,"attributeConnections":[],"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3855:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1159":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1158},"_livelyDataWrapperId_":"3857:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1160},"shape":{"__isSmartRef__":true,"id":1161},"priorExtent":{"__isSmartRef__":true,"id":1162},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1163},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3857:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1160":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1161":{"_livelyDataWrapperId_":"3856:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"3856:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1162":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1163":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1164":{"submorphs":[{"__isSmartRef__":true,"id":1158}],"owner":{"__isSmartRef__":true,"id":1165},"_livelyDataWrapperId_":"3860:ClipMorph","origin":{"__isSmartRef__":true,"id":1185},"shape":{"__isSmartRef__":true,"id":1186},"priorExtent":{"__isSmartRef__":true,"id":1188},"clip":{"__isSmartRef__":true,"id":1189},"_clip-path":"url(#39:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1191},"suppressHandles":true,"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3860:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#39:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1165":{"submorphs":[{"__isSmartRef__":true,"id":1164},{"__isSmartRef__":true,"id":1166}],"owner":{"__isSmartRef__":true,"id":531},"_livelyDataWrapperId_":"3859:ScrollPane","origin":{"__isSmartRef__":true,"id":1180},"shape":{"__isSmartRef__":true,"id":1181},"priorExtent":{"__isSmartRef__":true,"id":1182},"pvtCachedTransform":{"__isSmartRef__":true,"id":1183},"clipMorph":{"__isSmartRef__":true,"id":1164},"verticalScrollBar":{"__isSmartRef__":true,"id":1166},"attributeConnections":[{"__isSmartRef__":true,"id":1184}],"suppressHandles":true,"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScrollPane","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3859:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,145.44)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1166":{"submorphs":[{"__isSmartRef__":true,"id":1167}],"owner":{"__isSmartRef__":true,"id":1165},"_livelyDataWrapperId_":"3862:SliderMorph","origin":{"__isSmartRef__":true,"id":1174},"shape":{"__isSmartRef__":true,"id":1175},"priorExtent":{"__isSmartRef__":true,"id":1176},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1177},"slider":{"__isSmartRef__":true,"id":1167},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1178},{"__isSmartRef__":true,"id":1179}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3862:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(489,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1167":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1166},"_livelyDataWrapperId_":"3863:Morph","origin":{"__isSmartRef__":true,"id":1168},"shape":{"__isSmartRef__":true,"id":1169},"priorExtent":{"__isSmartRef__":true,"id":1170},"pvtCachedTransform":{"__isSmartRef__":true,"id":1171},"mouseHandler":{"__isSmartRef__":true,"id":1172},"styleClass":["slider"],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3863:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"1168":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1169":{"_x":0,"_y":0,"_width":13,"_height":19.457830568441945,"_stroke":{"__isSmartRef__":true,"id":1018},"_fill":{"__isSmartRef__":true,"id":1019},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"19.457830568441945","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1170":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1171":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1172":{"target":{"__isSmartRef__":true,"id":1166},"eventSpec":{"__isSmartRef__":true,"id":1173},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1173":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1174":{"x":489,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1175":{"_x":0,"_y":0,"_width":13,"_height":21.209999084472656,"_stroke":{"__isSmartRef__":true,"id":1030},"_fill":{"__isSmartRef__":true,"id":1031},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"21.209999084472656","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1176":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1177":{"a":1,"b":0,"c":0,"d":1,"e":489,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1178":{"sourceObj":{"__isSmartRef__":true,"id":1166},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1165},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1179":{"sourceObj":{"__isSmartRef__":true,"id":1166},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1165},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1180":{"x":0,"y":145.44,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1181":{"_x":0,"_y":0,"_width":502,"_height":21.21,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"21.21","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1182":{"x":500,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1183":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":145.44,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1184":{"sourceObj":{"__isSmartRef__":true,"id":1165},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1166},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1185":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1186":{"_x":0,"_y":0,"_width":490,"_height":21.209999084472656,"_fill":{"__isSmartRef__":true,"id":1187},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"490","namespaceURI":null},{"key":"height","value":"21.209999084472656","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1187":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1188":{"x":500,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1189":{"_livelyDataWrapperId_":"39:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1190},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"39:lively.scene.Clip","namespaceURI":null}]}},"1190":{"_fill":{"__isSmartRef__":true,"id":1187},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"490","namespaceURI":null},{"key":"height","value":"21.209999084472656","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1191":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1192":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1193":{"_x":0,"_y":0,"_width":490,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":{"__isSmartRef__":true,"id":1187},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"490","namespaceURI":null},{"key":"height","value":"21.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1194":{"_fill":{"__isSmartRef__":true,"id":73},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1195":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1196":{"x":478,"y":13.200000762939453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1197":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"3858:Morph","origin":{"__isSmartRef__":true,"id":1198},"shape":{"__isSmartRef__":true,"id":1199},"priorExtent":{"__isSmartRef__":true,"id":1201},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3858:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1198":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1199":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":{"__isSmartRef__":true,"id":1200},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"5","namespaceURI":null},{"key":"height","value":"5","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"1200":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1201":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1202":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":531},"_livelyDataWrapperId_":"3864:HorizontalDivider","origin":{"__isSmartRef__":true,"id":1203},"shape":{"__isSmartRef__":true,"id":1204},"priorExtent":{"__isSmartRef__":true,"id":1206},"fixed":[{"__isSmartRef__":true,"id":1165}],"scalingBelow":[{"__isSmartRef__":true,"id":1207}],"scalingAbove":[{"__isSmartRef__":true,"id":532}],"minHeight":20,"pointerConnection":null,"pvtCachedTransform":{"__isSmartRef__":true,"id":1250},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"HorizontalDivider","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"HorizontalDivider","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3864:HorizontalDivider","namespaceURI":null},{"key":"transform","value":"translate(0,166.65)","namespaceURI":null}]}},"1203":{"x":0,"y":166.65,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1204":{"_x":0,"_y":0,"_width":502,"_height":6.0600000000000005,"_fill":{"__isSmartRef__":true,"id":1205},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"6.0600000000000005","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null}]}},"1205":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1206":{"x":500,"y":6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1207":{"submorphs":[{"__isSmartRef__":true,"id":1208},{"__isSmartRef__":true,"id":1231}],"owner":{"__isSmartRef__":true,"id":531},"_livelyDataWrapperId_":"3869:ScrollPane","origin":{"__isSmartRef__":true,"id":1245},"shape":{"__isSmartRef__":true,"id":1246},"priorExtent":{"__isSmartRef__":true,"id":1247},"pvtCachedTransform":{"__isSmartRef__":true,"id":1248},"clipMorph":{"__isSmartRef__":true,"id":1208},"verticalScrollBar":{"__isSmartRef__":true,"id":1231},"attributeConnections":[{"__isSmartRef__":true,"id":1249}],"suppressHandles":true,"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScrollPane","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3869:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,172.71)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1208":{"submorphs":[{"__isSmartRef__":true,"id":1209}],"owner":{"__isSmartRef__":true,"id":1207},"_livelyDataWrapperId_":"3870:ClipMorph","origin":{"__isSmartRef__":true,"id":1225},"shape":{"__isSmartRef__":true,"id":1226},"priorExtent":{"__isSmartRef__":true,"id":1227},"clip":{"__isSmartRef__":true,"id":1228},"_clip-path":"url(#40:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1230},"suppressHandles":true,"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3870:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#40:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1209":{"textString":"doits here have this === selected inspectee","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":1210}],"owner":{"__isSmartRef__":true,"id":1208},"_livelyDataWrapperId_":"3865:TextMorph","origin":{"__isSmartRef__":true,"id":1215},"shape":{"__isSmartRef__":true,"id":1216},"textContent":{"__isSmartRef__":true,"id":1217},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1218},"textSelection":{"__isSmartRef__":true,"id":1210},"priorExtent":{"__isSmartRef__":true,"id":1219},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":1220},"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1224}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3865:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1210":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1209},"_livelyDataWrapperId_":"3867:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1211},"shape":{"__isSmartRef__":true,"id":1212},"priorExtent":{"__isSmartRef__":true,"id":1213},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1214},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3867:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1211":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1212":{"_livelyDataWrapperId_":"3866:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"3866:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1213":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1214":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1215":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1216":{"_x":0,"_y":0,"_width":490,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":{"__isSmartRef__":true,"id":1187},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"490","namespaceURI":null},{"key":"height","value":"21.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1217":{"_fill":{"__isSmartRef__":true,"id":73},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1218":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1219":{"x":478,"y":13.200000762939453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1220":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"3868:Morph","origin":{"__isSmartRef__":true,"id":1221},"shape":{"__isSmartRef__":true,"id":1222},"priorExtent":{"__isSmartRef__":true,"id":1223},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3868:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1221":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1222":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":{"__isSmartRef__":true,"id":1200},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"5","namespaceURI":null},{"key":"height","value":"5","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"1223":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1224":{"sourceObj":{"__isSmartRef__":true,"id":1209},"sourceAttrName":"getDoitContext","targetObj":{"__isSmartRef__":true,"id":1153},"targetMethodName":"doitContext","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1225":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1226":{"_x":0,"_y":0,"_width":490,"_height":130.2899932861328,"_fill":{"__isSmartRef__":true,"id":1187},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"490","namespaceURI":null},{"key":"height","value":"130.2899932861328","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1227":{"x":500,"y":129,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1228":{"_livelyDataWrapperId_":"40:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1229},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"40:lively.scene.Clip","namespaceURI":null}]}},"1229":{"_fill":{"__isSmartRef__":true,"id":1187},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"490","namespaceURI":null},{"key":"height","value":"130.2899932861328","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1230":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1231":{"submorphs":[{"__isSmartRef__":true,"id":1232}],"owner":{"__isSmartRef__":true,"id":1207},"_livelyDataWrapperId_":"3872:SliderMorph","origin":{"__isSmartRef__":true,"id":1239},"shape":{"__isSmartRef__":true,"id":1240},"priorExtent":{"__isSmartRef__":true,"id":1241},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1242},"slider":{"__isSmartRef__":true,"id":1232},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1243},{"__isSmartRef__":true,"id":1244}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3872:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(489,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1232":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1231},"_livelyDataWrapperId_":"3873:Morph","origin":{"__isSmartRef__":true,"id":1233},"shape":{"__isSmartRef__":true,"id":1234},"priorExtent":{"__isSmartRef__":true,"id":1235},"pvtCachedTransform":{"__isSmartRef__":true,"id":1236},"mouseHandler":{"__isSmartRef__":true,"id":1237},"styleClass":["slider"],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3873:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1233":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1234":{"_x":0,"_y":0,"_width":13,"_height":130.2899932861328,"_stroke":{"__isSmartRef__":true,"id":1018},"_fill":{"__isSmartRef__":true,"id":1019},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"130.2899932861328","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1235":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1236":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1237":{"target":{"__isSmartRef__":true,"id":1231},"eventSpec":{"__isSmartRef__":true,"id":1238},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1238":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1239":{"x":489,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1240":{"_x":0,"_y":0,"_width":13,"_height":130.2899932861328,"_stroke":{"__isSmartRef__":true,"id":1030},"_fill":{"__isSmartRef__":true,"id":1031},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"130.2899932861328","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1241":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1242":{"a":1,"b":0,"c":0,"d":1,"e":489,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1243":{"sourceObj":{"__isSmartRef__":true,"id":1231},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1207},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1244":{"sourceObj":{"__isSmartRef__":true,"id":1231},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1207},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1245":{"x":0,"y":172.71,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1246":{"_x":0,"_y":0,"_width":502,"_height":130.29,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"130.29","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1247":{"x":500,"y":129,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1248":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":172.71,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1249":{"sourceObj":{"__isSmartRef__":true,"id":1207},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1231},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1250":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":166.65,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1251":{"x":0,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1252":{"_x":0,"_y":0,"_width":502,"_height":303,"_stroke":{"__isSmartRef__":true,"id":1253},"_fill":{"__isSmartRef__":true,"id":1254},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"303","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"stroke","value":"rgb(51,51,51)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null}]}},"1253":{"r":0.2,"g":0.2,"b":0.2,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1254":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1255":{"x":502,"y":303,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1256":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":22,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1257":{"submorphs":[{"__isSmartRef__":true,"id":1258},{"__isSmartRef__":true,"id":1275},{"__isSmartRef__":true,"id":1287},{"__isSmartRef__":true,"id":1314},{"__isSmartRef__":true,"id":1340}],"owner":{"__isSmartRef__":true,"id":530},"_livelyDataWrapperId_":"3875:TitleBarMorph","origin":{"__isSmartRef__":true,"id":1366},"shape":{"__isSmartRef__":true,"id":1367},"priorExtent":{"__isSmartRef__":true,"id":1368},"pvtCachedTransform":{"__isSmartRef__":true,"id":1369},"mouseHandler":null,"_pointer-events":"none","contentMorph":{"__isSmartRef__":true,"id":1259},"windowMorph":{"__isSmartRef__":true,"id":530},"label":{"__isSmartRef__":true,"id":1275},"closeButton":{"__isSmartRef__":true,"id":1287},"menuButton":{"__isSmartRef__":true,"id":1314},"collapseButton":{"__isSmartRef__":true,"id":1340},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"TitleBarMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TitleBarMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3875:TitleBarMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1258":{"submorphs":[{"__isSmartRef__":true,"id":1259}],"owner":{"__isSmartRef__":true,"id":1257},"_livelyDataWrapperId_":"3877:ClipMorph","origin":{"__isSmartRef__":true,"id":1269},"shape":{"__isSmartRef__":true,"id":1270},"priorExtent":{"__isSmartRef__":true,"id":1271},"clip":{"__isSmartRef__":true,"id":1272},"_clip-path":"url(#41:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1274},"mouseHandler":null,"_pointer-events":"none","openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3877:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#41:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(-1,-1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1259":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1258},"_livelyDataWrapperId_":"3876:Morph","origin":{"__isSmartRef__":true,"id":1260},"shape":{"__isSmartRef__":true,"id":1261},"priorExtent":{"__isSmartRef__":true,"id":1267},"pvtCachedTransform":{"__isSmartRef__":true,"id":1268},"styleClass":["titleBar"],"mouseHandler":null,"_pointer-events":"none","openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3876:Morph","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"class","value":"titleBar","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1260":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1261":{"_x":0,"_y":0,"_width":502,"_height":30,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":{"__isSmartRef__":true,"id":1262},"_rx":8,"_ry":8,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"url(#22:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null}]}},"1262":{"vector":{"__isSmartRef__":true,"id":1263},"stops":[{"__isSmartRef__":true,"id":1264},{"__isSmartRef__":true,"id":1265},{"__isSmartRef__":true,"id":1266}],"refcount":62,"_livelyDataWrapperId_":"22:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"22:lively.paint.LinearGradient","namespaceURI":null}]}},"1263":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1264":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(184,184,184)","namespaceURI":null}]}},"1265":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.6","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"1266":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(184,184,184)","namespaceURI":null}]}},"1267":{"x":502,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1268":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1269":{"x":-1,"y":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1270":{"_x":0,"_y":0,"_width":504,"_height":23,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"504","namespaceURI":null},{"key":"height","value":"23","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1271":{"x":502,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1272":{"_livelyDataWrapperId_":"41:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1273},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"41:lively.scene.Clip","namespaceURI":null}]}},"1273":{"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"504","namespaceURI":null},{"key":"height","value":"23","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1274":{"a":1,"b":0,"c":0,"d":1,"e":-1,"f":-1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1275":{"textString":"Inspect: AttributeConnection(ScriptEditor(Morph).target --> targetFound(Morph).setFill)","savedTextString":"Inspector","submorphs":[{"__isSmartRef__":true,"id":1276}],"owner":{"__isSmartRef__":true,"id":1257},"_livelyDataWrapperId_":"3879:TextMorph","origin":{"__isSmartRef__":true,"id":1281},"shape":{"__isSmartRef__":true,"id":1282},"textContent":{"__isSmartRef__":true,"id":1283},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1284},"textSelection":{"__isSmartRef__":true,"id":1276},"priorExtent":{"__isSmartRef__":true,"id":1285},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1286},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"openForDragAndDrop":false,"styleClass":["titleBar_label"],"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3879:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(221.5,3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_label","namespaceURI":null}]}},"1276":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1275},"_livelyDataWrapperId_":"3881:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1277},"shape":{"__isSmartRef__":true,"id":1278},"priorExtent":{"__isSmartRef__":true,"id":1279},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1280},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3881:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1277":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1278":{"_livelyDataWrapperId_":"3880:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"3880:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1279":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1280":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1281":{"x":221.5,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1282":{"_x":0,"_y":0,"_width":478,"_height":17.2,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":null,"_rx":8,"_ry":8,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"478","namespaceURI":null},{"key":"height","value":"17.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"fill-opacity","value":"0.5","namespaceURI":null}]}},"1283":{"_fill":{"__isSmartRef__":true,"id":73},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1284":{"a":1,"b":0,"c":0,"d":1,"e":221.5,"f":3,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1285":{"x":466,"y":13.200000762939453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1286":{"x":6,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1287":{"submorphs":[{"__isSmartRef__":true,"id":1288}],"owner":{"__isSmartRef__":true,"id":1257},"_livelyDataWrapperId_":"3882:WindowControlMorph","origin":{"__isSmartRef__":true,"id":1303},"shape":{"__isSmartRef__":true,"id":1304},"priorExtent":{"__isSmartRef__":true,"id":1310},"label":{"__isSmartRef__":true,"id":1288},"pvtCachedTransform":{"__isSmartRef__":true,"id":1311},"styleClass":["titleBar_closeButton"],"attributeConnections":[{"__isSmartRef__":true,"id":1312},{"__isSmartRef__":true,"id":1313}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"WindowControlMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3882:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(491,11)","namespaceURI":null},{"key":"class","value":"titleBar_closeButton","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1288":{"textString":"X","savedTextString":"X","submorphs":[{"__isSmartRef__":true,"id":1289}],"owner":{"__isSmartRef__":true,"id":1287},"_livelyDataWrapperId_":"3883:TextMorph","origin":{"__isSmartRef__":true,"id":1294},"shape":{"__isSmartRef__":true,"id":1295},"textContent":{"__isSmartRef__":true,"id":1296},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1298},"textSelection":{"__isSmartRef__":true,"id":1289},"priorExtent":{"__isSmartRef__":true,"id":1299},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1300},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":1297},"textStyle":{"__isSmartRef__":true,"id":1301},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3883:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-4,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1289":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1288},"_livelyDataWrapperId_":"3885:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1290},"shape":{"__isSmartRef__":true,"id":1291},"priorExtent":{"__isSmartRef__":true,"id":1292},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1293},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3885:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1290":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1291":{"_livelyDataWrapperId_":"3884:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"3884:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1292":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1293":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1294":{"x":-4,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1295":{"_x":0,"_y":0,"_width":8,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"8","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1296":{"_fill":{"__isSmartRef__":true,"id":1297},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1297":{"r":0.5,"g":0.5,"b":0.5,"a":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1298":{"a":1,"b":0,"c":0,"d":1,"e":-4,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1299":{"x":8,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1300":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1301":{"runs":[2],"values":[{"__isSmartRef__":true,"id":1302}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"1302":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1303":{"x":491,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1304":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":1305},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#23:lively.paint.RadialGradient)","namespaceURI":null}]}},"1305":{"stops":[{"__isSmartRef__":true,"id":1306},{"__isSmartRef__":true,"id":1307},{"__isSmartRef__":true,"id":1308}],"f":{"__isSmartRef__":true,"id":1309},"refcount":89,"_livelyDataWrapperId_":"23:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"23:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1306":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"1307":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"1308":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(122,122,122)","namespaceURI":null}]}},"1309":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1310":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1311":{"a":1,"b":0,"c":0,"d":1,"e":491,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1312":{"sourceObj":{"__isSmartRef__":true,"id":1287},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":530},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1313":{"sourceObj":{"__isSmartRef__":true,"id":1287},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":530},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1314":{"submorphs":[{"__isSmartRef__":true,"id":1315}],"owner":{"__isSmartRef__":true,"id":1257},"_livelyDataWrapperId_":"3886:WindowControlMorph","origin":{"__isSmartRef__":true,"id":1329},"shape":{"__isSmartRef__":true,"id":1330},"priorExtent":{"__isSmartRef__":true,"id":1336},"label":{"__isSmartRef__":true,"id":1315},"pvtCachedTransform":{"__isSmartRef__":true,"id":1337},"styleClass":["titleBar_menuButton"],"attributeConnections":[{"__isSmartRef__":true,"id":1338},{"__isSmartRef__":true,"id":1339}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"WindowControlMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3886:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(11,11)","namespaceURI":null},{"key":"class","value":"titleBar_menuButton","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1315":{"textString":"M","savedTextString":"M","submorphs":[{"__isSmartRef__":true,"id":1316}],"owner":{"__isSmartRef__":true,"id":1314},"_livelyDataWrapperId_":"3887:TextMorph","origin":{"__isSmartRef__":true,"id":1321},"shape":{"__isSmartRef__":true,"id":1322},"textContent":{"__isSmartRef__":true,"id":1323},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1324},"textSelection":{"__isSmartRef__":true,"id":1316},"priorExtent":{"__isSmartRef__":true,"id":1325},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1326},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":1297},"textStyle":{"__isSmartRef__":true,"id":1327},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3887:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-5,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1316":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1315},"_livelyDataWrapperId_":"3889:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1317},"shape":{"__isSmartRef__":true,"id":1318},"priorExtent":{"__isSmartRef__":true,"id":1319},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1320},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3889:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1317":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1318":{"_livelyDataWrapperId_":"3888:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"3888:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1319":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1320":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1321":{"x":-5,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1322":{"_x":0,"_y":0,"_width":10,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"10","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1323":{"_fill":{"__isSmartRef__":true,"id":1297},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1324":{"a":1,"b":0,"c":0,"d":1,"e":-5,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1325":{"x":10,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1326":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1327":{"runs":[2],"values":[{"__isSmartRef__":true,"id":1328}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"1328":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1329":{"x":11,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1330":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":1331},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#24:lively.paint.RadialGradient)","namespaceURI":null}]}},"1331":{"stops":[{"__isSmartRef__":true,"id":1332},{"__isSmartRef__":true,"id":1333},{"__isSmartRef__":true,"id":1334}],"f":{"__isSmartRef__":true,"id":1335},"refcount":89,"_livelyDataWrapperId_":"24:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"24:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1332":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"1333":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"1334":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(122,122,122)","namespaceURI":null}]}},"1335":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1336":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1337":{"a":1,"b":0,"c":0,"d":1,"e":11,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1338":{"sourceObj":{"__isSmartRef__":true,"id":1314},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":530},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1339":{"sourceObj":{"__isSmartRef__":true,"id":1314},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":530},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1340":{"submorphs":[{"__isSmartRef__":true,"id":1341}],"owner":{"__isSmartRef__":true,"id":1257},"_livelyDataWrapperId_":"3890:WindowControlMorph","origin":{"__isSmartRef__":true,"id":1355},"shape":{"__isSmartRef__":true,"id":1356},"priorExtent":{"__isSmartRef__":true,"id":1362},"label":{"__isSmartRef__":true,"id":1341},"pvtCachedTransform":{"__isSmartRef__":true,"id":1363},"styleClass":["titleBar_collapseButton"],"attributeConnections":[{"__isSmartRef__":true,"id":1364},{"__isSmartRef__":true,"id":1365}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"WindowControlMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3890:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(472,11)","namespaceURI":null},{"key":"class","value":"titleBar_collapseButton","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1341":{"textString":"–","savedTextString":"–","submorphs":[{"__isSmartRef__":true,"id":1342}],"owner":{"__isSmartRef__":true,"id":1340},"_livelyDataWrapperId_":"3891:TextMorph","origin":{"__isSmartRef__":true,"id":1347},"shape":{"__isSmartRef__":true,"id":1348},"textContent":{"__isSmartRef__":true,"id":1349},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1350},"textSelection":{"__isSmartRef__":true,"id":1342},"priorExtent":{"__isSmartRef__":true,"id":1351},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1352},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":1297},"textStyle":{"__isSmartRef__":true,"id":1353},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3891:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-3,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1342":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1341},"_livelyDataWrapperId_":"3893:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1343},"shape":{"__isSmartRef__":true,"id":1344},"priorExtent":{"__isSmartRef__":true,"id":1345},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1346},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3893:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1343":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1344":{"_livelyDataWrapperId_":"3892:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"3892:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1345":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1346":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1347":{"x":-3,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1348":{"_x":0,"_y":0,"_width":7,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":547},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"7","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1349":{"_fill":{"__isSmartRef__":true,"id":1297},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1350":{"a":1,"b":0,"c":0,"d":1,"e":-3,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1351":{"x":7,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1352":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1353":{"runs":[2],"values":[{"__isSmartRef__":true,"id":1354}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"1354":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1355":{"x":472,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1356":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":1357},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#25:lively.paint.RadialGradient)","namespaceURI":null}]}},"1357":{"stops":[{"__isSmartRef__":true,"id":1358},{"__isSmartRef__":true,"id":1359},{"__isSmartRef__":true,"id":1360}],"f":{"__isSmartRef__":true,"id":1361},"refcount":89,"_livelyDataWrapperId_":"25:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"25:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1358":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"1359":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"1360":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(122,122,122)","namespaceURI":null}]}},"1361":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1362":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1363":{"a":1,"b":0,"c":0,"d":1,"e":472,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1364":{"sourceObj":{"__isSmartRef__":true,"id":1340},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":530},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1365":{"sourceObj":{"__isSmartRef__":true,"id":1340},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":530},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1366":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1367":{"_x":0,"_y":0,"_width":502,"_height":22,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1368":{"x":502,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1369":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1370":{"x":2541.7297383643713,"y":217.46136473890854,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1371":{"_x":0,"_y":0,"_width":502,"_height":325,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"502","namespaceURI":null},{"key":"height","value":"325","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1372":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1373":{"a":1.0000000134368037,"b":0,"c":0,"d":1.0000000134368037,"e":2541.7297383643713,"f":217.46136473890854,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1374":{"x":0,"y":23,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1375":{"x":1.0000000134368037,"y":1.0000000134368037,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1376":{"textString":"Wiki control","savedTextString":"Wiki control","submorphs":[{"__isSmartRef__":true,"id":1377}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"44:TextMorph","origin":{"__isSmartRef__":true,"id":1382},"shape":{"__isSmartRef__":true,"id":1383},"textContent":{"__isSmartRef__":true,"id":1384},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1385},"textSelection":{"__isSmartRef__":true,"id":1377},"priorExtent":{"__isSmartRef__":true,"id":1386},"useChangeClue":false,"suppressHandles":true,"suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"44:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1377":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1376},"_livelyDataWrapperId_":"46:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1378},"shape":{"__isSmartRef__":true,"id":1379},"priorExtent":{"__isSmartRef__":true,"id":1380},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1381},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"46:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1378":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1379":{"_livelyDataWrapperId_":"45:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"45:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1380":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1381":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1382":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1383":{"_x":0,"_y":0,"_width":80,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":73},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"80","namespaceURI":null},{"key":"height","value":"21.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1384":{"_fill":{"__isSmartRef__":true,"id":73},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1385":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1386":{"x":68,"y":42,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1387":{"textString":"$morph(\"ScriptEditor\").reset()\n\n\n $morph(\"ScriptEditor\").addScript(function updateSourcePane(selection) { \n\tvar pane = $morph('scriptSource')\n\tvar source;\n\n\tif (selection.connection) {\n\t\tvar c = selection.connection;\n\t\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\t\tvar name = c.getTargetObj().name\n\t\tvar targetThis = pane.getDoitContext();\n\t\tvar findTargetCode;\n\t\tif (targetThis === c.getTargetObj()) \n\t\t\tfindTargetCode = \"this\"\n\t\telse if (targetThis[name] === c.getTargetObj()) \n\t\t\tfindTargetCode = \"this.\" + name\n\t\telse if (targetThis.getMorphNamed(name) === c.getTargetObj()) \n\t\t\tfindTargetCode = 'this.getMorphNamed(\"' + name + '\")'\n\t\telse\n\t\t\tfindTargetCode = '$morph(\"' + name + '\")'\n\t\t\n\t\tvar optConfig = \"{\" + (c.converterString ? \"converter: \\n\\t\" + c.converterString : \"\" ) + \"}\"\n\n\n\t\tsource = Strings.format('connect(this, \"%s\", %s, \"%s\", %s)', \n\t\t\t\tc.getSourceAttrName(),\n\t\t\t\tfindTargetCode,\n\t\t\t\tc.getTargetMethodName(),\n\t\t\t\toptConfig);\n\t} else {\n\t\tvar script = selection.obj[selection.scriptName].getOriginal();\n\t\tif (!script) { \n\t\t\tsource = \"no script found\";\n\t\t} else {\n\t\t\tsource = Strings.format('this.addScript(%s)', script)\n\t\t}\n\t}\n\tpane.setTextString(source);\n\tpane.highlightJavaScriptSyntax()\n})","savedTextString":" $morph(\"ScriptEditor\").addScript(function updateSourcePane(selection) { \n\tvar pane = $morph('scriptSource')\n\tvar source;\n\n\tif (selection.connection) {\n\t\tvar c = selection.connection;\n\t\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\t\tvar name = c.getTargetObj().name\n\t\tvar targetThis = pane.getDoitContext();\n\t\tvar findTargetCode;\n\t\tif (targetThis === c.getTargetObj()) \n\t\t\tfindTargetCode = \"this\"\n\t\telse if (targetThis[name] === c.getTargetObj()) \n\t\t\tfindTargetCode = \"this.\" + name\n\t\telse if (targetThis.getMorphNamed(name) === c.getTargetObj()) \n\t\t\tfindTargetCode = 'this.getMorphNamed(\"' + name + '\")'\n\t\telse\n\t\t\tfindTargetCode = '$morph(\"' + name + '\")'\n\t\t\n\t\tvar optConfig = \"{\" + (c.converterString ? \"converter: \\n\\t\" + c.converterString : \"\" ) + \"}\"\n\n\n\t\tsource = Strings.format('connect(this, \"%s\", %s, \"%s\", %s)', \n\t\t\t\tc.getSourceAttrName(),\n\t\t\t\tfindTargetCode,\n\t\t\t\tc.getTargetMethodName(),\n\t\t\t\toptConfig);\n\t} else {\n\t\tvar script = selection.obj[selection.scriptName].getOriginal();\n\t\tif (!script) { \n\t\t\tsource = \"no script found\";\n\t\t} else {\n\t\t\tsource = Strings.format('this.addScript(%s)', script)\n\t\t}\n\t}\n\tpane.setTextString(source);\n\tpane.highlightJavaScriptSyntax()\n})","submorphs":[{"__isSmartRef__":true,"id":1388}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"2069:TextMorph","origin":{"__isSmartRef__":true,"id":1393},"shape":{"__isSmartRef__":true,"id":1394},"textContent":{"__isSmartRef__":true,"id":1396},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1397},"textSelection":{"__isSmartRef__":true,"id":1388},"priorExtent":{"__isSmartRef__":true,"id":1398},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"textColor":{"__isSmartRef__":true,"id":73},"fontFamily":"Courier","textStyle":{"__isSmartRef__":true,"id":1399},"undoTextStyle":{"__isSmartRef__":true,"id":1452},"lastSearchString":"getOri","tabReplacePrefix":"high","__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2069:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(1530.8574127649786,800.5653620417136)","namespaceURI":null}]},"withLayers":["BrowserSyntaxHighlightLayer"]},"1388":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1387},"_livelyDataWrapperId_":"2071:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1389},"shape":{"__isSmartRef__":true,"id":1390},"priorExtent":{"__isSmartRef__":true,"id":1391},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1392},"isCursor":true,"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2071:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1389":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1390":{"_livelyDataWrapperId_":"2070:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"2070:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1391":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1392":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1393":{"x":1530.8574127649786,"y":800.5653620417136,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1394":{"_x":-0.000058780125982593745,"_y":-17.11241340637207,"_width":768.0453491210938,"_height":625.9999999999995,"_stroke":{"__isSmartRef__":true,"id":1395},"_fill":{"__isSmartRef__":true,"id":797},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.000058780125982593745","namespaceURI":null},{"key":"y","value":"-17.11241340637207","namespaceURI":null},{"key":"width","value":"768.0453491210938","namespaceURI":null},{"key":"height","value":"625.9999999999995","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill-opacity","value":"1","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1395":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1396":{"_fill":{"__isSmartRef__":true,"id":73},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Courier","namespaceURI":null}]}},"1397":{"a":1,"b":0,"c":0,"d":1,"e":1530.8574127649786,"f":800.5653620417136,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1398":{"x":-12,"y":-8,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1399":{"runs":[7,14,46,8,29,1,3,3,15,14,3,3,11,2,24,1,3,3,29,2,98,6,1,6,8,3,32,3,39,3,19,2,56,6,3,4,1,2,63,7,10,4,1,2,76,22,10,4,3,4,21,10,10,4,6,3,13,3,24,17,23,2,5,3,29,35,96,1,1,4,1,1,3,3,63,2,11,1,14,17,4,1,1,4,1,1,28,20,12,1,2,1,64,1,1],"values":[{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1401},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1403},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1404},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1406},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1408},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1409},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1410},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1411},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1412},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1413},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1414},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1415},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1417},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1418},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1419},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1420},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1421},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1422},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1423},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1424},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1425},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1426},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1427},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1428},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1429},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1430},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1431},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1432},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1433},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1434},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1435},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1436},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1437},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1438},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1439},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1440},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1441},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1442},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1443},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1444},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1445},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1446},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1447},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1448},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1449},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1450},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1451},{"__isSmartRef__":true,"id":1400}],"lastIndex":0,"lastRunIndex":0,"__LivelyClassName__":"RunArray","__SourceModuleName__":"Global.lively.Text"},"1400":{"color":{"__isSmartRef__":true,"id":73},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1401":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1402":{"r":0,"g":0.5019607843137255,"b":0.5019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1403":{"color":{"__isSmartRef__":true,"id":803},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1404":{"color":{"__isSmartRef__":true,"id":1405},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1405":{"r":0,"g":0.5019607843137255,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1406":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1407":{"r":0,"g":0,"b":0.5019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1408":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1409":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1410":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1411":{"color":{"__isSmartRef__":true,"id":1405},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1412":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1413":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1414":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1415":{"color":{"__isSmartRef__":true,"id":1416},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1416":{"r":1,"g":0.0784313725490196,"b":0.5764705882352941,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1417":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1418":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1419":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1420":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1421":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1422":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1423":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1424":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1425":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1426":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1427":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1428":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1429":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1430":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1431":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1432":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1433":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1434":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1435":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1436":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1437":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1438":{"color":{"__isSmartRef__":true,"id":1405},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1439":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1440":{"color":{"__isSmartRef__":true,"id":1405},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1441":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1442":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1443":{"color":{"__isSmartRef__":true,"id":1405},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1444":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1445":{"color":{"__isSmartRef__":true,"id":1405},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1446":{"color":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1447":{"color":{"__isSmartRef__":true,"id":1405},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1448":{"color":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1449":{"color":{"__isSmartRef__":true,"id":1405},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1450":{"color":{"__isSmartRef__":true,"id":1405},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1451":{"color":{"__isSmartRef__":true,"id":1405},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1452":{"runs":[7,14,39,8,29,1,3,3,15,14,3,3,11,2,24,1,3,3,29,2,98,6,1,6,8,3,32,3,39,3,19,2,56,6,3,4,1,2,63,7,10,4,1,2,76,22,10,4,3,4,21,10,10,4,6,3,13,3,24,17,23,2,5,3,29,35,96,1,1,4,1,1,3,3,63,2,11,1,14,17,4,1,1,4,1,1,28,20,12,1,2,1,64,1,1],"values":[{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1401},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1403},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1404},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1406},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1408},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1409},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1410},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1411},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1412},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1413},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1414},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1415},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1417},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1418},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1419},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1420},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1421},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1422},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1423},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1424},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1425},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1426},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1427},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1428},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1429},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1430},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1431},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1432},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1433},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1434},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1435},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1436},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1437},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1438},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1439},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1440},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1441},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1442},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1443},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1444},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1445},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1446},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1447},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1448},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1449},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1450},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1451},{"__isSmartRef__":true,"id":1400}],"lastIndex":0,"lastRunIndex":0,"__LivelyClassName__":"RunArray","__SourceModuleName__":"Global.lively.Text"},"1453":{"textString":"connect(this, \"selection\", $morph(\"scriptSource\"), \"setTextString\", {converter: \n\tfunction (selection) {\n\tif (selection.connection) {\n\t\tvar c = selection.connection;\n\t\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\t\tvar name = c.getTargetObj().name\n\t\tvar findTargetCode;\n\t\tif (this.getTargetObj()[name]) \n\t\t\tfindTargetCode = \"this.\" + name\n\t\telse if (this.getTargetObj().getMorphNamed(name)) \n\t\t\tfindTargetCode = 'this.getMorphNamed(\"' + name + '\")'\n\t\telse\n\t\t\tfindTargetCode = '$morph(\"' + name + '\")'\n\t\t\n\t\tvar optConfig = \"{\" + (c.converterString ? \"converter: \\n\\t\" + c.converterString : \"\" ) + \"}\"\n\n\n\t\treturn Strings.format('connect(this, \"%s\", %s, \"%s\", %s)', \n\t\t\t\tc.getSourceAttrName(),\n\t\t\t\tfindTargetCode,\n\t\t\t\tc.getTargetMethodName(),\n\t\t\t\toptConfig);\n\t}\n\tvar script = selection.obj[selection.scriptName].getOriginal();\n\tif (!script) return \"no script found\"\n\treturn Strings.format('$morph(\"%s\").addScript(%s)', \n\t\tselection.obj.name, \n\t\tscript)\n}})","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":1454}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"6660:TextMorph","origin":{"__isSmartRef__":true,"id":1459},"shape":{"__isSmartRef__":true,"id":1460},"textContent":{"__isSmartRef__":true,"id":1462},"lineNumberHint":56,"pvtCachedTransform":{"__isSmartRef__":true,"id":1463},"textSelection":{"__isSmartRef__":true,"id":1454},"priorExtent":{"__isSmartRef__":true,"id":1464},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6660:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(2724.672119140625,832.4821166992188)","namespaceURI":null}]}},"1454":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1453},"_livelyDataWrapperId_":"6662:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1455},"shape":{"__isSmartRef__":true,"id":1456},"priorExtent":{"__isSmartRef__":true,"id":1457},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1458},"isCursor":true,"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6662:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1455":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1456":{"_livelyDataWrapperId_":"6661:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6661:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1457":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1458":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1459":{"x":2724.672119140625,"y":832.4821166992188,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1460":{"_x":-0.000003948013727494981,"_y":-0.000023164318918134086,"_width":185.44888305664062,"_height":827.5999999999992,"_stroke":{"__isSmartRef__":true,"id":73},"_fill":{"__isSmartRef__":true,"id":1461},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.000003948013727494981","namespaceURI":null},{"key":"y","value":"-0.000023164318918134086","namespaceURI":null},{"key":"width","value":"185.44888305664062","namespaceURI":null},{"key":"height","value":"827.5999999999992","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null}]}},"1461":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1462":{"_fill":{"__isSmartRef__":true,"id":73},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1463":{"a":1,"b":0,"c":0,"d":1,"e":2724.672119140625,"f":832.4821166992188,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1464":{"x":-12,"y":-8,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1465":{"a":0.9814024906299439,"b":0,"c":0,"d":0.9814024906299439,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1466":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1467":{"x":0.9814024906299439,"y":0.9814024906299439,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1468":{"_fill":{"__isSmartRef__":true,"id":1469},"_stroke":{"__isSmartRef__":true,"id":1470},"__SourceModuleName__":"Global.lively.scene","x":0,"y":0,"width":3000,"height":3000,"__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"3000","namespaceURI":null},{"key":"height","value":"3000","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"0.25","namespaceURI":null}]}},"1469":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1470":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1471":{"x":1020,"y":760,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1472":{"styleName":"hpi","raisedBorder":{"__isSmartRef__":true,"id":1473},"button":{"__isSmartRef__":true,"id":1478},"widgetPanel":{"__isSmartRef__":true,"id":1484},"focusHalo":{"__isSmartRef__":true,"id":1487},"panel":{"__isSmartRef__":true,"id":1489},"link":{"__isSmartRef__":true,"id":1490},"helpText":{"__isSmartRef__":true,"id":1492},"menu_items":{"__isSmartRef__":true,"id":1494},"menu_list":{"__isSmartRef__":true,"id":1496},"slider":{"__isSmartRef__":true,"id":1498},"slider_background":{"__isSmartRef__":true,"id":1499},"slider_horizontal":{"__isSmartRef__":true,"id":1500},"slider_background_horizontal":{"__isSmartRef__":true,"id":1501},"titleBar":{"__isSmartRef__":true,"id":1502},"titleBar_label":{"__isSmartRef__":true,"id":1503},"titleBar_label_highlight":{"__isSmartRef__":true,"id":1504},"titleBar_button_label":{"__isSmartRef__":true,"id":1506},"titleBar_closeButton":{"__isSmartRef__":true,"id":1507},"titleBar_menuButton":{"__isSmartRef__":true,"id":1508},"titleBar_collapseButton":{"__isSmartRef__":true,"id":1509},"titleBar_closeButton_highlight":{"__isSmartRef__":true,"id":1510},"titleBar_menuButton_highlight":{"__isSmartRef__":true,"id":1516},"titleBar_collapseButton_highlight":{"__isSmartRef__":true,"id":1522},"clock":{"__isSmartRef__":true,"id":1528},"fabrik":{"__isSmartRef__":true,"id":1533},"world":{"__isSmartRef__":true,"id":1535}},"1473":{"borderColor":{"__isSmartRef__":true,"id":1474}},"1474":{"vector":{"__isSmartRef__":true,"id":1475},"stops":[{"__isSmartRef__":true,"id":1476},{"__isSmartRef__":true,"id":1477}],"refcount":0,"_livelyDataWrapperId_":"16:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"1","namespaceURI":null},{"key":"id","value":"16:lively.paint.LinearGradient","namespaceURI":null}]}},"1475":{"x":0,"y":0,"width":1,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1476":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"1477":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(12,12,12)","namespaceURI":null}]}},"1478":{"borderColor":{"__isSmartRef__":true,"id":1479},"borderWidth":0.6,"borderRadius":5,"fill":{"__isSmartRef__":true,"id":1480}},"1479":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1480":{"vector":{"__isSmartRef__":true,"id":1263},"stops":[{"__isSmartRef__":true,"id":1481},{"__isSmartRef__":true,"id":1482},{"__isSmartRef__":true,"id":1483}],"refcount":0,"_livelyDataWrapperId_":"17:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"17:lively.paint.LinearGradient","namespaceURI":null}]}},"1481":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1482":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"1483":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1484":{"borderColor":{"__isSmartRef__":true,"id":1485},"borderWidth":4,"borderRadius":16,"fill":{"__isSmartRef__":true,"id":1486},"opacity":0.4},"1485":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1486":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1487":{"fill":null,"borderColor":{"__isSmartRef__":true,"id":1488},"strokeOpacity":0.5},"1488":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1489":{"fill":{"__isSmartRef__":true,"id":1254},"borderWidth":2,"borderColor":{"__isSmartRef__":true,"id":1253}},"1490":{"borderColor":{"__isSmartRef__":true,"id":1491},"borderWidth":1,"fill":{"__isSmartRef__":true,"id":1030}},"1491":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1492":{"borderRadius":15,"fill":{"__isSmartRef__":true,"id":1493},"fillOpacity":0.8},"1493":{"r":1,"g":0.9725490196078431,"b":0.8936274509803921,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1494":{"fontSize":14,"textColor":{"__isSmartRef__":true,"id":1495}},"1495":{"r":0.129,"g":0.129,"b":0.129,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1496":{"fill":{"__isSmartRef__":true,"id":1497}},"1497":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1498":{"borderColor":{"__isSmartRef__":true,"id":1018},"borderOpacity":1,"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":1019}},"1499":{"borderColor":{"__isSmartRef__":true,"id":1030},"borderWidth":1,"strokeOpacity":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":1031}},"1500":{"borderColor":{"__isSmartRef__":true,"id":1108},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":1109}},"1501":{"borderColor":{"__isSmartRef__":true,"id":1108},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":1120}},"1502":{"borderRadius":8,"borderWidth":2,"bordercolor":{"__isSmartRef__":true,"id":1108},"fill":{"__isSmartRef__":true,"id":1262}},"1503":{"fill":null},"1504":{"fill":{"__isSmartRef__":true,"id":1505},"fillOpacity":0.5},"1505":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1506":{"textColor":{"__isSmartRef__":true,"id":1297},"fontStyle":"bold"},"1507":{"fill":{"__isSmartRef__":true,"id":1305}},"1508":{"fill":{"__isSmartRef__":true,"id":1331}},"1509":{"fill":{"__isSmartRef__":true,"id":1357}},"1510":{"fill":{"__isSmartRef__":true,"id":1511}},"1511":{"stops":[{"__isSmartRef__":true,"id":1512},{"__isSmartRef__":true,"id":1513},{"__isSmartRef__":true,"id":1514}],"f":{"__isSmartRef__":true,"id":1515},"refcount":14,"_livelyDataWrapperId_":"26:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"26:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1512":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(226,179,179)","namespaceURI":null}]}},"1513":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(158,0,0)","namespaceURI":null}]}},"1514":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(95,0,0)","namespaceURI":null}]}},"1515":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1516":{"fill":{"__isSmartRef__":true,"id":1517}},"1517":{"stops":[{"__isSmartRef__":true,"id":1518},{"__isSmartRef__":true,"id":1519},{"__isSmartRef__":true,"id":1520}],"f":{"__isSmartRef__":true,"id":1521},"refcount":14,"_livelyDataWrapperId_":"27:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"27:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1518":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(179,219,179)","namespaceURI":null}]}},"1519":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(0,133,0)","namespaceURI":null}]}},"1520":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(0,79,0)","namespaceURI":null}]}},"1521":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1522":{"fill":{"__isSmartRef__":true,"id":1523}},"1523":{"stops":[{"__isSmartRef__":true,"id":1524},{"__isSmartRef__":true,"id":1525},{"__isSmartRef__":true,"id":1526}],"f":{"__isSmartRef__":true,"id":1527},"refcount":14,"_livelyDataWrapperId_":"28:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"28:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1524":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(255,243,209)","namespaceURI":null}]}},"1525":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(255,215,102)","namespaceURI":null}]}},"1526":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(153,129,61)","namespaceURI":null}]}},"1527":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1528":{"borderColor":{"__isSmartRef__":true,"id":1529},"borderWidth":4,"fill":{"__isSmartRef__":true,"id":1530}},"1529":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1530":{"stops":[{"__isSmartRef__":true,"id":1531},{"__isSmartRef__":true,"id":1532}],"refcount":0,"_livelyDataWrapperId_":"29:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"29:lively.paint.RadialGradient","namespaceURI":null}]}},"1531":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(243,243,243)","namespaceURI":null}]}},"1532":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"1533":{"borderColor":{"__isSmartRef__":true,"id":1534},"borderWidth":1,"borderRadius":2,"fill":{"__isSmartRef__":true,"id":1030},"opacity":1},"1534":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1535":{"fill":{"__isSmartRef__":true,"id":1505}},"isSimplifiedRegistry":true}}]]>