this.data.length) {\n this.data.push([])\n }\n var x = this.data[0].length ;\n this.data.forEach(function(row, index) {\n row.push({x: x, y: data[index]})\n })\n\n this.render();\n}","funcProperties":{"__isSmartRef__":true,"id":840},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"839":{"this":{"__isSmartRef__":true,"id":620}},"840":{},"841":{"varMapping":{"__isSmartRef__":true,"id":842},"source":"function maxYofData(data) {\n // this.maxYofData([[{x: 1, y:1}]])\n // this.maxYofData([[{x: 1, y:1}, {x: 2, y:2}],[{x: 1, y:2},{x: 2, y:3}]])\n // this.maxYofData(this.data)\n // data = this.data\n\n if (!data) return undefined;\n\n var xlength = data[0].length\n var ylength = data.length\n var sums = []\n // when the data collections are layed out weired I have to do it manually..\n for(var i=0; i < xlength; i++) {\n var s = 0;\n for(var j=0; j < ylength; j++) {\n s += data[j][i].y\n };\n sums.push(s)\n }\n return pv.max(sums)\n}","funcProperties":{"__isSmartRef__":true,"id":843},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"842":{"this":{"__isSmartRef__":true,"id":620}},"843":{},"844":{"converter":{"__isSmartRef__":true,"id":845}},"845":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":846},"source":"function converter(s) {\n idleValues = Strings.tableize(s).slice(3,5).invoke('last')\n return idleValues.collect(function(ea) {return 100 - ea})\n}\n\n","funcProperties":{"__isSmartRef__":true,"id":847},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"846":{},"847":{},"848":{"sourceObj":{"__isSmartRef__":true,"id":396},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":394},"targetMethodName":"alignToMagnet","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"849":{"exec":{"__isSmartRef__":true,"id":850},"serverResult":{"__isSmartRef__":true,"id":851}},"850":{},"851":{},"852":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"853":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"854":{"morphMenuItems":{"__isSmartRef__":true,"id":855}},"855":{"varMapping":{"__isSmartRef__":true,"id":856},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":861},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"856":{"this":{"__isSmartRef__":true,"id":382},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":857}},"857":{"$super":{"__isSmartRef__":true,"id":858}},"858":{"varMapping":{"__isSmartRef__":true,"id":859},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":860},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"859":{"obj":{"__isSmartRef__":true,"id":382},"name":"morphMenuItems"},"860":{},"861":{},"862":{"sourceObj":{"__isSmartRef__":true,"id":301},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":299},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":864},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":866},{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":935},{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937},{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":864},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":866},{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":935},{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937},{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":864},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":866},{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":935},{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937},{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":864},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":866},{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":935},{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937},{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":864},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":866},{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":935},{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937},{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":864},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":866},{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":935},{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937},{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":864},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":866},{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":935},{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937},{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":864},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":866},{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":935},{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937}],"oldTransform":{"__isSmartRef__":true,"id":950},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"863":{"sourceObj":{"__isSmartRef__":true,"id":301},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":862},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":862},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"864":{"sourceObj":{"__isSmartRef__":true,"id":301},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":862},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":862},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"865":{"sourceObj":{"__isSmartRef__":true,"id":301},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":862},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":862},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"866":{"sourceObj":{"__isSmartRef__":true,"id":301},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":862},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":867},"dependedBy":{"__isSmartRef__":true,"id":862},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"867":{"source":{"__isSmartRef__":true,"id":301},"target":{"__isSmartRef__":true,"id":862}},"868":{"sourceObj":{"__isSmartRef__":true,"id":869},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":862},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":862},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"869":{"submorphs":[{"__isSmartRef__":true,"id":301},{"__isSmartRef__":true,"id":870}],"scripts":[],"id":2618,"shape":{"__isSmartRef__":true,"id":921},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ProtovisStackDrawing","partsBinMetaInfo":{"__isSmartRef__":true,"id":928},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":929},"eventHandler":{"__isSmartRef__":true,"id":930},"layout":{"__isSmartRef__":true,"id":931},"priorExtent":{"__isSmartRef__":true,"id":932},"connections":{"__isSmartRef__":true,"id":933},"attributeConnections":[{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":935},{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"_Scale":1.0040100200350561,"_Rotation":0,"_Position":{"__isSmartRef__":true,"id":939},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":940},"__LivelyClassName__":"lively.morphic.Box"},"870":{"submorphs":[{"__isSmartRef__":true,"id":871}],"scripts":[],"id":2620,"shape":{"__isSmartRef__":true,"id":885},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":900},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":888},"lighterFill":{"__isSmartRef__":true,"id":901},"label":{"__isSmartRef__":true,"id":871},"attributeConnections":[{"__isSmartRef__":true,"id":910},{"__isSmartRef__":true,"id":912}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"padding":{"__isSmartRef__":true,"id":917},"name":"resetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":918},"_Scale":1.089423869470782,"renderContextTable":{"__isSmartRef__":true,"id":919},"eventHandler":{"__isSmartRef__":true,"id":920},"owner":{"__isSmartRef__":true,"id":869},"__LivelyClassName__":"lively.morphic.Button"},"871":{"submorphs":[],"scripts":[],"id":2621,"shape":{"__isSmartRef__":true,"id":872},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"_OverflowMode":"visible","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":877},"textColor":{"__isSmartRef__":true,"id":875},"owner":{"__isSmartRef__":true,"id":870},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":878}],"padding":{"__isSmartRef__":true,"id":880},"_Padding":{"__isSmartRef__":true,"id":881},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":882},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":883},"eventHandler":{"__isSmartRef__":true,"id":884},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"872":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":873},"_Extent":{"__isSmartRef__":true,"id":874},"_BorderColor":{"__isSmartRef__":true,"id":875},"renderContextTable":{"__isSmartRef__":true,"id":876},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"873":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"874":{"x":116,"y":18,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"875":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"876":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"877":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"878":{"style":{"__isSmartRef__":true,"id":879},"chunkOwner":{"__isSmartRef__":true,"id":871},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"879":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"880":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"881":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"882":{"x":116,"y":18,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"883":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"884":{"morph":{"__isSmartRef__":true,"id":871},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"885":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":886},"_Extent":{"__isSmartRef__":true,"id":887},"_Fill":{"__isSmartRef__":true,"id":888},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":898},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":899},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"886":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"887":{"x":116,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"888":{"stops":[{"__isSmartRef__":true,"id":889},{"__isSmartRef__":true,"id":891},{"__isSmartRef__":true,"id":893},{"__isSmartRef__":true,"id":895}],"vector":{"__isSmartRef__":true,"id":897},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"889":{"offset":0,"color":{"__isSmartRef__":true,"id":890}},"890":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"891":{"offset":0.4,"color":{"__isSmartRef__":true,"id":892}},"892":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"893":{"offset":0.6,"color":{"__isSmartRef__":true,"id":894}},"894":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"895":{"offset":1,"color":{"__isSmartRef__":true,"id":896}},"896":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"897":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"898":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"899":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"900":{"x":103.58462358410429,"y":-222.1093371082231,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"901":{"stops":[{"__isSmartRef__":true,"id":902},{"__isSmartRef__":true,"id":904},{"__isSmartRef__":true,"id":906},{"__isSmartRef__":true,"id":908}],"vector":{"__isSmartRef__":true,"id":897},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"902":{"offset":0,"color":{"__isSmartRef__":true,"id":903}},"903":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"904":{"offset":0.4,"color":{"__isSmartRef__":true,"id":905}},"905":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"906":{"offset":0.6,"color":{"__isSmartRef__":true,"id":907}},"907":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"908":{"offset":1,"color":{"__isSmartRef__":true,"id":909}},"909":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"910":{"sourceObj":{"__isSmartRef__":true,"id":870},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":301},"targetMethodName":"reset","__SourceModuleName__":"Global.lively.bindings","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":911},"__LivelyClassName__":"AttributeConnection"},"911":{"source":{"__isSmartRef__":true,"id":870},"target":{"__isSmartRef__":true,"id":301}},"912":{"sourceObj":{"__isSmartRef__":true,"id":870},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":301},"targetMethodName":"render","converter":null,"converterString":null,"updaterString":"function ($upd) { this.targetObj.data = [[{x:0, y:0}]]; $upd() }","varMapping":{"__isSmartRef__":true,"id":913},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":914},"__LivelyClassName__":"AttributeConnection"},"913":{"source":{"__isSmartRef__":true,"id":870},"target":{"__isSmartRef__":true,"id":301}},"914":{"updater":{"__isSmartRef__":true,"id":915}},"915":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":913},"source":"function ($upd) { this.targetObj.data = [[{x:0, y:0}]]; $upd() }","funcProperties":{"__isSmartRef__":true,"id":916},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"916":{},"917":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"918":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"919":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"920":{"morph":{"__isSmartRef__":true,"id":870},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"921":{"position":{"__isSmartRef__":true,"id":922},"_Extent":{"__isSmartRef__":true,"id":923},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":924},"_Fill":{"__isSmartRef__":true,"id":925},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":926},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Position":{"__isSmartRef__":true,"id":927},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"922":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"923":{"x":565.1704110039991,"y":359.0546128281011,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"924":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"925":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"926":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"927":{"x":-261.476262000004,"y":-235.5282360000009,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"928":{"migrationLevel":2,"partsSpaceName":"PartsBin/Visualization/","__SourceModuleName__":"Global.lively.PartsBin","partName":"ProtovisStackDrawing","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"929":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"930":{"morph":{"__isSmartRef__":true,"id":869},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"931":{},"932":{"x":565.1704110039991,"y":361.0546128281011,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"933":{"addDataAndRender":{"__isSmartRef__":true,"id":934}},"934":{},"935":{"sourceObj":{"__isSmartRef__":true,"id":869},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":862},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":862},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"936":{"sourceObj":{"__isSmartRef__":true,"id":869},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":862},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":862},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"937":{"sourceObj":{"__isSmartRef__":true,"id":869},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":862},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":938},"dependedBy":{"__isSmartRef__":true,"id":862},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"938":{"source":{"__isSmartRef__":true,"id":869},"target":{"__isSmartRef__":true,"id":862}},"939":{"x":751.769690160597,"y":574.8723829785542,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"940":{"addDataAndRender":{"__isSmartRef__":true,"id":941},"reset":{"__isSmartRef__":true,"id":944},"setupConnections":{"__isSmartRef__":true,"id":947}},"941":{"varMapping":{"__isSmartRef__":true,"id":942},"source":"function addDataAndRender(data) {\n this.get('ProtovisMorph').addDataAndRender(data)\n}","funcProperties":{"__isSmartRef__":true,"id":943},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"942":{"this":{"__isSmartRef__":true,"id":869}},"943":{},"944":{"varMapping":{"__isSmartRef__":true,"id":945},"source":"function reset() {\n this.connections = {addDataAndRender: {}}\n this.get('ProtovisMorph').reset();\n}","funcProperties":{"__isSmartRef__":true,"id":946},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"945":{"this":{"__isSmartRef__":true,"id":869}},"946":{},"947":{"varMapping":{"__isSmartRef__":true,"id":948},"source":"function setupConnections() {\n connect(this.get('resetButton'), 'fire', this.get('ProtovisMorph'), 'render',\n {updater: function($upd) { this.targetObj.data = []; $upd() }})\n}","funcProperties":{"__isSmartRef__":true,"id":949},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"948":{"this":{"__isSmartRef__":true,"id":869}},"949":{},"950":{"d":1.0020050080140206,"a":1.0020050080140206,"f":383.41970407342194,"e":497.2709421633473,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":951},"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"951":{"a":1.0020050080140206,"b":0,"c":0,"d":1.0020050080140206,"e":497.2709421633473,"f":383.41970407342194,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"952":{"x":-253.48227898000812,"y":-190.68801613996595,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"953":{"draw":{"__isSmartRef__":true,"id":954},"prepareForNewRenderContext":{"__isSmartRef__":true,"id":965},"addDataAndRender":{"__isSmartRef__":true,"id":972},"reset":{"__isSmartRef__":true,"id":975},"setChartType":{"__isSmartRef__":true,"id":978},"drawStackChart":{"__isSmartRef__":true,"id":961},"setupStackExample":{"__isSmartRef__":true,"id":981},"addDataColumnAndRender":{"__isSmartRef__":true,"id":984},"maxYofData":{"__isSmartRef__":true,"id":987}},"954":{"varMapping":{"__isSmartRef__":true,"id":955},"source":"function drawStackChart(w, h) {\n w = w - 30;\n h = h - 25;\n \n var maxX = this.data[0].length,\n maxY = this.maxYofData(this.data) || 10;\n\n var x = pv.Scale.linear(0, maxX).range(0, w),\n y = pv.Scale.linear(0, maxY).range(0, h);\n\n var vis = new pv.Panel()\n .width(w)\n .height(h)\n .bottom(20)\n .left(20)\n .right(10)\n .top(5);\n\n /* X-axis and ticks. */\n vis.add(pv.Rule)\n .data(x.ticks())\n .visible(function(d){return d})\n .left(x)\n .bottom(-5)\n .height(5)\n .anchor(\"bottom\").add(pv.Label)\n .text(x.tickFormat);\n\n /* The stack layout. */\n vis.add(pv.Layout.Stack)\n .layers(this.data)\n .x(function(d){return x(d.x)})\n .y(function(d){return y(d.y)})\n .layer.add(pv.Area);\n\n /* Y-axis and ticks. */\n vis.add(pv.Rule)\n .data(y.ticks(3))\n .bottom(y)\n .strokeStyle(function(d){return d ? \"rgba(128,128,128,.2)\" : \"#000\"})\n .anchor(\"left\").add(pv.Label)\n .text(y.tickFormat);\n\n return vis;\n}","funcProperties":{"__isSmartRef__":true,"id":960},"__SourceModuleName__":"Global","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":964},"__LivelyClassName__":"lively.Closure"},"955":{"this":{"__isSmartRef__":true,"id":301},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":956}},"956":{"$super":{"__isSmartRef__":true,"id":957}},"957":{"varMapping":{"__isSmartRef__":true,"id":958},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":959},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"958":{"obj":{"__isSmartRef__":true,"id":301},"name":"draw"},"959":{},"960":{"hasLivelyClosure":true,"livelyClosure":{"__isSmartRef__":true,"id":961}},"961":{"varMapping":{"__isSmartRef__":true,"id":962},"source":"function drawStackChart(w, h) {\n w = w - 30;\n h = h - 25;\n \n var maxX = this.data[0].length,\n maxY = this.maxYofData(this.data) || 10;\n\n var x = pv.Scale.linear(0, maxX).range(0, w),\n y = pv.Scale.linear(0, maxY).range(0, h);\n\n var vis = new pv.Panel()\n .width(w)\n .height(h)\n .bottom(20)\n .left(20)\n .right(10)\n .top(5);\n\n /* X-axis and ticks. */\n vis.add(pv.Rule)\n .data(x.ticks())\n .visible(function(d){return d})\n .left(x)\n .bottom(-5)\n .height(5)\n .anchor(\"bottom\").add(pv.Label)\n .text(x.tickFormat);\n\n /* The stack layout. */\n vis.add(pv.Layout.Stack)\n .layers(this.data)\n .x(function(d){return x(d.x)})\n .y(function(d){return y(d.y)})\n .layer.add(pv.Area);\n\n /* Y-axis and ticks. */\n vis.add(pv.Rule)\n .data(y.ticks(3))\n .bottom(y)\n .strokeStyle(function(d){return d ? \"rgba(128,128,128,.2)\" : \"#000\"})\n .anchor(\"left\").add(pv.Label)\n .text(y.tickFormat);\n\n return vis;\n}","funcProperties":{"__isSmartRef__":true,"id":963},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"962":{"this":{"__isSmartRef__":true,"id":301}},"963":{},"964":{"originalFunc":{"__isSmartRef__":true,"id":961}},"965":{"varMapping":{"__isSmartRef__":true,"id":966},"source":"function prepareForNewRenderContext(renderCtx) {\n $super(renderCtx);\n lively.bindings.callWhenNotNull(Global, 'pv', this, 'render');\n}","funcProperties":{"__isSmartRef__":true,"id":971},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"966":{"this":{"__isSmartRef__":true,"id":301},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":967}},"967":{"$super":{"__isSmartRef__":true,"id":968}},"968":{"varMapping":{"__isSmartRef__":true,"id":969},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":970},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"969":{"obj":{"__isSmartRef__":true,"id":301},"name":"prepareForNewRenderContext"},"970":{},"971":{},"972":{"varMapping":{"__isSmartRef__":true,"id":973},"source":"function addDataAndRender(data) {\n if (data == null) return;\n\n if ((typeof data == 'object') && !(data instanceof Array))\n data = [data.x, data.y];\n\n if (!this.data)\n this.data = [data];\n else\n this.data.push(data);\n\n\n this.render();\n}","funcProperties":{"__isSmartRef__":true,"id":974},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"973":{"this":{"__isSmartRef__":true,"id":301}},"974":{},"975":{"varMapping":{"__isSmartRef__":true,"id":976},"source":"function reset() {\n this.connections = {addDataColumnAndRender: {}}\n this.setupStackExample()\n // this.setChartType('stack');\n}","funcProperties":{"__isSmartRef__":true,"id":977},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"976":{"this":{"__isSmartRef__":true,"id":301}},"977":{},"978":{"varMapping":{"__isSmartRef__":true,"id":979},"source":"function setChartType(cType) {\n\tvar chart = this;\n\t// if (!chart.vis) {\n\t\t// alert('Chart type could not be set. Chart is missing!');\n\t\t// chart.render();\n\t\t// return;\n\t// }\n\n\tswitch (cType.toLowerCase()) {\n\tcase 'stack':\n\t\tchart.drawStackChart.asScriptOf(chart, 'draw');\n\t\tbreak;\n\n\tdefault:\n\t\talert('The chart type \"' + cType + '\" is unknown!');\n\t\treturn;\n\t}\n this.render()\n}","funcProperties":{"__isSmartRef__":true,"id":980},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"979":{"this":{"__isSmartRef__":true,"id":301}},"980":{},"981":{"varMapping":{"__isSmartRef__":true,"id":982},"source":"function setupStackExample() {\n // this.setupStackExample()\n \n this.data = pv.range(4).map(function() {\n return pv.range(0, 10, .1).map(function(x) {\n return {x: x, y: Math.sin(x) + Math.random() * .5 + 2};\n });\n });\n // this.data = [\n // [{x:0, y:0}, { x: 1, y: 1}]\n // ]\n this.setChartType('stack')\n\n // this.render();\n}","funcProperties":{"__isSmartRef__":true,"id":983},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"982":{"this":{"__isSmartRef__":true,"id":301}},"983":{},"984":{"varMapping":{"__isSmartRef__":true,"id":985},"source":"function addDataColumnAndRender(data) {\n if (data == null) return;\n \n if (!this.data || data.length !== this.data.length) {\n this.data = []; // reset because of data changed\n }\n\n while (data.length > this.data.length) {\n this.data.push([])\n }\n var x = this.data[0].length ;\n this.data.forEach(function(row, index) {\n row.push({x: x, y: data[index]})\n })\n\n this.render();\n}","funcProperties":{"__isSmartRef__":true,"id":986},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"985":{"this":{"__isSmartRef__":true,"id":301}},"986":{},"987":{"varMapping":{"__isSmartRef__":true,"id":988},"source":"function maxYofData(data) {\n // this.maxYofData([[{x: 1, y:1}]])\n // this.maxYofData([[{x: 1, y:1}, {x: 2, y:2}],[{x: 1, y:2},{x: 2, y:3}]])\n // this.maxYofData(this.data)\n // data = this.data\n\n if (!data) return undefined;\n\n var xlength = data[0].length\n var ylength = data.length\n var sums = []\n // when the data collections are layed out weired I have to do it manually..\n for(var i=0; i < xlength; i++) {\n var s = 0;\n for(var j=0; j < ylength; j++) {\n s += data[j][i].y\n };\n sums.push(s)\n }\n return pv.max(sums)\n}","funcProperties":{"__isSmartRef__":true,"id":989},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"988":{"this":{"__isSmartRef__":true,"id":301}},"989":{},"990":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"991":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":301},"targetMethodName":"addDataColumnAndRender","visualConnector":{"__isSmartRef__":true,"id":287},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"992":{"x":-177.2901303182059,"y":99.60119680798084,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"993":{"morphMenuItems":{"__isSmartRef__":true,"id":994}},"994":{"varMapping":{"__isSmartRef__":true,"id":995},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":1000},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"995":{"this":{"__isSmartRef__":true,"id":287},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":996}},"996":{"$super":{"__isSmartRef__":true,"id":997}},"997":{"varMapping":{"__isSmartRef__":true,"id":998},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":999},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"998":{"obj":{"__isSmartRef__":true,"id":287},"name":"morphMenuItems"},"999":{},"1000":{},"1001":{"morph":{"__isSmartRef__":true,"id":1002},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":284},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1002":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1003},"id":5971,"renderContextTable":{"__isSmartRef__":true,"id":1011},"eventHandler":{"__isSmartRef__":true,"id":1012},"droppingEnabled":true,"halosEnabled":true,"controlPoints":[{"__isSmartRef__":true,"id":1013},{"__isSmartRef__":true,"id":1001}],"con":{"__isSmartRef__":true,"id":269},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1039},"__LivelyClassName__":"lively.morphic.Path"},"1003":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1004},{"__isSmartRef__":true,"id":1005}],"_PathElements":[{"__isSmartRef__":true,"id":1006},{"__isSmartRef__":true,"id":1007}],"renderContextTable":{"__isSmartRef__":true,"id":1008},"_Position":{"__isSmartRef__":true,"id":1009},"_Extent":{"__isSmartRef__":true,"id":1010},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":296},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1004":{"x":181.26620212668476,"y":424.2931223381578,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1005":{"x":260.4825518623436,"y":463.98005984039827,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1006":{"isAbsolute":true,"x":181.26620212668476,"y":424.2931223381578,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1007":{"isAbsolute":true,"x":260.4825518623436,"y":463.98005984039827,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1008":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1009":{"x":181.26620212668476,"y":424.2931223381578,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1010":{"x":79.21634973565884,"y":39.68693750224048,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1011":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1012":{"morph":{"__isSmartRef__":true,"id":1002},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1013":{"morph":{"__isSmartRef__":true,"id":1002},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":1014},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1014":{"morph":{"__isSmartRef__":true,"id":183},"position":{"__isSmartRef__":true,"id":1015},"connectedControlPoints":[{"__isSmartRef__":true,"id":1013},{"__isSmartRef__":true,"id":1016}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"1015":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1016":{"morph":{"__isSmartRef__":true,"id":1017},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":1014},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1017":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1018},"id":6859,"renderContextTable":{"__isSmartRef__":true,"id":1026},"eventHandler":{"__isSmartRef__":true,"id":1027},"droppingEnabled":true,"halosEnabled":true,"controlPoints":[{"__isSmartRef__":true,"id":1028},{"__isSmartRef__":true,"id":1016}],"con":{"__isSmartRef__":true,"id":182},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1031},"__LivelyClassName__":"lively.morphic.Path"},"1018":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1019},{"__isSmartRef__":true,"id":1020}],"_PathElements":[{"__isSmartRef__":true,"id":1021},{"__isSmartRef__":true,"id":1022}],"renderContextTable":{"__isSmartRef__":true,"id":1023},"_Position":{"__isSmartRef__":true,"id":1024},"_Extent":{"__isSmartRef__":true,"id":1025},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":296},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1019":{"x":184.25423803092437,"y":328.67597340249654,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1020":{"x":181.26620212668476,"y":424.2931223381578,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1021":{"isAbsolute":true,"x":184.25423803092437,"y":328.67597340249654,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1022":{"isAbsolute":true,"x":181.26620212668476,"y":424.2931223381578,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1023":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1024":{"x":181.26620212668476,"y":328.67597340249654,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1025":{"x":2.9880359042396094,"y":95.61714893566125,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1026":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1027":{"morph":{"__isSmartRef__":true,"id":1017},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1028":{"morph":{"__isSmartRef__":true,"id":1017},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":1029},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1029":{"morph":{"__isSmartRef__":true,"id":141},"position":{"__isSmartRef__":true,"id":1030},"connectedControlPoints":[{"__isSmartRef__":true,"id":1028}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"1030":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1031":{"morphMenuItems":{"__isSmartRef__":true,"id":1032}},"1032":{"varMapping":{"__isSmartRef__":true,"id":1033},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":1038},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1033":{"this":{"__isSmartRef__":true,"id":1017},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1034}},"1034":{"$super":{"__isSmartRef__":true,"id":1035}},"1035":{"varMapping":{"__isSmartRef__":true,"id":1036},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1037},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1036":{"obj":{"__isSmartRef__":true,"id":1017},"name":"morphMenuItems"},"1037":{},"1038":{},"1039":{"morphMenuItems":{"__isSmartRef__":true,"id":1040}},"1040":{"varMapping":{"__isSmartRef__":true,"id":1041},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":1046},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1041":{"this":{"__isSmartRef__":true,"id":1002},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1042}},"1042":{"$super":{"__isSmartRef__":true,"id":1043}},"1043":{"varMapping":{"__isSmartRef__":true,"id":1044},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1045},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1044":{"obj":{"__isSmartRef__":true,"id":1002},"name":"morphMenuItems"},"1045":{},"1046":{},"1047":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":270},"targetMethodName":"setTextString","converterString":"function (v) {\n try {\n return JSON.serialize(v)\n } catch(e) {\n return \"\"\n }\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1048},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1049},"__LivelyClassName__":"AttributeConnection"},"1048":{"source":{"__isSmartRef__":true,"id":270},"target":{"__isSmartRef__":true,"id":270}},"1049":{"converter":{"__isSmartRef__":true,"id":1050}},"1050":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":1048},"source":"function (v) {\n try {\n return JSON.serialize(v)\n } catch(e) {\n return \"\"\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1051},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1051":{},"1052":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":286},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1055},{"__isSmartRef__":true,"id":1056},{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1055},{"__isSmartRef__":true,"id":1056},{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1055},{"__isSmartRef__":true,"id":1056},{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1055},{"__isSmartRef__":true,"id":1056},{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1055},{"__isSmartRef__":true,"id":1056},{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1055},{"__isSmartRef__":true,"id":1056},{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1055},{"__isSmartRef__":true,"id":1056},{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1055},{"__isSmartRef__":true,"id":1056}],"oldTransform":{"__isSmartRef__":true,"id":1058},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"1053":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1052},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1052},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1054":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1052},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1052},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1055":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1052},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1052},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1056":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1052},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1057},"dependedBy":{"__isSmartRef__":true,"id":1052},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1057":{"source":{"__isSmartRef__":true,"id":270},"target":{"__isSmartRef__":true,"id":1052}},"1058":{"d":1,"a":1,"f":465.98005984039827,"e":262.4825518623436,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1059},"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"1059":{"a":1,"b":0,"c":0,"d":1,"e":262.4825518623436,"f":465.98005984039827,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"1060":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":1001},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":1061},{"__isSmartRef__":true,"id":1062},{"__isSmartRef__":true,"id":1063},{"__isSmartRef__":true,"id":1064},{"__isSmartRef__":true,"id":1061},{"__isSmartRef__":true,"id":1062},{"__isSmartRef__":true,"id":1063},{"__isSmartRef__":true,"id":1064},{"__isSmartRef__":true,"id":1061},{"__isSmartRef__":true,"id":1062},{"__isSmartRef__":true,"id":1063},{"__isSmartRef__":true,"id":1064},{"__isSmartRef__":true,"id":1061},{"__isSmartRef__":true,"id":1062},{"__isSmartRef__":true,"id":1063},{"__isSmartRef__":true,"id":1064},{"__isSmartRef__":true,"id":1061},{"__isSmartRef__":true,"id":1062},{"__isSmartRef__":true,"id":1063},{"__isSmartRef__":true,"id":1064},{"__isSmartRef__":true,"id":1061},{"__isSmartRef__":true,"id":1062},{"__isSmartRef__":true,"id":1063},{"__isSmartRef__":true,"id":1064},{"__isSmartRef__":true,"id":1061},{"__isSmartRef__":true,"id":1062},{"__isSmartRef__":true,"id":1063},{"__isSmartRef__":true,"id":1064},{"__isSmartRef__":true,"id":1061},{"__isSmartRef__":true,"id":1062},{"__isSmartRef__":true,"id":1063},{"__isSmartRef__":true,"id":1064}],"oldTransform":{"__isSmartRef__":true,"id":1066},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"1061":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1060},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1060},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1062":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1060},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1060},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1063":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1060},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1060},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1064":{"sourceObj":{"__isSmartRef__":true,"id":270},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1060},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1065},"dependedBy":{"__isSmartRef__":true,"id":1060},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1065":{"source":{"__isSmartRef__":true,"id":270},"target":{"__isSmartRef__":true,"id":1060}},"1066":{"d":1,"a":1,"f":465.98005984039827,"e":262.4825518623436,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1067},"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"1067":{"a":1,"b":0,"c":0,"d":1,"e":262.4825518623436,"f":465.98005984039827,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"1068":{},"1069":{"x":5,"y":5,"width":5,"height":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1070":{"value":{"__isSmartRef__":true,"id":1071}},"1071":{},"1072":{"x":262.4825518623436,"y":465.98005984039827,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1073":{"reset":{"__isSmartRef__":true,"id":1074}},"1074":{"varMapping":{"__isSmartRef__":true,"id":1075},"source":"function reset() {\n\tthis.connections = {\n value: {}\n };\n connect(this, 'value', this, 'setTextString', {\n converter: function(v) {\n try {\n return JSON.serialize(v)\n } catch(e) {\n return \"\"\n }\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":1076},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1075":{"this":{"__isSmartRef__":true,"id":270}},"1076":{},"1077":{"converter":{"__isSmartRef__":true,"id":1078}},"1078":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":1079},"source":"function converter(value) {\n return Strings.tableize(value)\n .slice(3,5)\n .collect(function(ea) { \n return (100-Number(ea.last())) / 2\n })\n}\n","funcProperties":{"__isSmartRef__":true,"id":1080},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1079":{},"1080":{},"1081":{"sourceObj":{"__isSmartRef__":true,"id":183},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":1013},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1085},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1085},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1085},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1085},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1085},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1085},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1085},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1085}],"oldTransform":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"1082":{"sourceObj":{"__isSmartRef__":true,"id":183},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1081},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1081},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1083":{"sourceObj":{"__isSmartRef__":true,"id":183},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1081},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1081},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1084":{"sourceObj":{"__isSmartRef__":true,"id":183},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1081},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1081},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1085":{"sourceObj":{"__isSmartRef__":true,"id":183},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1081},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1086},"dependedBy":{"__isSmartRef__":true,"id":1081},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1086":{"source":{"__isSmartRef__":true,"id":183},"target":{"__isSmartRef__":true,"id":1081}},"1087":{"d":1,"a":1,"f":426.2931223381578,"e":183.26620212668476,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1088},"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"1088":{"a":1,"b":0,"c":0,"d":1,"e":183.26620212668476,"f":426.2931223381578,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"1089":{"sourceObj":{"__isSmartRef__":true,"id":183},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":1016},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093},{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093},{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093},{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093},{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093},{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093},{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093},{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093}],"oldTransform":{"__isSmartRef__":true,"id":1095},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"1090":{"sourceObj":{"__isSmartRef__":true,"id":183},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1089},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1089},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1091":{"sourceObj":{"__isSmartRef__":true,"id":183},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1089},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1089},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1092":{"sourceObj":{"__isSmartRef__":true,"id":183},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1089},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1089},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1093":{"sourceObj":{"__isSmartRef__":true,"id":183},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1089},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1094},"dependedBy":{"__isSmartRef__":true,"id":1089},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1094":{"source":{"__isSmartRef__":true,"id":183},"target":{"__isSmartRef__":true,"id":1089}},"1095":{"d":1,"a":1,"f":426.2931223381578,"e":183.26620212668476,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1096},"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"1096":{"a":1,"b":0,"c":0,"d":1,"e":183.26620212668476,"f":426.2931223381578,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"1097":{"layouter":{"__isSmartRef__":true,"id":1098},"adjustForNewBounds":true},"1098":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":10,"spacing":5.415,"container":{"__isSmartRef__":true,"id":183},"__SourceModuleName__":"Global.lively.morphic.Layout","__LivelyClassName__":"lively.morphic.Layout.JournalLayout"},"1099":{"x":198.90402416749106,"y":66.42298003993008,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1100":{"resultFromServer":{"__isSmartRef__":true,"id":1101}},"1101":{},"1102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/nodejs/SandboxServer/run","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1103":{"x":183.26620212668476,"y":426.2931223381578,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1104":{"reset":{"__isSmartRef__":true,"id":1105},"onServerDo":{"__isSmartRef__":true,"id":1108},"createServerProxy":{"__isSmartRef__":true,"id":1111},"exec":{"__isSmartRef__":true,"id":1114},"setExtent":{"__isSmartRef__":true,"id":1117},"setupConnections":{"__isSmartRef__":true,"id":1124}},"1105":{"varMapping":{"__isSmartRef__":true,"id":1106},"source":"function reset() {\n this.connections = {resultFromServer: {}, exec: {}};\n this.serverURL = new URL('http://lively-kernel.org/nodejs/SandboxServer/run');\n}","funcProperties":{"__isSmartRef__":true,"id":1107},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1106":{"this":{"__isSmartRef__":true,"id":183}},"1107":{},"1108":{"varMapping":{"__isSmartRef__":true,"id":1109},"source":"function onServerDo() {\n runOnCommandLine('mpstat -P ALL 1 1', function(result, send) {\n send(result);\n })\n}","funcProperties":{"__isSmartRef__":true,"id":1110},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1109":{"this":{"__isSmartRef__":true,"id":183}},"1110":{},"1111":{"varMapping":{"__isSmartRef__":true,"id":1112},"source":"function createServerProxy() {\n module('server.nodejs.RemoteJSInterface').load(true)\n return new server.nodejs.JSRemoteServer(this.serverURL, this.getName());\n}","funcProperties":{"__isSmartRef__":true,"id":1113},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1112":{"this":{"__isSmartRef__":true,"id":183}},"1113":{},"1114":{"varMapping":{"__isSmartRef__":true,"id":1115},"source":"function exec() {\n var serverProxy = this.createServerProxy();\n connect(serverProxy, 'result', this, 'resultFromServer')\n serverProxy.evalOnServer('(' + this.onServerDo + ')()');\n}","funcProperties":{"__isSmartRef__":true,"id":1116},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1115":{"this":{"__isSmartRef__":true,"id":183}},"1116":{},"1117":{"varMapping":{"__isSmartRef__":true,"id":1118},"source":"function setExtent(value) {\n $super(value);\n var myCenter = this.get('runButton').bounds().topCenter(),\n labelCenter = this.get('nameLabel').bounds().bottomCenter().addXY(0,5);\n this.get('runButton').align(\n myCenter,\n labelCenter)\n}","funcProperties":{"__isSmartRef__":true,"id":1123},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1118":{"this":{"__isSmartRef__":true,"id":183},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1119}},"1119":{"$super":{"__isSmartRef__":true,"id":1120}},"1120":{"varMapping":{"__isSmartRef__":true,"id":1121},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1122},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1121":{"obj":{"__isSmartRef__":true,"id":183},"name":"setExtent"},"1122":{},"1123":{},"1124":{"varMapping":{"__isSmartRef__":true,"id":1125},"source":"function setupConnections() {\n connect(this.get('runButton'), 'fire', this, 'exec')\n}","funcProperties":{"__isSmartRef__":true,"id":1126},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1125":{"this":{"__isSmartRef__":true,"id":183}},"1126":{},"1127":{"sourceObj":{"__isSmartRef__":true,"id":141},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":1028},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1131},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1131},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1131},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1131},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1131},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1131},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1131},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1131}],"oldTransform":{"__isSmartRef__":true,"id":1133},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"1128":{"sourceObj":{"__isSmartRef__":true,"id":141},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1127},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1127},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1129":{"sourceObj":{"__isSmartRef__":true,"id":141},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1127},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1127},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1130":{"sourceObj":{"__isSmartRef__":true,"id":141},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1127},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1127},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1131":{"sourceObj":{"__isSmartRef__":true,"id":141},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1127},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1132},"dependedBy":{"__isSmartRef__":true,"id":1127},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1132":{"source":{"__isSmartRef__":true,"id":141},"target":{"__isSmartRef__":true,"id":1127}},"1133":{"d":1,"a":1,"f":330.67597340249654,"e":186.25423803092437,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1134},"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"1134":{"a":1,"b":0,"c":0,"d":1,"e":186.25423803092437,"f":330.67597340249654,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Similitude"},"1135":{"x":302.1904295202012,"y":46.21535372369033,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1136":{},"1137":{"tick":{"__isSmartRef__":true,"id":1138},"running":{"__isSmartRef__":true,"id":1139}},"1138":{},"1139":{},"1140":{"x":186.25423803092437,"y":330.67597340249654,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1141":{"updateTickingScripts":{"__isSmartRef__":true,"id":1142},"setupConnections":{"__isSmartRef__":true,"id":1145},"updateTick":{"__isSmartRef__":true,"id":1148}},"1142":{"varMapping":{"__isSmartRef__":true,"id":1143},"source":"function updateTickingScripts(bool) {\n var timeInMS = Number(this.get('tickInput').textString);\n\tif (bool)\n this.startStepping(timeInMS, 'updateTick')\n else\n this.stopStepping()\n}","funcProperties":{"__isSmartRef__":true,"id":1144},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1143":{"this":{"__isSmartRef__":true,"id":141}},"1144":{},"1145":{"varMapping":{"__isSmartRef__":true,"id":1146},"source":"function setupConnections() {\n this.connections = {tick: {}, running: {}}\n\tconnect(this, 'running', this, 'updateTickingScripts')\n}","funcProperties":{"__isSmartRef__":true,"id":1147},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1146":{"this":{"__isSmartRef__":true,"id":141}},"1147":{},"1148":{"varMapping":{"__isSmartRef__":true,"id":1149},"source":"function updateTick() {\n this.tick = Date.now()\n}","funcProperties":{"__isSmartRef__":true,"id":1150},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1149":{"this":{"__isSmartRef__":true,"id":141}},"1150":{},"1151":{"morphMenuItems":{"__isSmartRef__":true,"id":1152}},"1152":{"varMapping":{"__isSmartRef__":true,"id":1153},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":1158},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1153":{"this":{"__isSmartRef__":true,"id":66},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1154}},"1154":{"$super":{"__isSmartRef__":true,"id":1155}},"1155":{"varMapping":{"__isSmartRef__":true,"id":1156},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1157},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1156":{"obj":{"__isSmartRef__":true,"id":66},"name":"morphMenuItems"},"1157":{},"1158":{},"1159":{"x":12.011805911956586,"y":8.29248716698001,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1160":{"updateLabel":{"__isSmartRef__":true,"id":1161},"setupGrabbing":{"__isSmartRef__":true,"id":1163},"onFire":{"__isSmartRef__":true,"id":1165},"onrestore":{"__isSmartRef__":true,"id":1167}},"1161":{"time":{"__isSmartRef__":true,"id":1162},"user":"jenslincke"},"1162":{"isSerializedDate":true,"string":"Tue Jun 28 2011 08:08:00 GMT-0700 (Pacific Daylight Time)"},"1163":{"time":{"__isSmartRef__":true,"id":1164},"user":"robertkrahn"},"1164":{"isSerializedDate":true,"string":"Mon Jul 04 2011 09:03:21 GMT-0700 (Pacific Daylight Time)"},"1165":{"time":{"__isSmartRef__":true,"id":1166},"user":"jenslincke"},"1166":{"isSerializedDate":true,"string":"Tue Jun 28 2011 08:06:51 GMT-0700 (Pacific Daylight Time)"},"1167":{"time":{"__isSmartRef__":true,"id":1168},"user":"robertkrahn"},"1168":{"isSerializedDate":true,"string":"Mon Jul 04 2011 08:28:26 GMT-0700 (Pacific Daylight Time)"},"1169":{"x":109.96452154306895,"y":-14.128593913472798,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1170":{"onrestore":{"__isSmartRef__":true,"id":1171},"setupGrabbing":{"__isSmartRef__":true,"id":1178},"onFire":{"__isSmartRef__":true,"id":1181},"reset":{"__isSmartRef__":true,"id":1184},"updateLabel":{"__isSmartRef__":true,"id":1187}},"1171":{"varMapping":{"__isSmartRef__":true,"id":1172},"source":"function onrestore() {\n $super()\n this.setupGrabbing()\n if (this.running) GrabbingLayer.beGlobal()\n}","funcProperties":{"__isSmartRef__":true,"id":1177},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1172":{"this":{"__isSmartRef__":true,"id":16},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1173}},"1173":{"$super":{"__isSmartRef__":true,"id":1174}},"1174":{"varMapping":{"__isSmartRef__":true,"id":1175},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1176},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1175":{"obj":{"__isSmartRef__":true,"id":16},"name":"onrestore"},"1176":{},"1177":{},"1178":{"varMapping":{"__isSmartRef__":true,"id":1179},"source":"function setupGrabbing() {\n// this.setupGrabbing()\nmodule('lively.LayerableMorphs').load()\n\ncop.create('GrabbingLayer').refineClass(lively.morphic.Morph, {\n get draggingEnabled() {return true},\n\n onDragStart: function(evt) {\n if (cop.proceed(evt)) return;\n evt.hand.grabMorph(this)\n },\n\n onDrag: function(evt) {\n cop.proceed(evt)\n return true;\n },\n\n onDragEnd: function(evt) {\n cop.proceed(evt)\n return true;\n },\n})\n.refineClass(lively.morphic.Text, {\n get draggingEnabled() {return true},\n\n onDragStart: function(evt) {\n if (cop.proceed(evt)) return;\n // only grab when in outer area of bounds\n var bounds = this.innerBounds(),\n smallerBounds = bounds.insetBy(6),\n pos = this.localize(evt.getPosition());\n if (bounds.containsPoint(pos) && !smallerBounds.containsPoint(pos))\n evt.hand.grabMorph(this)\n },\n\n onDrag: function(evt) {\n cop.proceed(evt)\n return true;\n },\n\n onDragEnd: function(evt) {\n cop.proceed(evt)\n return true;\n },\n})\n\n\nvar targetObj = lively.morphic.Window.prototype\nif (!targetObj.withoutLayers)\n targetObj.withoutLayers = [];\n\nif (!targetObj.withoutLayers.include(GrabbingLayer))\n targetObj.withoutLayers.push(GrabbingLayer)\n\n}","funcProperties":{"__isSmartRef__":true,"id":1180},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1179":{"this":{"__isSmartRef__":true,"id":16}},"1180":{},"1181":{"varMapping":{"__isSmartRef__":true,"id":1182},"source":"function onFire() {\n this.setupGrabbing();\n\n this.running = !this.running;\n\n if(this.running) {\n GrabbingLayer.beGlobal()\n } else {\n GrabbingLayer.beNotGlobal()\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":1183},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1182":{"this":{"__isSmartRef__":true,"id":16}},"1183":{},"1184":{"varMapping":{"__isSmartRef__":true,"id":1185},"source":"function reset() {\n this.connections = {running: {}}\n connect(this, 'running', this, 'updateLabel')\n connect(this, 'fire', this, 'onFire')\n}","funcProperties":{"__isSmartRef__":true,"id":1186},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1185":{"this":{"__isSmartRef__":true,"id":16}},"1186":{},"1187":{"varMapping":{"__isSmartRef__":true,"id":1188},"source":"function updateLabel() {\n if (this.running) {\n this.setLabel(\"disable grabbing\")\n } else {\n this.setLabel(\"enable grabbing\")\n\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1189},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1188":{"this":{"__isSmartRef__":true,"id":16}},"1189":{},"1190":{"position":{"__isSmartRef__":true,"id":1191},"_Extent":{"__isSmartRef__":true,"id":1192},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1193},"_Fill":{"__isSmartRef__":true,"id":1194},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1195},"_BorderRadius":17.045,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1191":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1192":{"x":162.56498346216785,"y":37.1051521075718,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1193":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1194":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1195":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1196":{"x":920,"y":647.9999999999999,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1197":{"partsSpaceName":"PartsBin/Controls/","__SourceModuleName__":"Global.lively.PartsBin","comment":"a control that enables and disables global grabbing behavior","migrationLevel":2,"partName":"GrabbingControl","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1198":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1199":{"morph":{"__isSmartRef__":true,"id":15},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1200":{"x":162.56498346216785,"y":38.03312862285944,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1201":{"x":180.23268380804404,"y":-6.469891213622091,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1202":{},"1203":{"submorphs":[{"__isSmartRef__":true,"id":1204}],"scripts":[{"__isSmartRef__":true,"id":1273}],"id":24,"renderContextTable":{"__isSmartRef__":true,"id":1274},"shape":{"__isSmartRef__":true,"id":1275},"__layered_droppingEnabled__":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":1303},"showsHalos":false,"_Position":{"__isSmartRef__":true,"id":1304},"name":"Windmill","partsBinMetaInfo":{"__isSmartRef__":true,"id":1305},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","controlPoints":[{"__isSmartRef__":true,"id":1306},{"__isSmartRef__":true,"id":1307},{"__isSmartRef__":true,"id":1308},{"__isSmartRef__":true,"id":1309},{"__isSmartRef__":true,"id":1310},{"__isSmartRef__":true,"id":1311},{"__isSmartRef__":true,"id":1312},{"__isSmartRef__":true,"id":1313},{"__isSmartRef__":true,"id":1314},{"__isSmartRef__":true,"id":1315},{"__isSmartRef__":true,"id":1316}],"layout":{"__isSmartRef__":true,"id":1317},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":0},"_Rotation":815.6125948890548,"_Scale":0.2303,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1318},"__LivelyClassName__":"lively.morphic.Path","withLayers":["NoMagnetsLayer"]},"1204":{"submorphs":[{"__isSmartRef__":true,"id":1205}],"scripts":[],"id":25,"shape":{"__isSmartRef__":true,"id":1262},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1268},"showsHalos":false,"name":"Rectangle1","partsBinMetaInfo":{"__isSmartRef__":true,"id":1269},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":1270},"eventHandler":{"__isSmartRef__":true,"id":1271},"priorExtent":{"__isSmartRef__":true,"id":1272},"owner":{"__isSmartRef__":true,"id":1203},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":1.5946638819692984,"_Scale":2.1419197912346113,"__LivelyClassName__":"lively.morphic.Box"},"1205":{"submorphs":[],"scripts":[{"__isSmartRef__":true,"id":1206}],"id":26,"renderContextTable":{"__isSmartRef__":true,"id":1207},"shape":{"__isSmartRef__":true,"id":1208},"__layered_droppingEnabled__":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":1236},"showsHalos":false,"_Position":{"__isSmartRef__":true,"id":1237},"name":"RotatingStar1","partsBinMetaInfo":{"__isSmartRef__":true,"id":1238},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","controlPoints":[{"__isSmartRef__":true,"id":1239},{"__isSmartRef__":true,"id":1240},{"__isSmartRef__":true,"id":1241},{"__isSmartRef__":true,"id":1242},{"__isSmartRef__":true,"id":1243},{"__isSmartRef__":true,"id":1244},{"__isSmartRef__":true,"id":1245},{"__isSmartRef__":true,"id":1246},{"__isSmartRef__":true,"id":1247},{"__isSmartRef__":true,"id":1248},{"__isSmartRef__":true,"id":1249}],"layout":{"__isSmartRef__":true,"id":1250},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":1204},"_Rotation":859.054892039271,"_Scale":0.46687089035374,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1251},"__LivelyClassName__":"lively.morphic.Path","withLayers":["NoMagnetsLayer"]},"1206":{"target":{"__isSmartRef__":true,"id":1205},"selector":"rotate","args":[0.6],"stopped":false,"tickTime":40,"currentTimeout":28726,"__SourceModuleName__":"Global.lively.morphic.Core","suspended":false,"__LivelyClassName__":"lively.morphic.TargetScript"},"1207":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1208":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1209},{"__isSmartRef__":true,"id":1210},{"__isSmartRef__":true,"id":1211},{"__isSmartRef__":true,"id":1212},{"__isSmartRef__":true,"id":1213},{"__isSmartRef__":true,"id":1214},{"__isSmartRef__":true,"id":1215},{"__isSmartRef__":true,"id":1216},{"__isSmartRef__":true,"id":1217},{"__isSmartRef__":true,"id":1218},{"__isSmartRef__":true,"id":1219}],"_PathElements":[{"__isSmartRef__":true,"id":1220},{"__isSmartRef__":true,"id":1221},{"__isSmartRef__":true,"id":1222},{"__isSmartRef__":true,"id":1223},{"__isSmartRef__":true,"id":1224},{"__isSmartRef__":true,"id":1225},{"__isSmartRef__":true,"id":1226},{"__isSmartRef__":true,"id":1227},{"__isSmartRef__":true,"id":1228},{"__isSmartRef__":true,"id":1229},{"__isSmartRef__":true,"id":1230}],"renderContextTable":{"__isSmartRef__":true,"id":1231},"_Position":{"__isSmartRef__":true,"id":1232},"_Extent":{"__isSmartRef__":true,"id":1233},"_BorderWidth":0.444,"_BorderRadius":0,"_BorderColor":{"__isSmartRef__":true,"id":1234},"_Fill":{"__isSmartRef__":true,"id":1235},"__SourceModuleName__":"Global.lively.morphic.PathShapes","_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1209":{"x":39,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1210":{"x":80.90169943749474,"y":58.778525229247315,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1211":{"x":12.051662780622951,"y":37.091204135510985,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1212":{"x":-30.901699437494734,"y":95.10565162951536,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1213":{"x":-31.551662780622944,"y":22.923624839406457,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1214":{"x":-100,"y":1.2246063538223773e-14,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1215":{"x":-31.551662780622955,"y":-22.923624839406447,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1216":{"x":-30.901699437494756,"y":-95.10565162951535,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1217":{"x":12.051662780622943,"y":-37.09120413551099,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1218":{"x":80.90169943749473,"y":-58.778525229247336,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1219":{"x":39,"y":-9.551929559814543e-15,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1220":{"isAbsolute":true,"x":39,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1221":{"isAbsolute":true,"x":80.90169943749474,"y":58.778525229247315,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1222":{"isAbsolute":true,"x":12.051662780622951,"y":37.091204135510985,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1223":{"isAbsolute":true,"x":-30.901699437494734,"y":95.10565162951536,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1224":{"isAbsolute":true,"x":-31.551662780622944,"y":22.923624839406457,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1225":{"isAbsolute":true,"x":-100,"y":1.2246063538223773e-14,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1226":{"isAbsolute":true,"x":-31.551662780622955,"y":-22.923624839406447,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1227":{"isAbsolute":true,"x":-30.901699437494756,"y":-95.10565162951535,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1228":{"isAbsolute":true,"x":12.051662780622943,"y":-37.09120413551099,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1229":{"isAbsolute":true,"x":80.90169943749473,"y":-58.778525229247336,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1230":{"isAbsolute":true,"x":39,"y":-9.551929559814543e-15,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1231":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1232":{"x":-100,"y":-95.10565162951535,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1233":{"x":180.90169943749476,"y":190.21130325903073,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1234":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1235":{"r":0.8,"g":0.8,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1236":{"morph":{"__isSmartRef__":true,"id":1205},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1237":{"x":11.249438202247234,"y":1.2494382022472337,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1238":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Demos/","__SourceModuleName__":"Global.lively.PartsBin","partName":"RotatingStar","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1239":{"morph":{"__isSmartRef__":true,"id":1205},"index":0,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1240":{"morph":{"__isSmartRef__":true,"id":1205},"index":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1241":{"morph":{"__isSmartRef__":true,"id":1205},"index":2,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1242":{"morph":{"__isSmartRef__":true,"id":1205},"index":3,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1243":{"morph":{"__isSmartRef__":true,"id":1205},"index":4,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1244":{"morph":{"__isSmartRef__":true,"id":1205},"index":5,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1245":{"morph":{"__isSmartRef__":true,"id":1205},"index":6,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1246":{"morph":{"__isSmartRef__":true,"id":1205},"index":7,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1247":{"morph":{"__isSmartRef__":true,"id":1205},"index":8,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1248":{"morph":{"__isSmartRef__":true,"id":1205},"index":9,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1249":{"morph":{"__isSmartRef__":true,"id":1205},"index":10,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1250":{},"1251":{"rotate":{"__isSmartRef__":true,"id":1252},"getHaloClasses":{"__isSmartRef__":true,"id":1255}},"1252":{"varMapping":{"__isSmartRef__":true,"id":1253},"source":"function rotate() {\n this.rotateBy(0.06)\n this.halos && this.halos.length > 0 && this.halos.invoke('alignAtTarget')\n}","funcProperties":{"__isSmartRef__":true,"id":1254},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1253":{"this":{"__isSmartRef__":true,"id":1205}},"1254":{},"1255":{"varMapping":{"__isSmartRef__":true,"id":1256},"source":"function getHaloClasses() {\n return $super()\n .reject(function(ea) { return ea === lively.morphic.ResizeHalo })\n .concat([lively.morphic.RescaleHalo])\n}","funcProperties":{"__isSmartRef__":true,"id":1261},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1256":{"this":{"__isSmartRef__":true,"id":1205},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1257}},"1257":{"$super":{"__isSmartRef__":true,"id":1258}},"1258":{"varMapping":{"__isSmartRef__":true,"id":1259},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":1260},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1259":{"obj":{"__isSmartRef__":true,"id":1205},"name":"getHaloClasses"},"1260":{},"1261":{},"1262":{"position":{"__isSmartRef__":true,"id":1263},"_Extent":{"__isSmartRef__":true,"id":1264},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1265},"_Fill":{"__isSmartRef__":true,"id":1266},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1267},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1263":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1264":{"x":13.13483146067415,"y":151.0179775280899,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1265":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1266":{"r":0.7215686274509804,"g":0.3058823529411765,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1267":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1268":{"x":307.7816055320808,"y":-1.9641902275880057,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1269":{"partsSpaceName":"PartsBin/Basic/","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1270":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1271":{"morph":{"__isSmartRef__":true,"id":1204},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1272":{"x":14.860674157303379,"y":151.0179775280899,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1273":{"target":{"__isSmartRef__":true,"id":1203},"selector":"rotate","args":[0.6],"stopped":false,"tickTime":40,"currentTimeout":28727,"__SourceModuleName__":"Global.lively.morphic.Core","suspended":false,"__LivelyClassName__":"lively.morphic.TargetScript"},"1274":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1275":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1276},{"__isSmartRef__":true,"id":1277},{"__isSmartRef__":true,"id":1278},{"__isSmartRef__":true,"id":1279},{"__isSmartRef__":true,"id":1280},{"__isSmartRef__":true,"id":1281},{"__isSmartRef__":true,"id":1282},{"__isSmartRef__":true,"id":1283},{"__isSmartRef__":true,"id":1284},{"__isSmartRef__":true,"id":1285},{"__isSmartRef__":true,"id":1286}],"_PathElements":[{"__isSmartRef__":true,"id":1287},{"__isSmartRef__":true,"id":1288},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1290},{"__isSmartRef__":true,"id":1291},{"__isSmartRef__":true,"id":1292},{"__isSmartRef__":true,"id":1293},{"__isSmartRef__":true,"id":1294},{"__isSmartRef__":true,"id":1295},{"__isSmartRef__":true,"id":1296},{"__isSmartRef__":true,"id":1297}],"renderContextTable":{"__isSmartRef__":true,"id":1298},"_Position":{"__isSmartRef__":true,"id":1299},"_Extent":{"__isSmartRef__":true,"id":1300},"_BorderWidth":0.444,"_BorderRadius":0,"_BorderColor":{"__isSmartRef__":true,"id":1301},"_Fill":{"__isSmartRef__":true,"id":1302},"__SourceModuleName__":"Global.lively.morphic.PathShapes","_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1276":{"x":39,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1277":{"x":80.90169943749474,"y":58.778525229247315,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1278":{"x":12.051662780622951,"y":37.091204135510985,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1279":{"x":-30.901699437494734,"y":95.10565162951536,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1280":{"x":-31.551662780622944,"y":22.923624839406457,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1281":{"x":-100,"y":1.2246063538223773e-14,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1282":{"x":-31.551662780622955,"y":-22.923624839406447,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1283":{"x":-30.901699437494756,"y":-95.10565162951535,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1284":{"x":12.051662780622943,"y":-37.09120413551099,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1285":{"x":80.90169943749473,"y":-58.778525229247336,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1286":{"x":39,"y":-9.551929559814543e-15,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1287":{"isAbsolute":true,"x":39,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1288":{"isAbsolute":true,"x":80.90169943749474,"y":58.778525229247315,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1289":{"isAbsolute":true,"x":12.051662780622951,"y":37.091204135510985,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1290":{"isAbsolute":true,"x":-30.901699437494734,"y":95.10565162951536,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1291":{"isAbsolute":true,"x":-31.551662780622944,"y":22.923624839406457,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1292":{"isAbsolute":true,"x":-100,"y":1.2246063538223773e-14,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1293":{"isAbsolute":true,"x":-31.551662780622955,"y":-22.923624839406447,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1294":{"isAbsolute":true,"x":-30.901699437494756,"y":-95.10565162951535,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1295":{"isAbsolute":true,"x":12.051662780622943,"y":-37.09120413551099,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1296":{"isAbsolute":true,"x":80.90169943749473,"y":-58.778525229247336,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1297":{"isAbsolute":true,"x":39,"y":-9.551929559814543e-15,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1298":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1299":{"x":-100,"y":-95.10565185546875,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1300":{"x":180.90170288085938,"y":190.2113037109375,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1301":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1302":{"r":0.8,"g":0.8,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1303":{"morph":{"__isSmartRef__":true,"id":1203},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1304":{"x":821,"y":387.00000000000006,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1305":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Demos/","__SourceModuleName__":"Global.lively.PartsBin","partName":"Windmill","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1306":{"morph":{"__isSmartRef__":true,"id":1203},"index":0,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1307":{"morph":{"__isSmartRef__":true,"id":1203},"index":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1308":{"morph":{"__isSmartRef__":true,"id":1203},"index":2,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1309":{"morph":{"__isSmartRef__":true,"id":1203},"index":3,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1310":{"morph":{"__isSmartRef__":true,"id":1203},"index":4,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1311":{"morph":{"__isSmartRef__":true,"id":1203},"index":5,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1312":{"morph":{"__isSmartRef__":true,"id":1203},"index":6,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1313":{"morph":{"__isSmartRef__":true,"id":1203},"index":7,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1314":{"morph":{"__isSmartRef__":true,"id":1203},"index":8,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1315":{"morph":{"__isSmartRef__":true,"id":1203},"index":9,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1316":{"morph":{"__isSmartRef__":true,"id":1203},"index":10,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1317":{},"1318":{"rotate":{"__isSmartRef__":true,"id":1319},"getHaloClasses":{"__isSmartRef__":true,"id":1322}},"1319":{"varMapping":{"__isSmartRef__":true,"id":1320},"source":"function rotate() {\n this.rotateBy(0.06)\n this.halos && this.halos.length > 0 && this.halos.invoke('alignAtTarget')\n}","funcProperties":{"__isSmartRef__":true,"id":1321},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1320":{"this":{"__isSmartRef__":true,"id":1203}},"1321":{},"1322":{"varMapping":{"__isSmartRef__":true,"id":1323},"source":"function getHaloClasses() {\n return $super()\n .reject(function(ea) { return ea === lively.morphic.ResizeHalo })\n .concat([lively.morphic.RescaleHalo])\n}","funcProperties":{"__isSmartRef__":true,"id":1328},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1323":{"this":{"__isSmartRef__":true,"id":1203},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1324}},"1324":{"$super":{"__isSmartRef__":true,"id":1325}},"1325":{"varMapping":{"__isSmartRef__":true,"id":1326},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":1327},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1326":{"obj":{"__isSmartRef__":true,"id":1203},"name":"getHaloClasses"},"1327":{},"1328":{},"1329":{"submorphs":[{"__isSmartRef__":true,"id":1330}],"scripts":[],"id":52,"shape":{"__isSmartRef__":true,"id":1349},"droppingEnabled":true,"halosEnabled":true,"attributeConnections":[{"__isSmartRef__":true,"id":1361},{"__isSmartRef__":true,"id":1362}],"doNotSerialize":["$$value"],"doNotCopyProperties":["$$value"],"sliderExtent":0.1,"valueScale":1,"sliderKnob":{"__isSmartRef__":true,"id":1330},"styleClass":["slider_background_horizontal"],"showsHalos":false,"name":"Slider","partsBinMetaInfo":{"__isSmartRef__":true,"id":1403},"__SourceModuleName__":"Global.lively.morphic.Widgets","renderContextTable":{"__isSmartRef__":true,"id":1404},"eventHandler":{"__isSmartRef__":true,"id":1405},"layout":{"__isSmartRef__":true,"id":1406},"value":0.2303,"magnets":[{"__isSmartRef__":true,"id":1407},{"__isSmartRef__":true,"id":1409},{"__isSmartRef__":true,"id":1411},{"__isSmartRef__":true,"id":1413},{"__isSmartRef__":true,"id":1415},{"__isSmartRef__":true,"id":1417},{"__isSmartRef__":true,"id":1419},{"__isSmartRef__":true,"id":1421}],"_Position":{"__isSmartRef__":true,"id":1423},"_Scale":1.002003004005006,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"lively.morphic.Slider"},"1330":{"submorphs":[],"scripts":[],"id":53,"shape":{"__isSmartRef__":true,"id":1331},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"_Position":{"__isSmartRef__":true,"id":1344},"slider":{"__isSmartRef__":true,"id":1329},"owner":{"__isSmartRef__":true,"id":1329},"styleClass":["slider_horizontal"],"hitPoint":{"__isSmartRef__":true,"id":1345},"__SourceModuleName__":"Global.lively.morphic.Widgets","renderContextTable":{"__isSmartRef__":true,"id":1346},"eventHandler":{"__isSmartRef__":true,"id":1347},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":1348},"__LivelyClassName__":"lively.morphic.SliderKnob"},"1331":{"position":{"__isSmartRef__":true,"id":1332},"_Extent":{"__isSmartRef__":true,"id":1333},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1334},"_Fill":{"__isSmartRef__":true,"id":1335},"_BorderRadius":6,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1343},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1332":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1333":{"x":15,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1334":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1335":{"stops":[{"__isSmartRef__":true,"id":1336},{"__isSmartRef__":true,"id":1338},{"__isSmartRef__":true,"id":1340}],"vector":{"__isSmartRef__":true,"id":1342},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1336":{"offset":0,"color":{"__isSmartRef__":true,"id":1337}},"1337":{"r":0.7681568627450981,"g":0.8271372549019608,"b":0.8660392156862744,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1338":{"offset":0.5,"color":{"__isSmartRef__":true,"id":1339}},"1339":{"r":0.5363137254901961,"g":0.6542745098039215,"b":0.7320784313725489,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1340":{"offset":1,"color":{"__isSmartRef__":true,"id":1341}},"1341":{"r":0.3783529411764706,"g":0.5110588235294118,"b":0.5985882352941176,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1342":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1343":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1344":{"x":31.090500000000002,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1345":{"x":811,"y":531,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1346":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1347":{"morph":{"__isSmartRef__":true,"id":1330},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1348":{"x":15,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1349":{"position":{"__isSmartRef__":true,"id":1350},"_Extent":{"__isSmartRef__":true,"id":1351},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1352},"_Fill":{"__isSmartRef__":true,"id":1353},"_BorderRadius":6,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1360},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1350":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1351":{"x":150,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1352":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1353":{"stops":[{"__isSmartRef__":true,"id":1354},{"__isSmartRef__":true,"id":1356},{"__isSmartRef__":true,"id":1358}],"vector":{"__isSmartRef__":true,"id":1342},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1354":{"offset":0,"color":{"__isSmartRef__":true,"id":1355}},"1355":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1356":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1357}},"1357":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1358":{"offset":1,"color":{"__isSmartRef__":true,"id":1359}},"1359":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1360":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1361":{"sourceObj":{"__isSmartRef__":true,"id":1329},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1329},"targetMethodName":"adjustSliderParts","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1362":{"sourceObj":{"__isSmartRef__":true,"id":1329},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1203},"targetMethodName":"setScale","visualConnector":{"__isSmartRef__":true,"id":1363},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1363":{"submorphs":[{"__isSmartRef__":true,"id":1364}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1383},"id":163,"renderContextTable":{"__isSmartRef__":true,"id":1391},"eventHandler":{"__isSmartRef__":true,"id":1392},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":1393},{"__isSmartRef__":true,"id":1394}],"con":{"__isSmartRef__":true,"id":1362},"showsMorphMenu":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1395},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1364":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1365},"id":167,"renderContextTable":{"__isSmartRef__":true,"id":1379},"eventHandler":{"__isSmartRef__":true,"id":1380},"droppingEnabled":true,"halosEnabled":true,"_Origin":{"__isSmartRef__":true,"id":1381},"owner":{"__isSmartRef__":true,"id":1363},"_Position":{"__isSmartRef__":true,"id":1382},"_Rotation":-2.550006906224884,"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1365":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1366},{"__isSmartRef__":true,"id":1367},{"__isSmartRef__":true,"id":1368},{"__isSmartRef__":true,"id":1369}],"_PathElements":[{"__isSmartRef__":true,"id":1370},{"__isSmartRef__":true,"id":1371},{"__isSmartRef__":true,"id":1372},{"__isSmartRef__":true,"id":1373}],"renderContextTable":{"__isSmartRef__":true,"id":1374},"_Position":{"__isSmartRef__":true,"id":1375},"_Extent":{"__isSmartRef__":true,"id":1376},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":1378},"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1366":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1367":{"x":0,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1368":{"x":16,"y":6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1369":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1370":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1371":{"isAbsolute":true,"x":0,"y":12,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1372":{"isAbsolute":true,"x":16,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1373":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1374":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1375":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1376":{"x":16,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1377":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1378":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1379":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1380":{"morph":{"__isSmartRef__":true,"id":1364},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1381":{"x":12,"y":6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1382":{"x":-12,"y":-6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1383":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1384},{"__isSmartRef__":true,"id":1385}],"_PathElements":[{"__isSmartRef__":true,"id":1386},{"__isSmartRef__":true,"id":1387}],"renderContextTable":{"__isSmartRef__":true,"id":1388},"_Position":{"__isSmartRef__":true,"id":1389},"_Extent":{"__isSmartRef__":true,"id":1390},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1377},"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1384":{"x":771,"y":518,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1385":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1386":{"isAbsolute":true,"x":771,"y":518,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1387":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1388":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1389":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1390":{"x":771,"y":518,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1391":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1392":{"morph":{"__isSmartRef__":true,"id":1363},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1393":{"morph":{"__isSmartRef__":true,"id":1363},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1394":{"morph":{"__isSmartRef__":true,"id":1363},"index":1,"marker":{"__isSmartRef__":true,"id":1364},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1395":{"morphMenuItems":{"__isSmartRef__":true,"id":1396}},"1396":{"varMapping":{"__isSmartRef__":true,"id":1397},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"1397":{"this":{"__isSmartRef__":true,"id":1363},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1398}},"1398":{"$super":{"__isSmartRef__":true,"id":1399}},"1399":{"varMapping":{"__isSmartRef__":true,"id":1400},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1401},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"1400":{"obj":{"__isSmartRef__":true,"id":1363},"name":"morphMenuItems"},"1401":{},"1402":{},"1403":{"requiredModules":[],"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","partName":"Slider","comment":"The connection point \"value\" can be used to read/write the slider knob position.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1404":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1405":{"morph":{"__isSmartRef__":true,"id":1329},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1406":{},"1407":{"morph":{"__isSmartRef__":true,"id":1329},"position":{"__isSmartRef__":true,"id":1408},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"1408":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1409":{"morph":{"__isSmartRef__":true,"id":1329},"position":{"__isSmartRef__":true,"id":1410},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"1410":{"x":0.5,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1411":{"morph":{"__isSmartRef__":true,"id":1329},"position":{"__isSmartRef__":true,"id":1412},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"1412":{"x":1,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1413":{"morph":{"__isSmartRef__":true,"id":1329},"position":{"__isSmartRef__":true,"id":1414},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"1414":{"x":1,"y":0.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1415":{"morph":{"__isSmartRef__":true,"id":1329},"position":{"__isSmartRef__":true,"id":1416},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"1416":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1417":{"morph":{"__isSmartRef__":true,"id":1329},"position":{"__isSmartRef__":true,"id":1418},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"1418":{"x":0.5,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1419":{"morph":{"__isSmartRef__":true,"id":1329},"position":{"__isSmartRef__":true,"id":1420},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"1420":{"x":0,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1421":{"morph":{"__isSmartRef__":true,"id":1329},"position":{"__isSmartRef__":true,"id":1422},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"1422":{"x":0,"y":0.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1423":{"x":771,"y":518,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1424":{"submorphs":[{"__isSmartRef__":true,"id":1425},{"__isSmartRef__":true,"id":1476}],"scripts":[],"id":329,"shape":{"__isSmartRef__":true,"id":1526},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ProtovisDrawing","partsBinMetaInfo":{"__isSmartRef__":true,"id":1533},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":1534},"eventHandler":{"__isSmartRef__":true,"id":1535},"layout":{"__isSmartRef__":true,"id":1536},"priorExtent":{"__isSmartRef__":true,"id":1537},"connections":{"__isSmartRef__":true,"id":1538},"attributeConnections":[{"__isSmartRef__":true,"id":1540},{"__isSmartRef__":true,"id":2190},{"__isSmartRef__":true,"id":2191},{"__isSmartRef__":true,"id":2192},{"__isSmartRef__":true,"id":2193}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"magnets":[{"__isSmartRef__":true,"id":2188},{"__isSmartRef__":true,"id":2195},{"__isSmartRef__":true,"id":2197},{"__isSmartRef__":true,"id":2199},{"__isSmartRef__":true,"id":2201},{"__isSmartRef__":true,"id":2203},{"__isSmartRef__":true,"id":2205},{"__isSmartRef__":true,"id":2207}],"_Position":{"__isSmartRef__":true,"id":2209},"_Scale":1.0060210561262526,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":0},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2210},"__LivelyClassName__":"lively.morphic.Box"},"1425":{"submorphs":[],"scripts":[],"id":330,"shape":{"__isSmartRef__":true,"id":1426},"droppingEnabled":true,"halosEnabled":true,"data":[0.5,0,0,0.5,0.519999999999996,0.5,0,0,0.5,0.5100000000000051,1.0100000000000051,1.5100000000000051,0,0.519999999999996,0,0,0,0,14.430000000000007,50,34,0.5,0.5100000000000051,0.5100000000000051,0,0.5100000000000051,0,0.5100000000000051,6.060000000000002,0,0.5,0,0,0.980000000000004,0,0.980000000000004,0.5,0.4899999999999949,0,0.4899999999999949,0,0.4899999999999949,0,0.4899999999999949,0.4899999999999949,0,0.5,0,0,0.4899999999999949],"doNotSerialize":["vis"],"showsHalos":false,"_Position":{"__isSmartRef__":true,"id":1430},"name":"ProtovisMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":1431},"__SourceModuleName__":"Global.apps.ProtoVisInterface","renderContextTable":{"__isSmartRef__":true,"id":1432},"eventHandler":{"__isSmartRef__":true,"id":1433},"connections":{"__isSmartRef__":true,"id":1434},"owner":{"__isSmartRef__":true,"id":1424},"priorExtent":{"__isSmartRef__":true,"id":1436},"attributeConnections":[],"doNotCopyProperties":[],"scriptAnnotations":{"__isSmartRef__":true,"id":1437},"maxDataLength":100,"_Rotation":0,"_Scale":0.9980029960049944,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1442},"__LivelyClassName__":"ProtoVisMorph"},"1426":{"position":{"__isSmartRef__":true,"id":1427},"_Extent":{"__isSmartRef__":true,"id":1428},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1429},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1427":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1428":{"x":500.997999003999,"y":494.0120059760062,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1429":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1430":{"x":-253.48227898000812,"y":-190.68801613996595,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1431":{"migrationLevel":2,"partsSpaceName":"PartsBin/Visualization/","__SourceModuleName__":"Global.lively.PartsBin","partName":"ProtovisDrawing","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1432":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1433":{"morph":{"__isSmartRef__":true,"id":1425},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1434":{"addDataAndRender":{"__isSmartRef__":true,"id":1435}},"1435":{},"1436":{"x":500.997999003999,"y":493.0140069720071,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1437":{"reset":{"__isSmartRef__":true,"id":1438},"addDataAndRender":{"__isSmartRef__":true,"id":1440}},"1438":{"time":{"__isSmartRef__":true,"id":1439},"user":"robertkrahn"},"1439":{"isSerializedDate":true,"string":"Mon Jul 04 2011 07:12:47 GMT-0700 (Pacific Daylight Time)"},"1440":{"time":{"__isSmartRef__":true,"id":1441},"user":"robertkrahn"},"1441":{"isSerializedDate":true,"string":"Mon Jul 04 2011 07:14:31 GMT-0700 (Pacific Daylight Time)"},"1442":{"draw":{"__isSmartRef__":true,"id":1443},"prepareForNewRenderContext":{"__isSmartRef__":true,"id":1454},"addDataAndRender":{"__isSmartRef__":true,"id":1461},"reset":{"__isSmartRef__":true,"id":1464},"drawAreaChart":{"__isSmartRef__":true,"id":1450},"drawBarChart":{"__isSmartRef__":true,"id":1467},"drawPieChart":{"__isSmartRef__":true,"id":1470},"setChartType":{"__isSmartRef__":true,"id":1473}},"1443":{"varMapping":{"__isSmartRef__":true,"id":1444},"source":"function drawAreaChart(w, h) {\n\tw = w - 30;\n\th = h - 25;\n\n\tvar vis = new pv.Panel()\n\t\t.width(w)\n\t\t.height(h)\n\t\t.bottom(20)\n\t\t.left(20)\n\t\t.right(10)\n\t\t.top(5);\n\n\tvar xMin = pv.min(this.data.collect(function(d) {\n\t\t\treturn d instanceof Array ? d[0] : null;\n\t\t})),\n\t\txMax = Math.max(\n\t\t\tthis.data.length - 1,\n\t\t\tpv.max(this.data.collect(function(d) {\n\t\t\t\treturn d instanceof Array ? d[0] : null;\n\t\t\t}))\n\t\t),\n\t\tyVals = this.data.collect(function(d) {\n\t\t\treturn d instanceof Array ? d[1] : d;\n\t\t}),\n\t\tx = (this.xScale ?\n\t\t\t(this.xScale.hasOwnProperty('isWrapper') ? this.xScale(xMax) : this.xScale) :\n\t\t\tpv.Scale.linear(xMin, xMax)\n\t\t).range(0, w),\n\t\ty = (this.yScale ?\n\t\t\t(this.yScale.hasOwnProperty('isWrapper') ? this.yScale(pv.max(yVals)) : this.yScale) :\n\t\t\tpv.Scale.linear(\n\t\t\t\tpv.min(yVals.concat(0)),\n\t\t\t\tpv.max(yVals)\n\t\t\t)\n\t\t).range(0, h);\n\n\tvis.add(pv.Rule)\n\t\t.data(y.ticks())\n\t\t.bottom(y)\n\t\t.strokeStyle(function(d) { return d ? \"#eee\" : \"#000\"; })\n\t.anchor(\"left\").add(pv.Label)\n\t\t.text(this.yFormat || y.tickFormat);\n\n\tvis.add(pv.Rule)\n\t\t.data(x.ticks().length < this.data.length ? x.ticks() : x.ticks(this.data.length))\n\t\t.visible(function(d) { return d != 0; })\n\t\t.left(x)\n\t\t.bottom(-5)\n\t\t.height(5)\n\t.anchor(\"bottom\").add(pv.Label)\n\t .text(this.xFormat || x.tickFormat);\n\n\tvis.add(pv.Area)\n\t\t.def('idx', 0)\n\t\t.data(this.data)\n\t\t.bottom(1)\n\t\t.left(function(d) {\n\t\t\tvar idx = this.idx();\n\n\t\t\tif (d instanceof Array)\n\t\t\t\tidx = d[0];\n\t\t\tthis.idx(idx + 1);\n\t\t\n\t\t\treturn x(idx);\n\t\t})\n\t\t.height(function(d) {\n\t\t\tif (d instanceof Array)\n\t\t\t\td = d[1];\n\t\t\treturn y(d);\n\t\t})\n\t\t.fillStyle(\"rgb(121,173,210)\")\n\t.anchor(\"top\").add(pv.Line)\n\t\t.lineWidth(3);\n\n\treturn vis;\n}","funcProperties":{"__isSmartRef__":true,"id":1449},"__SourceModuleName__":"Global","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1453},"__LivelyClassName__":"lively.Closure"},"1444":{"this":{"__isSmartRef__":true,"id":1425},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1445}},"1445":{"$super":{"__isSmartRef__":true,"id":1446}},"1446":{"varMapping":{"__isSmartRef__":true,"id":1447},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1448},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1447":{"obj":{"__isSmartRef__":true,"id":1425},"name":"draw"},"1448":{},"1449":{"hasLivelyClosure":true,"livelyClosure":{"__isSmartRef__":true,"id":1450}},"1450":{"varMapping":{"__isSmartRef__":true,"id":1451},"source":"function drawAreaChart(w, h) {\n\tw = w - 30;\n\th = h - 25;\n\n\tvar vis = new pv.Panel()\n\t\t.width(w)\n\t\t.height(h)\n\t\t.bottom(20)\n\t\t.left(20)\n\t\t.right(10)\n\t\t.top(5);\n\n\tvar xMin = pv.min(this.data.collect(function(d) {\n\t\t\treturn d instanceof Array ? d[0] : null;\n\t\t})),\n\t\txMax = Math.max(\n\t\t\tthis.data.length - 1,\n\t\t\tpv.max(this.data.collect(function(d) {\n\t\t\t\treturn d instanceof Array ? d[0] : null;\n\t\t\t}))\n\t\t),\n\t\tyVals = this.data.collect(function(d) {\n\t\t\treturn d instanceof Array ? d[1] : d;\n\t\t}),\n\t\tx = (this.xScale ?\n\t\t\t(this.xScale.hasOwnProperty('isWrapper') ? this.xScale(xMax) : this.xScale) :\n\t\t\tpv.Scale.linear(xMin, xMax)\n\t\t).range(0, w),\n\t\ty = (this.yScale ?\n\t\t\t(this.yScale.hasOwnProperty('isWrapper') ? this.yScale(pv.max(yVals)) : this.yScale) :\n\t\t\tpv.Scale.linear(\n\t\t\t\tpv.min(yVals.concat(0)),\n\t\t\t\tpv.max(yVals)\n\t\t\t)\n\t\t).range(0, h);\n\n\tvis.add(pv.Rule)\n\t\t.data(y.ticks())\n\t\t.bottom(y)\n\t\t.strokeStyle(function(d) { return d ? \"#eee\" : \"#000\"; })\n\t.anchor(\"left\").add(pv.Label)\n\t\t.text(this.yFormat || y.tickFormat);\n\n\tvis.add(pv.Rule)\n\t\t.data(x.ticks().length < this.data.length ? x.ticks() : x.ticks(this.data.length))\n\t\t.visible(function(d) { return d != 0; })\n\t\t.left(x)\n\t\t.bottom(-5)\n\t\t.height(5)\n\t.anchor(\"bottom\").add(pv.Label)\n\t .text(this.xFormat || x.tickFormat);\n\n\tvis.add(pv.Area)\n\t\t.def('idx', 0)\n\t\t.data(this.data)\n\t\t.bottom(1)\n\t\t.left(function(d) {\n\t\t\tvar idx = this.idx();\n\n\t\t\tif (d instanceof Array)\n\t\t\t\tidx = d[0];\n\t\t\tthis.idx(idx + 1);\n\t\t\n\t\t\treturn x(idx);\n\t\t})\n\t\t.height(function(d) {\n\t\t\tif (d instanceof Array)\n\t\t\t\td = d[1];\n\t\t\treturn y(d);\n\t\t})\n\t\t.fillStyle(\"rgb(121,173,210)\")\n\t.anchor(\"top\").add(pv.Line)\n\t\t.lineWidth(3);\n\n\treturn vis;\n}","funcProperties":{"__isSmartRef__":true,"id":1452},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1451":{"this":{"__isSmartRef__":true,"id":1425}},"1452":{},"1453":{"originalFunc":{"__isSmartRef__":true,"id":1450}},"1454":{"varMapping":{"__isSmartRef__":true,"id":1455},"source":"function prepareForNewRenderContext(renderCtx) {\n $super(renderCtx);\n lively.bindings.callWhenNotNull(Global, 'pv', this, 'render');\n}","funcProperties":{"__isSmartRef__":true,"id":1460},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1455":{"this":{"__isSmartRef__":true,"id":1425},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1456}},"1456":{"$super":{"__isSmartRef__":true,"id":1457}},"1457":{"varMapping":{"__isSmartRef__":true,"id":1458},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":1459},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1458":{"obj":{"__isSmartRef__":true,"id":1425},"name":"prepareForNewRenderContext"},"1459":{},"1460":{},"1461":{"varMapping":{"__isSmartRef__":true,"id":1462},"source":"function addDataAndRender(data) {\n if (data == null) return;\n\n if ((typeof data == 'object') && !(data instanceof Array))\n data = [data.x, data.y];\n\n if (!this.data)\n this.data = [data];\n else {\n if (this.maxDataLength) {\n this.data = this.data.slice(\n this.data.length-this.maxDataLength,this.data.length);\n }\n this.data.push(data);\n }\n\n this.render();\n}","funcProperties":{"__isSmartRef__":true,"id":1463},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1462":{"this":{"__isSmartRef__":true,"id":1425}},"1463":{},"1464":{"varMapping":{"__isSmartRef__":true,"id":1465},"source":"function reset() {\n this.connections = {addDataAndRender: {}}\n this.data = [5,8,6,12];\n this.maxDataLength = 100;\n this.setChartType('area');\n}","funcProperties":{"__isSmartRef__":true,"id":1466},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1465":{"this":{"__isSmartRef__":true,"id":1425}},"1466":{},"1467":{"varMapping":{"__isSmartRef__":true,"id":1468},"source":"function drawBarChart(w, h) {\n\tvar vis = new pv.Panel()\n\t\t.width(w)\n\t\t.height(h);\n\n\tvar yRange = pv.range(\n\t\tpv.min(this.data.concat(0)),\n\t\tpv.max(this.data), 5);\n\n\tvar leftPadding = 15,\n\t\teach_w = Math.floor(((w - leftPadding) / this.data.length) * 4 / 5),\n\t\teach_p = Math.ceil(each_w / 4)\n\t\teach_h = h / 20;\n\n\tvis.add(pv.Rule)\n\t\t.data(yRange)\n\t\t.bottom(function(d) { return d * each_h + .5; })\n\t.add(pv.Label);\n\n\tvis.add(pv.Bar)\n\t\t.data(this.data)\n\t\t.width(each_w)\n\t\t.height(function(d) { return d * each_h; })\n\t\t.bottom(0)\n\t\t.left(function() { return this.index * (each_w + each_p) + each_p / 2 + leftPadding; })\n\t\t.event(\"mouseover\", function() { console.log($A(arguments)); })\n\t.anchor(\"bottom\").add(pv.Label);\n\n\treturn vis;\n}","funcProperties":{"__isSmartRef__":true,"id":1469},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1468":{"this":{"__isSmartRef__":true,"id":1425}},"1469":{},"1470":{"varMapping":{"__isSmartRef__":true,"id":1471},"source":"function drawPieChart(w, h) {\n\tvar vis = new pv.Panel()\n\t\t.width(w)\n\t\t.height(h);\n\n\tvar max = Math.min(h, w),\n\t\tr = max / 2,\n\t\ta = pv.Scale.linear(0, pv.sum(this.data)).range(0, 2 * Math.PI);\n\n\tvis.add(pv.Wedge)\n\t\t.data(this.data.sort(pv.reverseOrder))\n\t\t.bottom((max + (h - max)) / 2)\n\t\t.left((max + (w - max)) / 2)\n\t\t.innerRadius(0)\n\t\t.outerRadius(r)\n\t\t.angle(a)\n\t.anchor(\"center\").add(pv.Label)\n\t\t.visible(function(d) { return d > .15; })\n\t\t.textAngle(0);\n\n\treturn vis;\n}","funcProperties":{"__isSmartRef__":true,"id":1472},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1471":{"this":{"__isSmartRef__":true,"id":1425}},"1472":{},"1473":{"varMapping":{"__isSmartRef__":true,"id":1474},"source":"function setChartType(cType) {\n\tvar chart = this;\n\tif (!chart.vis) {\n\t\talert('Chart type could not be set. Chart is missing!');\n\t\tchart.render();\n\t\treturn;\n\t}\n\n\tswitch (cType.toLowerCase()) {\n\tcase 'bar':\n\t\tchart.drawBarChart.asScriptOf(chart, 'draw');\n\t\tbreak;\n\tcase 'pie':\n\t\tchart.drawPieChart.asScriptOf(chart, 'draw');\n\t\tbreak;\n\tcase 'area':\n\t\tchart.drawAreaChart.asScriptOf(chart, 'draw');\n\t\tbreak;\n\tdefault:\n\t\talert('The chart type \"' + cType + '\" is unknown!');\n\t\treturn;\n\t}\n this.render()\n}","funcProperties":{"__isSmartRef__":true,"id":1475},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1474":{"this":{"__isSmartRef__":true,"id":1425}},"1475":{},"1476":{"submorphs":[{"__isSmartRef__":true,"id":1477}],"scripts":[],"id":331,"shape":{"__isSmartRef__":true,"id":1491},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1506},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1494},"lighterFill":{"__isSmartRef__":true,"id":1507},"label":{"__isSmartRef__":true,"id":1477},"attributeConnections":[{"__isSmartRef__":true,"id":1516},{"__isSmartRef__":true,"id":1517}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":1522},"name":"resetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":1523},"renderContextTable":{"__isSmartRef__":true,"id":1524},"eventHandler":{"__isSmartRef__":true,"id":1525},"owner":{"__isSmartRef__":true,"id":1424},"_Rotation":0,"_Scale":1.089423869470782,"__LivelyClassName__":"lively.morphic.Button"},"1477":{"submorphs":[],"scripts":[],"id":332,"shape":{"__isSmartRef__":true,"id":1478},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"_OverflowMode":"visible","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1483},"textColor":{"__isSmartRef__":true,"id":1481},"owner":{"__isSmartRef__":true,"id":1476},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":1484}],"padding":{"__isSmartRef__":true,"id":1486},"_Padding":{"__isSmartRef__":true,"id":1487},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":1488},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":1489},"eventHandler":{"__isSmartRef__":true,"id":1490},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1478":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1479},"_Extent":{"__isSmartRef__":true,"id":1480},"_BorderColor":{"__isSmartRef__":true,"id":1481},"renderContextTable":{"__isSmartRef__":true,"id":1482},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1479":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1480":{"x":116,"y":18,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1481":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1482":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1483":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1484":{"style":{"__isSmartRef__":true,"id":1485},"chunkOwner":{"__isSmartRef__":true,"id":1477},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"reset","__LivelyClassName__":"lively.morphic.TextChunk"},"1485":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1486":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1487":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1488":{"x":116,"y":18,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1489":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1490":{"morph":{"__isSmartRef__":true,"id":1477},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1491":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1492},"_Extent":{"__isSmartRef__":true,"id":1493},"_Fill":{"__isSmartRef__":true,"id":1494},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1504},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":1505},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1492":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1493":{"x":116,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1494":{"stops":[{"__isSmartRef__":true,"id":1495},{"__isSmartRef__":true,"id":1497},{"__isSmartRef__":true,"id":1499},{"__isSmartRef__":true,"id":1501}],"vector":{"__isSmartRef__":true,"id":1503},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1495":{"offset":0,"color":{"__isSmartRef__":true,"id":1496}},"1496":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1497":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1498}},"1498":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1499":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1500}},"1500":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1501":{"offset":1,"color":{"__isSmartRef__":true,"id":1502}},"1502":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1503":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1504":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1505":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1506":{"x":103.58462358410429,"y":-222.1093371082231,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1507":{"stops":[{"__isSmartRef__":true,"id":1508},{"__isSmartRef__":true,"id":1510},{"__isSmartRef__":true,"id":1512},{"__isSmartRef__":true,"id":1514}],"vector":{"__isSmartRef__":true,"id":1503},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1508":{"offset":0,"color":{"__isSmartRef__":true,"id":1509}},"1509":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1510":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1511}},"1511":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1512":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1513}},"1513":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1514":{"offset":1,"color":{"__isSmartRef__":true,"id":1515}},"1515":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1516":{"sourceObj":{"__isSmartRef__":true,"id":1476},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1425},"targetMethodName":"reset","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1517":{"sourceObj":{"__isSmartRef__":true,"id":1476},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1425},"targetMethodName":"render","converter":null,"converterString":null,"updaterString":"function ($upd) { this.targetObj.data = [0]; $upd() }","varMapping":{"__isSmartRef__":true,"id":1518},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1519},"__LivelyClassName__":"AttributeConnection"},"1518":{"source":{"__isSmartRef__":true,"id":1476},"target":{"__isSmartRef__":true,"id":1425}},"1519":{"updater":{"__isSmartRef__":true,"id":1520}},"1520":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":1518},"source":"function ($upd) { this.targetObj.data = [0]; $upd() }","funcProperties":{"__isSmartRef__":true,"id":1521},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1521":{},"1522":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1523":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1524":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1525":{"morph":{"__isSmartRef__":true,"id":1476},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1526":{"position":{"__isSmartRef__":true,"id":1527},"_Extent":{"__isSmartRef__":true,"id":1528},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1529},"_Fill":{"__isSmartRef__":true,"id":1530},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1531},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Position":{"__isSmartRef__":true,"id":1532},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1527":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1528":{"x":514.1704110039991,"y":539.0546128281011,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1529":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1530":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1531":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1532":{"x":-261.476262000004,"y":-235.5282360000009,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1533":{"migrationLevel":2,"partsSpaceName":"PartsBin/Visualization/","__SourceModuleName__":"Global.lively.PartsBin","partName":"ProtovisDrawing","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1534":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1535":{"morph":{"__isSmartRef__":true,"id":1424},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1536":{},"1537":{"x":514.1704110039991,"y":540.050618823587,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1538":{"addDataAndRender":{"__isSmartRef__":true,"id":1539}},"1539":{},"1540":{"sourceObj":{"__isSmartRef__":true,"id":1424},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":1541},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":2190},{"__isSmartRef__":true,"id":2191},{"__isSmartRef__":true,"id":2192},{"__isSmartRef__":true,"id":2193}],"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"1541":{"morph":{"__isSmartRef__":true,"id":1542},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":2188},"marker":{"__isSmartRef__":true,"id":2152},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1542":{"submorphs":[{"__isSmartRef__":true,"id":1543},{"__isSmartRef__":true,"id":2152},{"__isSmartRef__":true,"id":1574}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2170},"id":553,"renderContextTable":{"__isSmartRef__":true,"id":2178},"eventHandler":{"__isSmartRef__":true,"id":2179},"droppingEnabled":true,"halosEnabled":true,"controlPoints":[{"__isSmartRef__":true,"id":1839},{"__isSmartRef__":true,"id":1541}],"con":{"__isSmartRef__":true,"id":2084},"showsMorphMenu":true,"showsHalos":false,"attributeConnections":[{"__isSmartRef__":true,"id":2022},{"__isSmartRef__":true,"id":2023},{"__isSmartRef__":true,"id":2024},{"__isSmartRef__":true,"id":2025}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"owner":{"__isSmartRef__":true,"id":1805},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2180},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1543":{"submorphs":[{"__isSmartRef__":true,"id":1544}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1562},"id":830,"renderContextTable":{"__isSmartRef__":true,"id":1570},"eventHandler":{"__isSmartRef__":true,"id":1571},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":1542},"controlPoints":[{"__isSmartRef__":true,"id":1572},{"__isSmartRef__":true,"id":1842}],"con":{"__isSmartRef__":true,"id":1787},"showsMorphMenu":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2144},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1544":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1545},"id":831,"renderContextTable":{"__isSmartRef__":true,"id":1558},"eventHandler":{"__isSmartRef__":true,"id":1559},"droppingEnabled":true,"halosEnabled":true,"_Origin":{"__isSmartRef__":true,"id":1560},"owner":{"__isSmartRef__":true,"id":1543},"_Position":{"__isSmartRef__":true,"id":1561},"_Rotation":1.447046685683175,"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1545":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1546},{"__isSmartRef__":true,"id":1547},{"__isSmartRef__":true,"id":1548},{"__isSmartRef__":true,"id":1549}],"_PathElements":[{"__isSmartRef__":true,"id":1550},{"__isSmartRef__":true,"id":1551},{"__isSmartRef__":true,"id":1552},{"__isSmartRef__":true,"id":1553}],"renderContextTable":{"__isSmartRef__":true,"id":1554},"_Position":{"__isSmartRef__":true,"id":1555},"_Extent":{"__isSmartRef__":true,"id":1556},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":1557},"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1546":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1547":{"x":0,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1548":{"x":16,"y":6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1549":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1550":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1551":{"isAbsolute":true,"x":0,"y":12,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1552":{"isAbsolute":true,"x":16,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1553":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1554":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1555":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1556":{"x":16,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1557":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1558":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1559":{"morph":{"__isSmartRef__":true,"id":1544},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1560":{"x":12,"y":6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1561":{"x":-12,"y":-6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1562":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1563},{"__isSmartRef__":true,"id":1564}],"_PathElements":[{"__isSmartRef__":true,"id":1565},{"__isSmartRef__":true,"id":1566}],"renderContextTable":{"__isSmartRef__":true,"id":1567},"_Position":{"__isSmartRef__":true,"id":1568},"_Extent":{"__isSmartRef__":true,"id":1569},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1377},"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1563":{"x":-16.168051333363188,"y":-129.98368670035165,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1564":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1565":{"isAbsolute":true,"x":-16.168051333363188,"y":-129.98368670035165,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1566":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1567":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1568":{"x":-16.168051333363188,"y":-129.98368670035165,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1569":{"x":16.168051333363188,"y":129.98368670035165,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1570":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1571":{"morph":{"__isSmartRef__":true,"id":1543},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1572":{"morph":{"__isSmartRef__":true,"id":1543},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":1573},"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1573":{"morph":{"__isSmartRef__":true,"id":1574},"position":{"__isSmartRef__":true,"id":2143},"connectedControlPoints":[{"__isSmartRef__":true,"id":1572}],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"1574":{"submorphs":[{"__isSmartRef__":true,"id":1575},{"__isSmartRef__":true,"id":1588},{"__isSmartRef__":true,"id":1599},{"__isSmartRef__":true,"id":1610},{"__isSmartRef__":true,"id":1621},{"__isSmartRef__":true,"id":1632},{"__isSmartRef__":true,"id":1643},{"__isSmartRef__":true,"id":1654},{"__isSmartRef__":true,"id":1665},{"__isSmartRef__":true,"id":1676},{"__isSmartRef__":true,"id":1687},{"__isSmartRef__":true,"id":1698},{"__isSmartRef__":true,"id":1709},{"__isSmartRef__":true,"id":1726},{"__isSmartRef__":true,"id":1743},{"__isSmartRef__":true,"id":1760}],"scripts":[{"__isSmartRef__":true,"id":1769}],"id":702,"shape":{"__isSmartRef__":true,"id":1770},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"name":"Clock","partsBinMetaInfo":{"__isSmartRef__":true,"id":1782},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":1783},"eventHandler":{"__isSmartRef__":true,"id":1784},"timeZoneOffset":7,"nHours":12,"hours":{"__isSmartRef__":true,"id":1709},"minutes":{"__isSmartRef__":true,"id":1726},"seconds":{"__isSmartRef__":true,"id":1743},"dot":{"__isSmartRef__":true,"id":1760},"layout":{"__isSmartRef__":true,"id":1785},"priorExtent":{"__isSmartRef__":true,"id":1786},"attributeConnections":[{"__isSmartRef__":true,"id":1787},{"__isSmartRef__":true,"id":2016},{"__isSmartRef__":true,"id":2017},{"__isSmartRef__":true,"id":2018},{"__isSmartRef__":true,"id":2019},{"__isSmartRef__":true,"id":2020}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"connections":{"__isSmartRef__":true,"id":2093},"scriptAnnotations":{"__isSmartRef__":true,"id":2095},"magnets":[{"__isSmartRef__":true,"id":1573},{"__isSmartRef__":true,"id":2098},{"__isSmartRef__":true,"id":2100},{"__isSmartRef__":true,"id":2102},{"__isSmartRef__":true,"id":2104},{"__isSmartRef__":true,"id":2106},{"__isSmartRef__":true,"id":2108},{"__isSmartRef__":true,"id":2110}],"_Position":{"__isSmartRef__":true,"id":2112},"_Scale":1.002003004005006,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":1542},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2113},"__LivelyClassName__":"lively.morphic.Morph"},"1575":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1576},"id":703,"renderContextTable":{"__isSmartRef__":true,"id":1581},"textChunks":[{"__isSmartRef__":true,"id":1582}],"eventHandler":{"__isSmartRef__":true,"id":1584},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1586},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1587},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1576":{"_Position":{"__isSmartRef__":true,"id":1577},"renderContextTable":{"__isSmartRef__":true,"id":1578},"_Extent":{"__isSmartRef__":true,"id":1579},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1577":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1578":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1579":{"x":16,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1580":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1581":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1582":{"style":{"__isSmartRef__":true,"id":1583},"chunkOwner":{"__isSmartRef__":true,"id":1575},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"12","__LivelyClassName__":"lively.morphic.TextChunk"},"1583":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1584":{"morph":{"__isSmartRef__":true,"id":1575},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1585":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1586":{"x":16,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1587":{"x":-7.999999999999997,"y":-47.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1588":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1589},"id":704,"renderContextTable":{"__isSmartRef__":true,"id":1593},"textChunks":[{"__isSmartRef__":true,"id":1594}],"eventHandler":{"__isSmartRef__":true,"id":1596},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1597},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1598},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1589":{"_Position":{"__isSmartRef__":true,"id":1590},"renderContextTable":{"__isSmartRef__":true,"id":1591},"_Extent":{"__isSmartRef__":true,"id":1592},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1590":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1591":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1592":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1593":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1594":{"style":{"__isSmartRef__":true,"id":1595},"chunkOwner":{"__isSmartRef__":true,"id":1588},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk"},"1595":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1596":{"morph":{"__isSmartRef__":true,"id":1588},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1597":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1598":{"x":14.999999999999996,"y":-42.14101615137755,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1599":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1600},"id":705,"renderContextTable":{"__isSmartRef__":true,"id":1604},"textChunks":[{"__isSmartRef__":true,"id":1605}],"eventHandler":{"__isSmartRef__":true,"id":1607},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1608},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1609},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1600":{"_Position":{"__isSmartRef__":true,"id":1601},"renderContextTable":{"__isSmartRef__":true,"id":1602},"_Extent":{"__isSmartRef__":true,"id":1603},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1601":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1602":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1603":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1604":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1605":{"style":{"__isSmartRef__":true,"id":1606},"chunkOwner":{"__isSmartRef__":true,"id":1599},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk"},"1606":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1607":{"morph":{"__isSmartRef__":true,"id":1599},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1608":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1609":{"x":29.641016151377542,"y":-27.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1610":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1611},"id":706,"renderContextTable":{"__isSmartRef__":true,"id":1615},"textChunks":[{"__isSmartRef__":true,"id":1616}],"eventHandler":{"__isSmartRef__":true,"id":1618},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1619},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1620},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1611":{"_Position":{"__isSmartRef__":true,"id":1612},"renderContextTable":{"__isSmartRef__":true,"id":1613},"_Extent":{"__isSmartRef__":true,"id":1614},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1612":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1613":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1614":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1615":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1616":{"style":{"__isSmartRef__":true,"id":1617},"chunkOwner":{"__isSmartRef__":true,"id":1610},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"3","__LivelyClassName__":"lively.morphic.TextChunk"},"1617":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1618":{"morph":{"__isSmartRef__":true,"id":1610},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1619":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1620":{"x":35,"y":-7.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1621":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1622},"id":707,"renderContextTable":{"__isSmartRef__":true,"id":1626},"textChunks":[{"__isSmartRef__":true,"id":1627}],"eventHandler":{"__isSmartRef__":true,"id":1629},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1630},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1631},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1622":{"_Position":{"__isSmartRef__":true,"id":1623},"renderContextTable":{"__isSmartRef__":true,"id":1624},"_Extent":{"__isSmartRef__":true,"id":1625},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1623":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1624":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1625":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1626":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1627":{"style":{"__isSmartRef__":true,"id":1628},"chunkOwner":{"__isSmartRef__":true,"id":1621},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"4","__LivelyClassName__":"lively.morphic.TextChunk"},"1628":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1629":{"morph":{"__isSmartRef__":true,"id":1621},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1630":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1631":{"x":29.64101615137755,"y":12.499999999999993,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1632":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1633},"id":708,"renderContextTable":{"__isSmartRef__":true,"id":1637},"textChunks":[{"__isSmartRef__":true,"id":1638}],"eventHandler":{"__isSmartRef__":true,"id":1640},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1641},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1642},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1633":{"_Position":{"__isSmartRef__":true,"id":1634},"renderContextTable":{"__isSmartRef__":true,"id":1635},"_Extent":{"__isSmartRef__":true,"id":1636},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1634":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1635":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1636":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1637":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1638":{"style":{"__isSmartRef__":true,"id":1639},"chunkOwner":{"__isSmartRef__":true,"id":1632},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"5","__LivelyClassName__":"lively.morphic.TextChunk"},"1639":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1640":{"morph":{"__isSmartRef__":true,"id":1632},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1641":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1642":{"x":14.999999999999996,"y":27.14101615137755,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1643":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1644},"id":709,"renderContextTable":{"__isSmartRef__":true,"id":1648},"textChunks":[{"__isSmartRef__":true,"id":1649}],"eventHandler":{"__isSmartRef__":true,"id":1651},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1652},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1653},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1644":{"_Position":{"__isSmartRef__":true,"id":1645},"renderContextTable":{"__isSmartRef__":true,"id":1646},"_Extent":{"__isSmartRef__":true,"id":1647},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1645":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1646":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1647":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1648":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1649":{"style":{"__isSmartRef__":true,"id":1650},"chunkOwner":{"__isSmartRef__":true,"id":1643},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"6","__LivelyClassName__":"lively.morphic.TextChunk"},"1650":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1651":{"morph":{"__isSmartRef__":true,"id":1643},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1652":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1653":{"x":-4.999999999999997,"y":32.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1654":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1655},"id":710,"renderContextTable":{"__isSmartRef__":true,"id":1659},"textChunks":[{"__isSmartRef__":true,"id":1660}],"eventHandler":{"__isSmartRef__":true,"id":1662},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1663},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1664},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1655":{"_Position":{"__isSmartRef__":true,"id":1656},"renderContextTable":{"__isSmartRef__":true,"id":1657},"_Extent":{"__isSmartRef__":true,"id":1658},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1656":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1657":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1658":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1659":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1660":{"style":{"__isSmartRef__":true,"id":1661},"chunkOwner":{"__isSmartRef__":true,"id":1654},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"7","__LivelyClassName__":"lively.morphic.TextChunk"},"1661":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1662":{"morph":{"__isSmartRef__":true,"id":1654},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1663":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1664":{"x":-25.000000000000007,"y":27.141016151377542,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1665":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1666},"id":711,"renderContextTable":{"__isSmartRef__":true,"id":1670},"textChunks":[{"__isSmartRef__":true,"id":1671}],"eventHandler":{"__isSmartRef__":true,"id":1673},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1674},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1675},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1666":{"_Position":{"__isSmartRef__":true,"id":1667},"renderContextTable":{"__isSmartRef__":true,"id":1668},"_Extent":{"__isSmartRef__":true,"id":1669},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1667":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1668":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1669":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1670":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1671":{"style":{"__isSmartRef__":true,"id":1672},"chunkOwner":{"__isSmartRef__":true,"id":1665},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"8","__LivelyClassName__":"lively.morphic.TextChunk"},"1672":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1673":{"morph":{"__isSmartRef__":true,"id":1665},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1674":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1675":{"x":-39.64101615137754,"y":12.500000000000014,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1676":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1677},"id":712,"renderContextTable":{"__isSmartRef__":true,"id":1681},"textChunks":[{"__isSmartRef__":true,"id":1682}],"eventHandler":{"__isSmartRef__":true,"id":1684},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1685},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1686},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1677":{"_Position":{"__isSmartRef__":true,"id":1678},"renderContextTable":{"__isSmartRef__":true,"id":1679},"_Extent":{"__isSmartRef__":true,"id":1680},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1678":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1679":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1680":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1681":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1682":{"style":{"__isSmartRef__":true,"id":1683},"chunkOwner":{"__isSmartRef__":true,"id":1676},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"9","__LivelyClassName__":"lively.morphic.TextChunk"},"1683":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1684":{"morph":{"__isSmartRef__":true,"id":1676},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1685":{"x":10,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1686":{"x":-45,"y":-7.499999999999995,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1687":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1688},"id":713,"renderContextTable":{"__isSmartRef__":true,"id":1692},"textChunks":[{"__isSmartRef__":true,"id":1693}],"eventHandler":{"__isSmartRef__":true,"id":1695},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1696},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1697},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1688":{"_Position":{"__isSmartRef__":true,"id":1689},"renderContextTable":{"__isSmartRef__":true,"id":1690},"_Extent":{"__isSmartRef__":true,"id":1691},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1689":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1690":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1691":{"x":16,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1692":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1693":{"style":{"__isSmartRef__":true,"id":1694},"chunkOwner":{"__isSmartRef__":true,"id":1687},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"10","__LivelyClassName__":"lively.morphic.TextChunk"},"1694":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1695":{"morph":{"__isSmartRef__":true,"id":1687},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1696":{"x":16,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1697":{"x":-42.64101615137754,"y":-27.500000000000004,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1698":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1699},"id":714,"renderContextTable":{"__isSmartRef__":true,"id":1703},"textChunks":[{"__isSmartRef__":true,"id":1704}],"eventHandler":{"__isSmartRef__":true,"id":1706},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1585},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1707},"_MaxTextWidth":null,"_MaxTextHeight":null,"_Position":{"__isSmartRef__":true,"id":1708},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1699":{"_Position":{"__isSmartRef__":true,"id":1700},"renderContextTable":{"__isSmartRef__":true,"id":1701},"_Extent":{"__isSmartRef__":true,"id":1702},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1700":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1701":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1702":{"x":16,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1703":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1704":{"style":{"__isSmartRef__":true,"id":1705},"chunkOwner":{"__isSmartRef__":true,"id":1698},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"11","__LivelyClassName__":"lively.morphic.TextChunk"},"1705":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1706":{"morph":{"__isSmartRef__":true,"id":1698},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1707":{"x":16,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1708":{"x":-28.000000000000018,"y":-42.141016151377535,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1709":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1710},"id":715,"renderContextTable":{"__isSmartRef__":true,"id":1721},"eventHandler":{"__isSmartRef__":true,"id":1722},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":1574},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"controlPoints":[{"__isSmartRef__":true,"id":1723},{"__isSmartRef__":true,"id":1724},{"__isSmartRef__":true,"id":1725}],"_Rotation":1.7419840375946736,"__LivelyClassName__":"lively.morphic.Path"},"1710":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1711},{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":1713}],"_PathElements":[{"__isSmartRef__":true,"id":1714},{"__isSmartRef__":true,"id":1715},{"__isSmartRef__":true,"id":1716}],"renderContextTable":{"__isSmartRef__":true,"id":1717},"_Position":{"__isSmartRef__":true,"id":1718},"_Extent":{"__isSmartRef__":true,"id":1719},"_BorderWidth":0,"_BorderColor":null,"_Fill":{"__isSmartRef__":true,"id":1720},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1711":{"x":-2.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1712":{"x":0,"y":-25,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1713":{"x":2.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1714":{"isAbsolute":true,"x":-2.5,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1715":{"isAbsolute":true,"x":0,"y":-25,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1716":{"isAbsolute":true,"x":2.5,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1717":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1718":{"x":-2.5,"y":-25,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1719":{"x":5,"y":25,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1720":{"r":0,"g":0,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1721":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1722":{"morph":{"__isSmartRef__":true,"id":1709},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1723":{"morph":{"__isSmartRef__":true,"id":1709},"index":0,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1724":{"morph":{"__isSmartRef__":true,"id":1709},"index":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1725":{"morph":{"__isSmartRef__":true,"id":1709},"index":2,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1726":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1727},"id":716,"renderContextTable":{"__isSmartRef__":true,"id":1738},"eventHandler":{"__isSmartRef__":true,"id":1739},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":1574},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"controlPoints":[{"__isSmartRef__":true,"id":1740},{"__isSmartRef__":true,"id":1741},{"__isSmartRef__":true,"id":1742}],"_Rotation":2.0542525295973255,"__LivelyClassName__":"lively.morphic.Path"},"1727":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1728},{"__isSmartRef__":true,"id":1729},{"__isSmartRef__":true,"id":1730}],"_PathElements":[{"__isSmartRef__":true,"id":1731},{"__isSmartRef__":true,"id":1732},{"__isSmartRef__":true,"id":1733}],"renderContextTable":{"__isSmartRef__":true,"id":1734},"_Position":{"__isSmartRef__":true,"id":1735},"_Extent":{"__isSmartRef__":true,"id":1736},"_BorderWidth":0,"_BorderColor":null,"_Fill":{"__isSmartRef__":true,"id":1737},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1728":{"x":-2,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1729":{"x":0,"y":-35,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1730":{"x":2,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1731":{"isAbsolute":true,"x":-2,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1732":{"isAbsolute":true,"x":0,"y":-35,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1733":{"isAbsolute":true,"x":2,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1734":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1735":{"x":-2,"y":-35,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1736":{"x":4,"y":35,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1737":{"r":0,"g":0,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1738":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1739":{"morph":{"__isSmartRef__":true,"id":1726},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1740":{"morph":{"__isSmartRef__":true,"id":1726},"index":0,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1741":{"morph":{"__isSmartRef__":true,"id":1726},"index":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1742":{"morph":{"__isSmartRef__":true,"id":1726},"index":2,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1743":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1744},"id":717,"renderContextTable":{"__isSmartRef__":true,"id":1755},"eventHandler":{"__isSmartRef__":true,"id":1756},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":1574},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"controlPoints":[{"__isSmartRef__":true,"id":1757},{"__isSmartRef__":true,"id":1758},{"__isSmartRef__":true,"id":1759}],"_Rotation":3.8746309394274117,"__LivelyClassName__":"lively.morphic.Path"},"1744":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1745},{"__isSmartRef__":true,"id":1746},{"__isSmartRef__":true,"id":1747}],"_PathElements":[{"__isSmartRef__":true,"id":1748},{"__isSmartRef__":true,"id":1749},{"__isSmartRef__":true,"id":1750}],"renderContextTable":{"__isSmartRef__":true,"id":1751},"_Position":{"__isSmartRef__":true,"id":1752},"_Extent":{"__isSmartRef__":true,"id":1753},"_BorderWidth":0,"_BorderColor":null,"_Fill":{"__isSmartRef__":true,"id":1754},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1745":{"x":-1.5,"y":12.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1746":{"x":0,"y":-42.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1747":{"x":1.5,"y":12.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1748":{"isAbsolute":true,"x":-1.5,"y":12.5,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1749":{"isAbsolute":true,"x":0,"y":-42.5,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1750":{"isAbsolute":true,"x":1.5,"y":12.5,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1751":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1752":{"x":-1.5,"y":-42.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1753":{"x":3,"y":55,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1754":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1755":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1756":{"morph":{"__isSmartRef__":true,"id":1743},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1757":{"morph":{"__isSmartRef__":true,"id":1743},"index":0,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1758":{"morph":{"__isSmartRef__":true,"id":1743},"index":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1759":{"morph":{"__isSmartRef__":true,"id":1743},"index":2,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1760":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1761},"id":718,"renderContextTable":{"__isSmartRef__":true,"id":1766},"eventHandler":{"__isSmartRef__":true,"id":1767},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":1768},"owner":{"__isSmartRef__":true,"id":1574},"__SourceModuleName__":"Global.lively.morphic.Core","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Morph"},"1761":{"_Position":{"__isSmartRef__":true,"id":1762},"renderContextTable":{"__isSmartRef__":true,"id":1763},"_Extent":{"__isSmartRef__":true,"id":1764},"_BorderWidth":0,"_BorderColor":null,"_Fill":{"__isSmartRef__":true,"id":1765},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Ellipse"},"1762":{"x":-3,"y":-3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1763":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1764":{"x":6,"y":6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1765":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1766":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1767":{"morph":{"__isSmartRef__":true,"id":1760},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1768":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1769":{"target":{"__isSmartRef__":true,"id":1574},"selector":"setHands","args":[],"stopped":false,"tickTime":1000,"currentTimeout":28705,"suspended":false,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.TargetScript"},"1770":{"position":{"__isSmartRef__":true,"id":1771},"_Extent":{"__isSmartRef__":true,"id":1772},"_Fill":{"__isSmartRef__":true,"id":1773},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1779},"_Position":{"__isSmartRef__":true,"id":1780},"_BorderWidth":3,"_BorderColor":{"__isSmartRef__":true,"id":1781},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Ellipse"},"1771":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1772":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1773":{"stops":[{"__isSmartRef__":true,"id":1774},{"__isSmartRef__":true,"id":1776}],"focus":{"__isSmartRef__":true,"id":1778},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.RadialGradient"},"1774":{"offset":0,"color":{"__isSmartRef__":true,"id":1775}},"1775":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1776":{"offset":1,"color":{"__isSmartRef__":true,"id":1777}},"1777":{"r":0.8784313725490196,"g":0.8784313725490196,"b":0.8784313725490196,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1778":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1779":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1780":{"x":-50,"y":-50,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1781":{"r":0.7843137254901961,"g":0.7843137254901961,"b":0.7843137254901961,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1782":{"partsSpaceName":"PartsBin/Demos/","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","partName":"Clock","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1783":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1784":{"morph":{"__isSmartRef__":true,"id":1574},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1785":{},"1786":{"x":102,"y":93,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1787":{"sourceObj":{"__isSmartRef__":true,"id":1574},"sourceAttrName":"setHands","targetObj":{"__isSmartRef__":true,"id":1788},"targetMethodName":"exec","visualConnector":{"__isSmartRef__":true,"id":1543},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1788":{"submorphs":[],"scripts":[],"id":190,"shape":{"__isSmartRef__":true,"id":1789},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_OverflowMode":"visible","_FontFamily":"Courier ","registeredForMouseEvents":true,"_MaxTextWidth":649.997996995995,"_MaxTextHeight":250.0240360480601,"textColor":{"__isSmartRef__":true,"id":1795},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"logWindow","partsBinMetaInfo":{"__isSmartRef__":true,"id":1796},"textChunks":[{"__isSmartRef__":true,"id":1797}],"charsReplaced":"s","lastFindLoc":6,"priorSelectionRange":[269,269],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":1799},"_TextColor":{"__isSmartRef__":true,"id":1800},"_ClipMode":"auto","layout":{"__isSmartRef__":true,"id":1801},"renderContextTable":{"__isSmartRef__":true,"id":1802},"eventHandler":{"__isSmartRef__":true,"id":1803},"attributeConnections":[{"__isSmartRef__":true,"id":1804},{"__isSmartRef__":true,"id":2084},{"__isSmartRef__":true,"id":1838},{"__isSmartRef__":true,"id":1843},{"__isSmartRef__":true,"id":1844},{"__isSmartRef__":true,"id":1845},{"__isSmartRef__":true,"id":1846},{"__isSmartRef__":true,"id":2042},{"__isSmartRef__":true,"id":2043},{"__isSmartRef__":true,"id":2044},{"__isSmartRef__":true,"id":2045},{"__isSmartRef__":true,"id":2046}],"doNotSerialize":["$$exec","$$serverResult","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$exec","$$serverResult","$$_Position","$$_Scale","$$_Rotation","$$owner"],"connections":{"__isSmartRef__":true,"id":2089},"magnets":[{"__isSmartRef__":true,"id":1840}],"serverResult":"Linux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:19:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:19:03 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:19:03 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:19:03 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n","_Position":{"__isSmartRef__":true,"id":2092},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":1805},"__LivelyClassName__":"lively.morphic.Text"},"1789":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1790},"_Extent":{"__isSmartRef__":true,"id":1791},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1792},"_BorderRadius":0,"_Fill":{"__isSmartRef__":true,"id":1793},"renderContextTable":{"__isSmartRef__":true,"id":1794},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1790":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1791":{"x":649.997996995995,"y":250.0240360480601,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1792":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1793":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1794":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1795":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1796":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1797":{"style":{"__isSmartRef__":true,"id":1798},"chunkOwner":{"__isSmartRef__":true,"id":1788},"storedString":"\n\n/home/nodejs/svn/webwerkstatt/$ ls\nAgileSoftwareentwicklung\nBWINF\nBrokenWorldRepairSite.xhtml\nChangeLog.xhtml\nDan\nFoo.js\nJSvsSTSyntaxDiscussion.xhtml\nLivelyHPImgzn\nLivelyTour.xhtml\nMakefile\nMediaUpload.xhtml\nNewMorphicEmptyWorld.xhtml\nNewWorldEmpty.xhtml\nOldPartsBin\nPartsBin\nPen.lkml\nProjectSeminar2010\nTests\nalex\napps\nauth\nbenchmarks\nbin\nblank.xhtml\nborderBug.xhtml\nbugreport.xhtml\ncanvasWorld.xhtml\ncanvasWorldEmpty.xhtml\nchanges.xhtml\nconstantin\ncontextjs\nconversion.json\ncop\ndavide\ndemos\ndiff.sh\ndiffback.sh\ndiffupdate.sh\ndocumentation\ndraft\nempty.xhtml\nexampleWorld.xhtml\nexampleWorld2.xhtml\nfabian\nfabrik\nfoo.xhtml\nfoobar.xhtml\nfred\ngames\nhallo\nhpi\nissues\njens\nlatestChanges.xhtml\nlauritz\nlib\nlively\nloading.gif\nmarko\nmartin\nmedia\nmigration\nmigration.xhtml\nodata\nometa\npapers\nphilipp\nprojects\nram.xhtml\nroadmap\nrobert\nrunTests.xhtml\nsandbox\nsearch.xhtml\nserver\nserverTest\nsofia\nswa\ntest.xhtml\ntestCreatePartsSpace\ntestWorld.xhtml\ntestfoo.xhtml\ntests.xhtml\ntests2.xhtml\ntext.txt\ntim\ntmohr\nupdate.xhtml\nusers\nvpri.xhtml\nwebcollab-integration\nwebwerkstatt.xhtml\nwidgets\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:11:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:11:03 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:11:03 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:11:03 1 1.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.95\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 1.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.95\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:11:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:11:13 all 50.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 50.00\n12:11:13 0 36.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 64.00\n12:11:13 1 64.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 36.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 50.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 50.00\nAverage: 0 36.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 64.00\nAverage: 1 64.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 36.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:14:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:14:29 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:14:29 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:14:29 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:14:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:14:31 all 0.00 0.00 0.52 0.00 0.00 0.00 0.00 0.00 99.48\n12:14:31 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:14:31 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.52 0.00 0.00 0.00 0.00 0.00 99.48\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:14:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:14:33 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:14:33 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:14:33 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:14:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:14:35 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:14:35 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:14:35 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:14:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:14:37 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:14:37 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:14:37 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:14:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:14:39 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:14:39 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:14:39 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:14:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:14:41 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:14:41 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:14:41 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:14:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:14:43 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:14:43 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:14:43 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:33 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:15:33 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:33 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:34 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:34 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n12:15:34 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:35 all 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 98.97\n12:15:35 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:35 1 1.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.96\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 98.97\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 1.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.96\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:36 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:15:36 0 0.98 0.00 0.98 0.00 0.00 0.00 0.00 0.00 98.04\n12:15:36 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.98 0.00 0.98 0.00 0.00 0.00 0.00 0.00 98.04\nAverage: 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:37 all 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 98.98\n12:15:37 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:37 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 98.98\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:37 all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.01\n12:15:37 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:37 1 0.98 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.02\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.98 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.02\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:38 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:15:38 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:15:38 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:39 all 0.49 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.03\n12:15:39 0 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 98.02\n12:15:39 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.03\nAverage: 0 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 98.02\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:40 all 0.00 0.00 0.51 0.00 0.00 0.00 0.00 0.00 99.49\n12:15:40 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n12:15:40 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.51 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:41 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:15:41 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:41 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:42 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:42 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:42 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:43 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:43 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:43 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:45 all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:45 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:45 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:45 all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:45 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:45 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:46 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:46 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:15:46 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:48 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:48 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:48 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:49 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:15:49 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:15:49 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:50 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:15:50 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:50 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:51 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:51 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:51 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:52 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:52 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:52 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:53 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:15:53 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:53 1 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:54 all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:54 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:54 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:55 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:55 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:15:55 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:56 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:15:56 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:56 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:57 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:15:57 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:57 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:58 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:15:58 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:58 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:15:59 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:15:59 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n12:15:59 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:15:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:00 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:16:00 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:00 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:01 all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\n12:16:01 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:01 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:02 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:16:02 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:02 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:03 all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\n12:16:03 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:03 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:04 all 46.77 0.00 0.50 0.00 0.00 0.00 0.00 0.00 52.74\n12:16:04 0 70.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 29.00\n12:16:04 1 23.76 0.00 0.99 0.00 0.00 0.00 0.00 0.00 75.25\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 46.77 0.00 0.50 0.00 0.00 0.00 0.00 0.00 52.74\nAverage: 0 70.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 29.00\nAverage: 1 23.76 0.00 0.99 0.00 0.00 0.00 0.00 0.00 75.25\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:05 all 50.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 49.50\n12:16:05 0 76.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 24.00\n12:16:05 1 24.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 76.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 50.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 49.50\nAverage: 0 76.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 24.00\nAverage: 1 24.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 76.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:06 all 4.48 0.00 0.50 0.00 0.00 0.00 0.00 0.00 95.02\n12:16:06 0 8.08 0.00 1.01 0.00 0.00 0.00 0.00 0.00 90.91\n12:16:06 1 0.00 0.00 0.98 0.00 0.00 0.00 0.00 0.00 99.02\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 4.48 0.00 0.50 0.00 0.00 0.00 0.00 0.00 95.02\nAverage: 0 8.08 0.00 1.01 0.00 0.00 0.00 0.00 0.00 90.91\nAverage: 1 0.00 0.00 0.98 0.00 0.00 0.00 0.00 0.00 99.02\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:07 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:16:07 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:07 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:08 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:08 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:08 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:09 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:16:09 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:16:09 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:10 all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:10 0 0.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 98.00\n12:16:10 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 98.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:11 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:16:11 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:11 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:12 all 6.63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 93.37\n12:16:12 0 13.86 0.00 0.99 0.00 0.00 0.00 0.00 0.00 85.15\n12:16:12 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 6.63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 93.37\nAverage: 0 13.86 0.00 0.99 0.00 0.00 0.00 0.00 0.00 85.15\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:13 all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.01\n12:16:13 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:13 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:14 all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\n12:16:14 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:14 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:15 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:16:15 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:15 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:16 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:16 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n12:16:16 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:17 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:17 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:17 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:18 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:16:18 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:18 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:19 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:16:19 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:16:19 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:20 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:16:20 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:20 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:21 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:16:21 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:21 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:22 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:22 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:22 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:23 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:23 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n12:16:23 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:24 all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\n12:16:24 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:24 1 0.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.05\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.05\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:25 all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\n12:16:25 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:25 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:26 all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\n12:16:26 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:26 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:27 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:27 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:27 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:29 all 0.49 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.02\n12:16:29 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:29 1 0.97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.03\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.02\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.03\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:30 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:30 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:30 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:31 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:31 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:31 1 0.00 0.00 0.95 0.00 0.00 0.00 0.00 0.00 99.05\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.95 0.00 0.00 0.00 0.00 0.00 99.05\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:32 all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\n12:16:32 0 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 98.99\n12:16:32 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 98.99\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:33 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:16:33 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:33 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:34 all 0.00 0.00 0.51 0.00 0.00 0.00 0.00 0.00 99.49\n12:16:34 0 0.00 0.00 1.09 0.00 0.00 0.00 0.00 0.00 98.91\n12:16:34 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.51 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 1.09 0.00 0.00 0.00 0.00 0.00 98.91\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:35 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:16:35 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:35 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:36 all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\n12:16:36 0 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 98.00\n12:16:36 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 98.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:37 all 0.49 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.02\n12:16:37 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:37 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.02\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:38 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:16:38 0 0.00 0.00 1.04 0.00 0.00 0.00 0.00 0.00 98.96\n12:16:38 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 1.04 0.00 0.00 0.00 0.00 0.00 98.96\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:39 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:39 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:39 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:40 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:40 0 0.00 0.00 1.05 0.00 0.00 0.00 0.00 0.00 98.95\n12:16:40 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 1.05 0.00 0.00 0.00 0.00 0.00 98.95\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:41 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:41 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:41 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:42 all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\n12:16:42 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:42 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:43 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:43 0 0.00 0.00 1.18 0.00 0.00 0.00 0.00 0.00 98.82\n12:16:43 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 1.18 0.00 0.00 0.00 0.00 0.00 98.82\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:44 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:44 0 0.00 0.00 1.20 0.00 0.00 0.00 0.00 0.00 98.80\n12:16:44 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 1.20 0.00 0.00 0.00 0.00 0.00 98.80\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:45 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:16:45 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:45 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:47 all 0.00 0.00 0.51 0.00 0.00 0.00 0.00 0.00 99.49\n12:16:47 0 1.05 0.00 1.05 0.00 0.00 0.00 0.00 0.00 97.89\n12:16:47 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.51 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 1.05 0.00 1.05 0.00 0.00 0.00 0.00 0.00 97.89\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:48 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:48 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:48 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:49 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:49 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:49 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:50 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:50 0 0.00 0.00 1.10 0.00 0.00 0.00 0.00 0.00 98.90\n12:16:50 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 1.10 0.00 0.00 0.00 0.00 0.00 98.90\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:51 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:16:51 0 1.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.97\n12:16:51 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 1.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.97\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:52 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:52 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:52 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:53 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:53 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:53 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:54 all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00\n12:16:54 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:54 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:55 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:55 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:55 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:56 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:16:56 0 1.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.96\n12:16:56 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 1.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.96\nAverage: 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:57 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:57 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:57 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:58 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:16:58 0 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 98.99\n12:16:58 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 98.99\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:16:59 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:16:59 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:16:59 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:16:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:00 all 0.00 0.00 0.51 0.00 0.00 0.00 0.00 0.00 99.49\n12:17:00 0 0.00 0.00 1.06 0.00 0.00 0.00 0.00 0.00 98.94\n12:17:00 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.51 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 1.06 0.00 0.00 0.00 0.00 0.00 98.94\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:01 all 7.73 0.00 0.00 0.00 0.00 0.00 0.00 0.00 92.27\n12:17:01 0 16.30 0.00 0.00 0.00 0.00 0.00 0.00 0.00 83.70\n12:17:01 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 7.73 0.00 0.00 0.00 0.00 0.00 0.00 0.00 92.27\nAverage: 0 16.30 0.00 0.00 0.00 0.00 0.00 0.00 0.00 83.70\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:02 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:02 0 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 98.99\n12:17:02 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 98.99\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:03 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:03 0 1.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.98\n12:17:03 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.98\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:04 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:04 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:04 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:05 all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\n12:17:05 0 1.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.92\n12:17:05 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\nAverage: 0 1.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.92\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:06 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:06 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:17:06 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:07 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:07 0 1.01 0.00 0.00 0.00 0.00 1.01 0.00 0.00 97.98\n12:17:07 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.01 0.00 0.00 0.00 0.00 1.01 0.00 0.00 97.98\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:08 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:08 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:08 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:09 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:09 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:17:09 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:10 all 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 98.99\n12:17:10 0 0.00 0.00 2.04 0.00 0.00 0.00 0.00 0.00 97.96\n12:17:10 1 0.00 0.00 0.98 0.00 0.00 0.00 0.00 0.00 99.02\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 98.99\nAverage: 0 0.00 0.00 2.04 0.00 0.00 0.00 0.00 0.00 97.96\nAverage: 1 0.00 0.00 0.98 0.00 0.00 0.00 0.00 0.00 99.02\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:11 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:11 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:11 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:12 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:12 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:12 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:13 all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\n12:17:13 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:13 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:14 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:14 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:14 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:15 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:15 0 1.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.98\n12:17:15 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.98\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:16 all 14.43 0.00 0.50 0.00 0.00 0.00 0.00 0.00 85.07\n12:17:16 0 29.29 0.00 0.00 0.00 0.00 0.00 0.00 0.00 70.71\n12:17:16 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 14.43 0.00 0.50 0.00 0.00 0.00 0.00 0.00 85.07\nAverage: 0 29.29 0.00 0.00 0.00 0.00 0.00 0.00 0.00 70.71\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:17 all 50.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 49.50\n12:17:17 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:17:17 1 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 50.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 49.50\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:18 all 31.66 0.00 0.50 0.00 0.00 0.00 0.00 0.00 67.84\n12:17:18 0 10.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 90.00\n12:17:18 1 53.54 0.00 1.01 0.00 0.00 0.00 0.00 0.00 45.45\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 31.66 0.00 0.50 0.00 0.00 0.00 0.00 0.00 67.84\nAverage: 0 10.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 90.00\nAverage: 1 53.54 0.00 1.01 0.00 0.00 0.00 0.00 0.00 45.45\n\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:19 all 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 98.97\n12:17:19 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:19 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 98.97\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:21 all 2.01 0.00 0.50 0.00 0.00 0.00 0.00 0.00 97.49\n12:17:21 0 3.03 0.00 1.01 0.00 0.00 0.00 0.00 0.00 95.96\n12:17:21 1 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 2.01 0.00 0.50 0.00 0.00 0.00 0.00 0.00 97.49\nAverage: 0 3.03 0.00 1.01 0.00 0.00 0.00 0.00 0.00 95.96\nAverage: 1 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:22 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:22 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:22 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:23 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:17:23 0 1.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.95\n12:17:23 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 1.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.95\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:24 all 1.49 0.00 0.99 0.00 0.00 0.00 0.00 0.00 97.52\n12:17:24 0 3.03 0.00 1.01 0.00 0.00 0.00 0.00 0.00 95.96\n12:17:24 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 1.49 0.00 0.99 0.00 0.00 0.00 0.00 0.00 97.52\nAverage: 0 3.03 0.00 1.01 0.00 0.00 0.00 0.00 0.00 95.96\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:26 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:26 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:17:26 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:27 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:27 0 1.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.97\n12:17:27 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.97\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:28 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:28 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:28 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:29 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:29 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:29 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:30 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:30 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:17:30 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:31 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:31 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:31 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:32 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:17:32 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:32 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:33 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:33 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:17:33 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:34 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:34 0 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n12:17:34 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:35 all 27.72 0.00 6.44 0.00 0.00 0.00 0.00 0.00 65.84\n12:17:35 0 55.56 0.00 12.12 0.00 0.00 0.00 0.00 0.00 32.32\n12:17:35 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 27.72 0.00 6.44 0.00 0.00 0.00 0.00 0.00 65.84\nAverage: 0 55.56 0.00 12.12 0.00 0.00 0.00 0.00 0.00 32.32\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:36 all 6.50 0.00 2.00 0.00 0.00 0.50 0.00 0.00 91.00\n12:17:36 0 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 99.00\n12:17:36 1 13.00 0.00 4.00 0.00 0.00 0.00 0.00 0.00 83.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 6.50 0.00 2.00 0.00 0.00 0.50 0.00 0.00 91.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 99.00\nAverage: 1 13.00 0.00 4.00 0.00 0.00 0.00 0.00 0.00 83.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:38 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:38 0 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 98.00\n12:17:38 1 0.00 0.00 0.98 0.00 0.00 0.00 0.00 0.00 99.02\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 98.00\nAverage: 1 0.00 0.00 0.98 0.00 0.00 0.00 0.00 0.00 99.02\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:39 all 0.00 0.00 0.51 0.00 0.00 0.00 0.00 0.00 99.49\n12:17:39 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:39 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.51 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:40 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:40 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:17:40 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:41 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:41 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:41 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:42 all 18.59 0.00 3.52 0.00 0.00 0.00 0.00 0.00 77.89\n12:17:42 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:17:42 1 36.00 0.00 8.00 0.00 0.00 0.00 0.00 0.00 56.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 18.59 0.00 3.52 0.00 0.00 0.00 0.00 0.00 77.89\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 36.00 0.00 8.00 0.00 0.00 0.00 0.00 0.00 56.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:43 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:43 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:43 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:44 all 1.49 0.00 1.99 2.49 0.00 0.00 0.00 0.00 94.03\n12:17:44 0 2.02 0.00 5.05 5.05 0.00 0.00 0.00 0.00 87.88\n12:17:44 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 1.49 0.00 1.99 2.49 0.00 0.00 0.00 0.00 94.03\nAverage: 0 2.02 0.00 5.05 5.05 0.00 0.00 0.00 0.00 87.88\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:45 all 1.52 0.00 2.03 7.11 0.00 0.00 0.00 0.00 89.34\n12:17:45 0 3.09 0.00 4.12 14.43 0.00 0.00 0.00 0.00 78.35\n12:17:45 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 1.52 0.00 2.03 7.11 0.00 0.00 0.00 0.00 89.34\nAverage: 0 3.09 0.00 4.12 14.43 0.00 0.00 0.00 0.00 78.35\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:46 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:46 0 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n12:17:46 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:47 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:47 0 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n12:17:47 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:48 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:48 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:48 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:49 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:17:49 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:49 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:50 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:50 0 1.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.92\n12:17:50 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.92\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:51 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:51 0 1.09 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.91\n12:17:51 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.09 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.91\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:52 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:52 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:52 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:53 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:53 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:17:53 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:54 all 0.00 0.00 0.00 0.00 0.00 0.49 0.00 0.00 99.51\n12:17:54 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:17:54 1 0.00 0.00 0.95 0.00 0.00 0.95 0.00 0.00 98.10\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.49 0.00 0.00 99.51\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.95 0.00 0.00 0.95 0.00 0.00 98.10\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:55 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:55 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:55 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:56 all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\n12:17:56 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:17:56 1 0.00 0.00 0.96 0.00 0.00 0.00 0.00 0.00 99.04\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.96 0.00 0.00 0.00 0.00 0.00 99.04\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:57 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:17:57 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:57 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:58 all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\n12:17:58 0 1.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.88\n12:17:58 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\nAverage: 0 1.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.88\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:17:59 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:59 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:17:59 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:17:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:00 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:18:00 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:00 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:01 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:18:01 0 1.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.96\n12:18:01 1 0.96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.04\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.96\nAverage: 1 0.96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.04\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:02 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:18:02 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:02 1 0.00 0.00 0.96 0.00 0.00 0.00 0.00 0.00 99.04\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.96 0.00 0.00 0.00 0.00 0.00 99.04\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:03 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:18:03 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:03 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:04 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:04 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:04 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:05 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:05 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n12:18:05 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:06 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:06 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:18:06 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:07 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:18:07 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:07 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:09 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:18:09 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:09 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:10 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:18:10 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:10 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:11 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:18:11 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:11 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:12 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:12 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:12 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:13 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:13 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:13 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:14 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:18:14 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:14 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:15 all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\n12:18:15 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:15 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:16 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:18:16 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:16 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:17 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:17 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:17 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:18 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:18 0 0.00 0.00 1.05 0.00 0.00 0.00 0.00 0.00 98.95\n12:18:18 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 1.05 0.00 0.00 0.00 0.00 0.00 98.95\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:19 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\n12:18:19 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:19 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:20 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:18:20 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:20 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:21 all 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 98.99\n12:18:21 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:21 1 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 98.99\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:22 all 1.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.49\n12:18:22 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:22 1 2.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.96\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 1.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 2.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.96\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:23 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:23 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:23 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:24 all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\n12:18:24 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:24 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.48\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:25 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:25 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:25 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:26 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:26 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:26 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:27 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:27 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:27 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:28 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:28 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:28 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:29 all 14.43 0.00 0.00 0.00 0.00 0.00 0.00 0.00 85.57\n12:18:29 0 29.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 71.00\n12:18:29 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 14.43 0.00 0.00 0.00 0.00 0.00 0.00 0.00 85.57\nAverage: 0 29.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 71.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:30 all 50.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 50.00\n12:18:30 0 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n12:18:30 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 50.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 50.00\nAverage: 0 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:31 all 34.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 66.00\n12:18:31 0 8.91 0.00 0.99 0.00 0.00 0.00 0.00 0.00 90.10\n12:18:31 1 58.42 0.00 0.00 0.00 0.00 0.00 0.00 0.00 41.58\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 34.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 66.00\nAverage: 0 8.91 0.00 0.99 0.00 0.00 0.00 0.00 0.00 90.10\nAverage: 1 58.42 0.00 0.00 0.00 0.00 0.00 0.00 0.00 41.58\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:33 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:18:33 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:33 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:34 all 0.00 0.00 0.00 0.00 0.00 0.51 0.00 0.00 99.49\n12:18:34 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:34 1 0.00 0.00 0.00 0.00 0.00 1.03 0.00 0.00 98.97\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.51 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 1.03 0.00 0.00 98.97\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:35 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:18:35 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:35 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:36 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:36 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:36 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:37 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:18:37 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:37 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:38 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:38 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:38 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:39 all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\n12:18:39 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:39 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:40 all 6.06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 93.94\n12:18:40 0 13.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 87.00\n12:18:40 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 6.06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 93.94\nAverage: 0 13.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 87.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:41 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:41 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:41 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:42 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:18:42 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:42 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:43 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:43 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:43 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:44 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:44 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:44 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:45 all 0.49 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.02\n12:18:45 0 0.98 0.00 0.98 0.00 0.00 0.00 0.00 0.00 98.04\n12:18:45 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.02\nAverage: 0 0.98 0.00 0.98 0.00 0.00 0.00 0.00 0.00 98.04\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:46 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:46 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:46 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:47 all 0.49 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.02\n12:18:47 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n12:18:47 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.49 0.00 0.00 0.00 0.00 0.00 99.02\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:49 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:18:49 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:49 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:50 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:18:50 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:18:50 1 0.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.05\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.05\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:51 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:51 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\n12:18:51 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:52 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:18:52 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:52 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:53 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:53 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:53 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:55 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:18:55 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:55 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:56 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:56 0 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 98.02\n12:18:56 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 98.02\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:57 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:18:57 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:57 1 0.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.05\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.05\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:58 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:18:58 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:18:58 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:18:59 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:59 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:18:59 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:18:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:19:00 all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\n12:19:00 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:19:00 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:19:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:19:01 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:19:01 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n12:19:01 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:19:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:19:02 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:19:02 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n12:19:02 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\n/home/nodejs/svn/webwerkstatt/$ mpstat -P ALL 1 1\nLinux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:19:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:19:03 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:19:03 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:19:03 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1798":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1799":{"x":649.997996995995,"y":250.0240360480601,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1800":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1801":{"resizeWidth":true,"resizeHeight":true},"1802":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1803":{"morph":{"__isSmartRef__":true,"id":1788},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1804":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"exec","targetObj":{"__isSmartRef__":true,"id":1805},"targetMethodName":"exec","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1805":{"submorphs":[{"__isSmartRef__":true,"id":1542},{"__isSmartRef__":true,"id":1788},{"__isSmartRef__":true,"id":1806}],"scripts":[],"id":189,"shape":{"__isSmartRef__":true,"id":1824},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"CommandLine","partsBinMetaInfo":{"__isSmartRef__":true,"id":1830},"__SourceModuleName__":"Global.lively.morphic.Core","priorExtent":{"__isSmartRef__":true,"id":1831},"layout":{"__isSmartRef__":true,"id":1832},"renderContextTable":{"__isSmartRef__":true,"id":1833},"eventHandler":{"__isSmartRef__":true,"id":1834},"attributeConnections":[{"__isSmartRef__":true,"id":1835},{"__isSmartRef__":true,"id":1836},{"__isSmartRef__":true,"id":1837},{"__isSmartRef__":true,"id":1848},{"__isSmartRef__":true,"id":1849},{"__isSmartRef__":true,"id":1850},{"__isSmartRef__":true,"id":2027},{"__isSmartRef__":true,"id":2028},{"__isSmartRef__":true,"id":2029},{"__isSmartRef__":true,"id":2030},{"__isSmartRef__":true,"id":2048},{"__isSmartRef__":true,"id":2049},{"__isSmartRef__":true,"id":2050},{"__isSmartRef__":true,"id":2051}],"doNotSerialize":["$$serverResult","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$serverResult","$$_Position","$$_Scale","$$_Rotation","$$owner"],"connections":{"__isSmartRef__":true,"id":2065},"scriptAnnotations":{"__isSmartRef__":true,"id":2068},"serverResult":"Linux 2.6.32-5-amd64 (lively) \t07/07/11 \t_x86_64_\t(2 CPU)\n\n12:19:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\n12:19:03 all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\n12:19:03 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n12:19:03 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle\nAverage: all 0.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.51\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n","_Position":{"__isSmartRef__":true,"id":2005},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":1853},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2071},"__LivelyClassName__":"lively.morphic.Box"},"1806":{"submorphs":[],"scripts":[],"id":191,"shape":{"__isSmartRef__":true,"id":1807},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_OverflowMode":"visible","_FontFamily":"Courier ","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1813},"_MaxTextWidth":615,"_MaxTextHeight":29.985978971964983,"textColor":{"__isSmartRef__":true,"id":1814},"showsHalos":false,"_FontSize":14,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"inputLine","partsBinMetaInfo":{"__isSmartRef__":true,"id":1815},"textChunks":[{"__isSmartRef__":true,"id":1816}],"charsReplaced":"mpstat -P ALL 1 1","lastFindLoc":-17,"priorSelectionRange":[17,17],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":1818},"_TextColor":{"__isSmartRef__":true,"id":1819},"_ClipMode":"hidden","owner":{"__isSmartRef__":true,"id":1805},"isInputLine":true,"_WhiteSpaceHandling":"pre-wrap","allowInput":true,"attributeConnections":[{"__isSmartRef__":true,"id":1820}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":1821},"renderContextTable":{"__isSmartRef__":true,"id":1822},"eventHandler":{"__isSmartRef__":true,"id":1823},"savedTextString":"mpstat -P ALL 1 1","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"1807":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1808},"_Extent":{"__isSmartRef__":true,"id":1809},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1810},"_BorderRadius":0,"_Fill":{"__isSmartRef__":true,"id":1811},"renderContextTable":{"__isSmartRef__":true,"id":1812},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1808":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1809":{"x":615,"y":29.985978971964983,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1810":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1811":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1812":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1813":{"x":8.000000000000853,"y":262.99999999999983,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1814":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1815":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1816":{"style":{"__isSmartRef__":true,"id":1817},"chunkOwner":{"__isSmartRef__":true,"id":1806},"storedString":"mpstat -P ALL 1 1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1817":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1818":{"x":615,"y":29.985978971964983,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1819":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1820":{"sourceObj":{"__isSmartRef__":true,"id":1806},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":1805},"targetMethodName":"exec","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1821":{"resizeWidth":true,"resizeHeight":false,"moveVertical":true},"1822":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1823":{"morph":{"__isSmartRef__":true,"id":1806},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1824":{"position":{"__isSmartRef__":true,"id":1825},"_Extent":{"__isSmartRef__":true,"id":1826},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":1827},"_Fill":{"__isSmartRef__":true,"id":1828},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":1829},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1825":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1826":{"x":650,"y":295,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1827":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1828":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1829":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1830":{"partsSpaceName":"PartsBin/Server/","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["server.nodejs.WebInterface"],"migrationLevel":2,"comment":"Access to the lively-kernel.org shell using nodejs.","partName":"CommandLine","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1831":{"x":650,"y":295,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1832":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"1833":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1834":{"morph":{"__isSmartRef__":true,"id":1805},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1835":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"serverResult","targetObj":{"__isSmartRef__":true,"id":1788},"targetMethodName":"serverResult","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1836":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"serverResult","targetObj":{"__isSmartRef__":true,"id":1805},"targetMethodName":"log","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1837":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1838":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":1839},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":1843},{"__isSmartRef__":true,"id":1844},{"__isSmartRef__":true,"id":1845},{"__isSmartRef__":true,"id":1846},{"__isSmartRef__":true,"id":1837},{"__isSmartRef__":true,"id":1848},{"__isSmartRef__":true,"id":1849},{"__isSmartRef__":true,"id":1850},{"__isSmartRef__":true,"id":1852},{"__isSmartRef__":true,"id":2008},{"__isSmartRef__":true,"id":2009},{"__isSmartRef__":true,"id":2010}],"oldTransform":{"__isSmartRef__":true,"id":2063},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"1839":{"morph":{"__isSmartRef__":true,"id":1542},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":1840},"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1840":{"morph":{"__isSmartRef__":true,"id":1788},"position":{"__isSmartRef__":true,"id":1841},"connectedControlPoints":[{"__isSmartRef__":true,"id":1839},{"__isSmartRef__":true,"id":1842}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"1841":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1842":{"morph":{"__isSmartRef__":true,"id":1543},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":1840},"marker":{"__isSmartRef__":true,"id":1544},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1843":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1844":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1845":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1846":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1847},"dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1847":{"source":{"__isSmartRef__":true,"id":1788},"target":{"__isSmartRef__":true,"id":1838}},"1848":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1849":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1850":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1851},"dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1851":{"source":{"__isSmartRef__":true,"id":1805},"target":{"__isSmartRef__":true,"id":1838}},"1852":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1853":{"submorphs":[{"__isSmartRef__":true,"id":1805},{"__isSmartRef__":true,"id":1854}],"scripts":[],"id":188,"renderContextTable":{"__isSmartRef__":true,"id":1998},"shape":{"__isSmartRef__":true,"id":1999},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":2002},"eventHandler":{"__isSmartRef__":true,"id":2003},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":2004},"targetMorph":{"__isSmartRef__":true,"id":1805},"titleBar":{"__isSmartRef__":true,"id":1854},"contentOffset":{"__isSmartRef__":true,"id":2005},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2006},"name":"CommandLine","prevDragPos":{"__isSmartRef__":true,"id":2007},"highlighted":true,"cameForward":false,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[{"__isSmartRef__":true,"id":1852},{"__isSmartRef__":true,"id":2008},{"__isSmartRef__":true,"id":2009},{"__isSmartRef__":true,"id":2010},{"__isSmartRef__":true,"id":2015},{"__isSmartRef__":true,"id":2032},{"__isSmartRef__":true,"id":2033},{"__isSmartRef__":true,"id":2034},{"__isSmartRef__":true,"id":2041},{"__isSmartRef__":true,"id":2053},{"__isSmartRef__":true,"id":2054},{"__isSmartRef__":true,"id":2055}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"_Position":{"__isSmartRef__":true,"id":2062},"_Scale":1.002003004005006,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["GrabbingLayer"]},"1854":{"submorphs":[{"__isSmartRef__":true,"id":1855},{"__isSmartRef__":true,"id":1867},{"__isSmartRef__":true,"id":1913},{"__isSmartRef__":true,"id":1947}],"scripts":[],"id":192,"renderContextTable":{"__isSmartRef__":true,"id":1982},"shape":{"__isSmartRef__":true,"id":1983},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":1994},"eventHandler":{"__isSmartRef__":true,"id":1995},"_Position":{"__isSmartRef__":true,"id":1996},"windowMorph":{"__isSmartRef__":true,"id":1853},"label":{"__isSmartRef__":true,"id":1855},"closeButton":{"__isSmartRef__":true,"id":1867},"menuButton":{"__isSmartRef__":true,"id":1913},"collapseButton":{"__isSmartRef__":true,"id":1947},"priorExtent":{"__isSmartRef__":true,"id":1997},"owner":{"__isSmartRef__":true,"id":1853},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.TitleBar"},"1855":{"submorphs":[],"scripts":[],"id":193,"renderContextTable":{"__isSmartRef__":true,"id":1856},"textChunks":[{"__isSmartRef__":true,"id":1857}],"shape":{"__isSmartRef__":true,"id":1859},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1863},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":1864},"_Position":{"__isSmartRef__":true,"id":1865},"priorExtent":{"__isSmartRef__":true,"id":1866},"_MaxTextWidth":null,"_MaxTextHeight":17,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","_FontSize":10,"_Align":"center","owner":{"__isSmartRef__":true,"id":1854},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1856":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1857":{"style":{"__isSmartRef__":true,"id":1858},"chunkOwner":{"__isSmartRef__":true,"id":1855},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"CommandLine","__LivelyClassName__":"lively.morphic.TextChunk"},"1858":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1859":{"_Position":{"__isSmartRef__":true,"id":1860},"renderContextTable":{"__isSmartRef__":true,"id":1861},"_Extent":{"__isSmartRef__":true,"id":1862},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1827},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1860":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1861":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1862":{"x":591,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1863":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1864":{"morph":{"__isSmartRef__":true,"id":1855},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1865":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1866":{"x":591,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1867":{"submorphs":[{"__isSmartRef__":true,"id":1868}],"scripts":[],"id":194,"renderContextTable":{"__isSmartRef__":true,"id":1880},"shape":{"__isSmartRef__":true,"id":1881},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":1896},"_Position":{"__isSmartRef__":true,"id":1897},"priorExtent":{"__isSmartRef__":true,"id":1898},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1886},"lighterFill":{"__isSmartRef__":true,"id":1899},"label":{"__isSmartRef__":true,"id":1868},"owner":{"__isSmartRef__":true,"id":1854},"layout":{"__isSmartRef__":true,"id":1908},"attributeConnections":[{"__isSmartRef__":true,"id":1909},{"__isSmartRef__":true,"id":1911}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"1868":{"submorphs":[],"scripts":[],"id":195,"renderContextTable":{"__isSmartRef__":true,"id":1869},"textChunks":[{"__isSmartRef__":true,"id":1870}],"shape":{"__isSmartRef__":true,"id":1872},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1876},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":1877},"_Position":{"__isSmartRef__":true,"id":1878},"priorExtent":{"__isSmartRef__":true,"id":1879},"_MaxTextWidth":null,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":1867},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1869":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1870":{"style":{"__isSmartRef__":true,"id":1871},"chunkOwner":{"__isSmartRef__":true,"id":1868},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"1871":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1872":{"_Position":{"__isSmartRef__":true,"id":1873},"renderContextTable":{"__isSmartRef__":true,"id":1874},"_Extent":{"__isSmartRef__":true,"id":1875},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1827},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1873":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1874":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1875":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1876":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1877":{"morph":{"__isSmartRef__":true,"id":1868},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1878":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1879":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1880":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1881":{"_Position":{"__isSmartRef__":true,"id":1882},"renderContextTable":{"__isSmartRef__":true,"id":1883},"_Extent":{"__isSmartRef__":true,"id":1884},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1885},"_Fill":{"__isSmartRef__":true,"id":1886},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1882":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1883":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1884":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1885":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1886":{"stops":[{"__isSmartRef__":true,"id":1887},{"__isSmartRef__":true,"id":1889},{"__isSmartRef__":true,"id":1891},{"__isSmartRef__":true,"id":1893}],"vector":{"__isSmartRef__":true,"id":1895},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1887":{"offset":0,"color":{"__isSmartRef__":true,"id":1888}},"1888":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1889":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1890}},"1890":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1891":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1892}},"1892":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1893":{"offset":1,"color":{"__isSmartRef__":true,"id":1894}},"1894":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1895":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1896":{"morph":{"__isSmartRef__":true,"id":1867},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1897":{"x":630,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1898":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1899":{"stops":[{"__isSmartRef__":true,"id":1900},{"__isSmartRef__":true,"id":1902},{"__isSmartRef__":true,"id":1904},{"__isSmartRef__":true,"id":1906}],"vector":{"__isSmartRef__":true,"id":1895},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1900":{"offset":0,"color":{"__isSmartRef__":true,"id":1901}},"1901":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1902":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1903}},"1903":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1904":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1905}},"1905":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1906":{"offset":1,"color":{"__isSmartRef__":true,"id":1907}},"1907":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1908":{"moveHorizontal":true},"1909":{"sourceObj":{"__isSmartRef__":true,"id":1867},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1853},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1910},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1910":{"source":{"__isSmartRef__":true,"id":1867},"target":{"__isSmartRef__":true,"id":1853}},"1911":{"sourceObj":{"__isSmartRef__":true,"id":1867},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1853},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1912},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1912":{"source":{"__isSmartRef__":true,"id":1867},"target":{"__isSmartRef__":true,"id":1853}},"1913":{"submorphs":[{"__isSmartRef__":true,"id":1914}],"scripts":[],"id":196,"renderContextTable":{"__isSmartRef__":true,"id":1926},"shape":{"__isSmartRef__":true,"id":1927},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":1931},"_Position":{"__isSmartRef__":true,"id":1932},"priorExtent":{"__isSmartRef__":true,"id":1933},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1886},"lighterFill":{"__isSmartRef__":true,"id":1934},"label":{"__isSmartRef__":true,"id":1914},"owner":{"__isSmartRef__":true,"id":1854},"attributeConnections":[{"__isSmartRef__":true,"id":1943},{"__isSmartRef__":true,"id":1945}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"1914":{"submorphs":[],"scripts":[],"id":197,"renderContextTable":{"__isSmartRef__":true,"id":1915},"textChunks":[{"__isSmartRef__":true,"id":1916}],"shape":{"__isSmartRef__":true,"id":1918},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1922},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":1923},"_Position":{"__isSmartRef__":true,"id":1924},"priorExtent":{"__isSmartRef__":true,"id":1925},"_MaxTextWidth":null,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":1913},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1915":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1916":{"style":{"__isSmartRef__":true,"id":1917},"chunkOwner":{"__isSmartRef__":true,"id":1914},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"1917":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1918":{"_Position":{"__isSmartRef__":true,"id":1919},"renderContextTable":{"__isSmartRef__":true,"id":1920},"_Extent":{"__isSmartRef__":true,"id":1921},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1827},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1919":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1920":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1921":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1922":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1923":{"morph":{"__isSmartRef__":true,"id":1914},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1924":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1925":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1926":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1927":{"_Position":{"__isSmartRef__":true,"id":1928},"renderContextTable":{"__isSmartRef__":true,"id":1929},"_Extent":{"__isSmartRef__":true,"id":1930},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1885},"_Fill":{"__isSmartRef__":true,"id":1886},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1928":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1929":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1930":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1931":{"morph":{"__isSmartRef__":true,"id":1913},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1932":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1933":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1934":{"stops":[{"__isSmartRef__":true,"id":1935},{"__isSmartRef__":true,"id":1937},{"__isSmartRef__":true,"id":1939},{"__isSmartRef__":true,"id":1941}],"vector":{"__isSmartRef__":true,"id":1895},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1935":{"offset":0,"color":{"__isSmartRef__":true,"id":1936}},"1936":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1937":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1938}},"1938":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1939":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1940}},"1940":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1941":{"offset":1,"color":{"__isSmartRef__":true,"id":1942}},"1942":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1943":{"sourceObj":{"__isSmartRef__":true,"id":1913},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1853},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1944},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1944":{"source":{"__isSmartRef__":true,"id":1913},"target":{"__isSmartRef__":true,"id":1853}},"1945":{"sourceObj":{"__isSmartRef__":true,"id":1913},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1853},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1946},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1946":{"source":{"__isSmartRef__":true,"id":1913},"target":{"__isSmartRef__":true,"id":1853}},"1947":{"submorphs":[{"__isSmartRef__":true,"id":1948}],"scripts":[],"id":198,"renderContextTable":{"__isSmartRef__":true,"id":1960},"shape":{"__isSmartRef__":true,"id":1961},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":1965},"_Position":{"__isSmartRef__":true,"id":1966},"priorExtent":{"__isSmartRef__":true,"id":1967},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1886},"lighterFill":{"__isSmartRef__":true,"id":1968},"label":{"__isSmartRef__":true,"id":1948},"owner":{"__isSmartRef__":true,"id":1854},"layout":{"__isSmartRef__":true,"id":1977},"attributeConnections":[{"__isSmartRef__":true,"id":1978},{"__isSmartRef__":true,"id":1980}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"1948":{"submorphs":[],"scripts":[],"id":199,"renderContextTable":{"__isSmartRef__":true,"id":1949},"textChunks":[{"__isSmartRef__":true,"id":1950}],"shape":{"__isSmartRef__":true,"id":1952},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":1956},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":1957},"_Position":{"__isSmartRef__":true,"id":1958},"priorExtent":{"__isSmartRef__":true,"id":1959},"_MaxTextWidth":null,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":1947},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_PointerEvents":"none","_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"1949":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"1950":{"style":{"__isSmartRef__":true,"id":1951},"chunkOwner":{"__isSmartRef__":true,"id":1948},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"1951":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1952":{"_Position":{"__isSmartRef__":true,"id":1953},"renderContextTable":{"__isSmartRef__":true,"id":1954},"_Extent":{"__isSmartRef__":true,"id":1955},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1827},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1953":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1954":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1955":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1956":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1957":{"morph":{"__isSmartRef__":true,"id":1948},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1958":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1959":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1960":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1961":{"_Position":{"__isSmartRef__":true,"id":1962},"renderContextTable":{"__isSmartRef__":true,"id":1963},"_Extent":{"__isSmartRef__":true,"id":1964},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1885},"_Fill":{"__isSmartRef__":true,"id":1886},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1962":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1963":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1964":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1965":{"morph":{"__isSmartRef__":true,"id":1947},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1966":{"x":611,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1967":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1968":{"stops":[{"__isSmartRef__":true,"id":1969},{"__isSmartRef__":true,"id":1971},{"__isSmartRef__":true,"id":1973},{"__isSmartRef__":true,"id":1975}],"vector":{"__isSmartRef__":true,"id":1895},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1969":{"offset":0,"color":{"__isSmartRef__":true,"id":1970}},"1970":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1971":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1972}},"1972":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1973":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1974}},"1974":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1975":{"offset":1,"color":{"__isSmartRef__":true,"id":1976}},"1976":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1977":{"moveHorizontal":true},"1978":{"sourceObj":{"__isSmartRef__":true,"id":1947},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1853},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1979},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1979":{"source":{"__isSmartRef__":true,"id":1947},"target":{"__isSmartRef__":true,"id":1853}},"1980":{"sourceObj":{"__isSmartRef__":true,"id":1947},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1853},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1981},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1981":{"source":{"__isSmartRef__":true,"id":1947},"target":{"__isSmartRef__":true,"id":1853}},"1982":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1983":{"_Position":{"__isSmartRef__":true,"id":1984},"renderContextTable":{"__isSmartRef__":true,"id":1985},"_Extent":{"__isSmartRef__":true,"id":1986},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1987},"_Fill":{"__isSmartRef__":true,"id":1988},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1984":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1985":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"1986":{"x":650,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1987":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1988":{"stops":[{"__isSmartRef__":true,"id":1989},{"__isSmartRef__":true,"id":1991}],"vector":{"__isSmartRef__":true,"id":1993},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"1989":{"offset":0,"color":{"__isSmartRef__":true,"id":1990}},"1990":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1991":{"offset":1,"color":{"__isSmartRef__":true,"id":1992}},"1992":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1993":{"x":0,"y":0,"width":0,"height":1,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1994":{"resizeWidth":true,"adjustForNewBounds":true},"1995":{"morph":{"__isSmartRef__":true,"id":1854},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1996":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1997":{"x":650,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1998":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"1999":{"renderContextTable":{"__isSmartRef__":true,"id":2000},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":2001},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2000":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2001":{"x":650,"y":317,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2002":{"adjustForNewBounds":true},"2003":{"morph":{"__isSmartRef__":true,"id":1853},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2004":{"x":650,"y":317,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2005":{"x":0,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2006":{"partsSpaceName":"PartsBin/Server/","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["server.nodejs.WebInterface"],"migrationLevel":2,"comment":"Access to the lively-kernel.org shell using nodejs.","partName":"CommandLine","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2007":{"x":611,"y":210,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2008":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2009":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2010":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1838},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2011},"dependedBy":{"__isSmartRef__":true,"id":1838},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2012},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2011":{"source":{"__isSmartRef__":true,"id":1853},"target":{"__isSmartRef__":true,"id":1838}},"2012":{"converter":{"__isSmartRef__":true,"id":2013}},"2013":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":2011},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":2014},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2014":{},"2015":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2016":{"sourceObj":{"__isSmartRef__":true,"id":1574},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":1572},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":2017},{"__isSmartRef__":true,"id":2018},{"__isSmartRef__":true,"id":2019},{"__isSmartRef__":true,"id":2020},{"__isSmartRef__":true,"id":2022},{"__isSmartRef__":true,"id":2023},{"__isSmartRef__":true,"id":2024},{"__isSmartRef__":true,"id":2025},{"__isSmartRef__":true,"id":2027},{"__isSmartRef__":true,"id":2028},{"__isSmartRef__":true,"id":2029},{"__isSmartRef__":true,"id":2030},{"__isSmartRef__":true,"id":2015},{"__isSmartRef__":true,"id":2032},{"__isSmartRef__":true,"id":2033},{"__isSmartRef__":true,"id":2034}],"oldTransform":{"__isSmartRef__":true,"id":2039},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"2017":{"sourceObj":{"__isSmartRef__":true,"id":1574},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2018":{"sourceObj":{"__isSmartRef__":true,"id":1574},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2019":{"sourceObj":{"__isSmartRef__":true,"id":1574},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2020":{"sourceObj":{"__isSmartRef__":true,"id":1574},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2021},"dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2021":{"source":{"__isSmartRef__":true,"id":1574},"target":{"__isSmartRef__":true,"id":2016}},"2022":{"sourceObj":{"__isSmartRef__":true,"id":1542},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2023":{"sourceObj":{"__isSmartRef__":true,"id":1542},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2024":{"sourceObj":{"__isSmartRef__":true,"id":1542},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2025":{"sourceObj":{"__isSmartRef__":true,"id":1542},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2026},"dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2026":{"source":{"__isSmartRef__":true,"id":1542},"target":{"__isSmartRef__":true,"id":2016}},"2027":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2028":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2029":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2030":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2031},"dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2031":{"source":{"__isSmartRef__":true,"id":1805},"target":{"__isSmartRef__":true,"id":2016}},"2032":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2033":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2034":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2016},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2035},"dependedBy":{"__isSmartRef__":true,"id":2016},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2036},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2035":{"source":{"__isSmartRef__":true,"id":1853},"target":{"__isSmartRef__":true,"id":2016}},"2036":{"converter":{"__isSmartRef__":true,"id":2037}},"2037":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":2035},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":2038},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2038":{},"2039":{"d":1.0040100200350561,"a":1.0040100200350561,"f":65,"e":69,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":2040},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"2040":{"a":1.0040100200350561,"b":0,"c":0,"d":1.0040100200350561,"e":69,"f":65,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"2041":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2042":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":1842},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":2043},{"__isSmartRef__":true,"id":2044},{"__isSmartRef__":true,"id":2045},{"__isSmartRef__":true,"id":2046},{"__isSmartRef__":true,"id":2048},{"__isSmartRef__":true,"id":2049},{"__isSmartRef__":true,"id":2050},{"__isSmartRef__":true,"id":2051},{"__isSmartRef__":true,"id":2041},{"__isSmartRef__":true,"id":2053},{"__isSmartRef__":true,"id":2054},{"__isSmartRef__":true,"id":2055}],"oldTransform":{"__isSmartRef__":true,"id":2060},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"2043":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2044":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2045":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2046":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2047},"dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2047":{"source":{"__isSmartRef__":true,"id":1788},"target":{"__isSmartRef__":true,"id":2042}},"2048":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2049":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2050":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2051":{"sourceObj":{"__isSmartRef__":true,"id":1805},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2052},"dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2052":{"source":{"__isSmartRef__":true,"id":1805},"target":{"__isSmartRef__":true,"id":2042}},"2053":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2054":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":2042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2055":{"sourceObj":{"__isSmartRef__":true,"id":1853},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2042},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2056},"dependedBy":{"__isSmartRef__":true,"id":2042},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2057},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2056":{"source":{"__isSmartRef__":true,"id":1853},"target":{"__isSmartRef__":true,"id":2042}},"2057":{"converter":{"__isSmartRef__":true,"id":2058}},"2058":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":2056},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":2059},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2059":{},"2060":{"d":1.002003004005006,"a":1.002003004005006,"f":145.04406608811013,"e":35,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":2061},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"2061":{"a":1.002003004005006,"b":0,"c":0,"d":1.002003004005006,"e":35,"f":145.04406608811013,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"2062":{"x":35,"y":123,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2063":{"d":1.002003004005006,"a":1.002003004005006,"f":145.04406608811013,"e":35,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":2064},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"2064":{"a":1.002003004005006,"b":0,"c":0,"d":1.002003004005006,"e":35,"f":145.04406608811013,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"2065":{"exec":{"__isSmartRef__":true,"id":2066},"serverResult":{"__isSmartRef__":true,"id":2067}},"2066":{},"2067":{},"2068":{"exec":{"__isSmartRef__":true,"id":2069}},"2069":{"time":{"__isSmartRef__":true,"id":2070},"user":"robertkrahn"},"2070":{"isSerializedDate":true,"string":"Mon Jul 04 2011 10:17:03 GMT-0700 (Pacific Daylight Time)"},"2071":{"setupConnections":{"__isSmartRef__":true,"id":2072},"exec":{"__isSmartRef__":true,"id":2075},"log":{"__isSmartRef__":true,"id":2078},"reset":{"__isSmartRef__":true,"id":2081}},"2072":{"varMapping":{"__isSmartRef__":true,"id":2073},"source":"function setupConnections() {\n connect(this, 'serverResult', this, 'log')\n connect(this.get('inputLine'), 'savedTextString', this, 'exec')\n connect(this.get('logWindow'), 'exec', this, 'exec')\n connect(this, 'serverResult', this.get('logWindow'), 'serverResult')\n}","funcProperties":{"__isSmartRef__":true,"id":2074},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2073":{"this":{"__isSmartRef__":true,"id":1805}},"2074":{},"2075":{"varMapping":{"__isSmartRef__":true,"id":2076},"source":"function exec(cmdString) {\n module('server.nodejs.WebInterface').load(true);\n cmdString = cmdString || this.get('inputLine').textString;\n var wd = \"/home/nodejs/svn/webwerkstatt/\" \n var cmdExec = new CommandLineServerInterface();\n connect(cmdExec, 'result', this, 'serverResult', {converter: function(ea) { return String(ea.stdout) }})\n this.log(wd + \"$ \" + cmdString)\n cmdExec.runCommand(cmdString, wd)\nthis\n}","funcProperties":{"__isSmartRef__":true,"id":2077},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2076":{"this":{"__isSmartRef__":true,"id":1805}},"2077":{},"2078":{"varMapping":{"__isSmartRef__":true,"id":2079},"source":"function log(s) {\n this.get('logWindow').textString += '\\n' + s\n this.get('logWindow').scrollToBottom();\n}","funcProperties":{"__isSmartRef__":true,"id":2080},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2079":{"this":{"__isSmartRef__":true,"id":1805}},"2080":{},"2081":{"varMapping":{"__isSmartRef__":true,"id":2082},"source":"function reset() {\n this.get('logWindow').textString = '';\n this.get('inputLine').textString = 'ls';\n this.connections = {exec: {}, serverResult: {}}\n this.get('logWindow').connections = {exec: {}, serverResult: {}}\n}","funcProperties":{"__isSmartRef__":true,"id":2083},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2082":{"this":{"__isSmartRef__":true,"id":1805}},"2083":{},"2084":{"sourceObj":{"__isSmartRef__":true,"id":1788},"sourceAttrName":"serverResult","targetObj":{"__isSmartRef__":true,"id":1424},"targetMethodName":"addDataAndRender","visualConnector":{"__isSmartRef__":true,"id":1542},"converterString":"function converter(value) {\n var lines = Strings.lines(value);\n var tokens = Strings.tokens(lines[3]);\n return 100 - tokens[10];}","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2085},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2085":{"converter":{"__isSmartRef__":true,"id":2086}},"2086":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":2087},"source":"function converter(value) {\n var lines = Strings.lines(value);\n var tokens = Strings.tokens(lines[3]);\n return 100 - tokens[10];}","funcProperties":{"__isSmartRef__":true,"id":2088},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2087":{},"2088":{},"2089":{"exec":{"__isSmartRef__":true,"id":2090},"serverResult":{"__isSmartRef__":true,"id":2091}},"2090":{},"2091":{},"2092":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2093":{"setHands":{"__isSmartRef__":true,"id":2094}},"2094":{},"2095":{"onrestore":{"__isSmartRef__":true,"id":2096}},"2096":{"time":{"__isSmartRef__":true,"id":2097},"user":"markoroeder"},"2097":{"isSerializedDate":true,"string":"Wed Jun 29 2011 16:48:43 GMT-0700 (Pacific Daylight Time)"},"2098":{"morph":{"__isSmartRef__":true,"id":1574},"position":{"__isSmartRef__":true,"id":2099},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2099":{"x":0,"y":-0.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2100":{"morph":{"__isSmartRef__":true,"id":1574},"position":{"__isSmartRef__":true,"id":2101},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2101":{"x":0.5,"y":-0.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2102":{"morph":{"__isSmartRef__":true,"id":1574},"position":{"__isSmartRef__":true,"id":2103},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2103":{"x":0.5,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2104":{"morph":{"__isSmartRef__":true,"id":1574},"position":{"__isSmartRef__":true,"id":2105},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2105":{"x":0.5,"y":0.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2106":{"morph":{"__isSmartRef__":true,"id":1574},"position":{"__isSmartRef__":true,"id":2107},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2107":{"x":0,"y":0.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2108":{"morph":{"__isSmartRef__":true,"id":1574},"position":{"__isSmartRef__":true,"id":2109},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2109":{"x":-0.5,"y":0.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2110":{"morph":{"__isSmartRef__":true,"id":1574},"position":{"__isSmartRef__":true,"id":2111},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2111":{"x":-0.5,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2112":{"x":33.932034,"y":-79.884058,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2113":{"onrestore":{"__isSmartRef__":true,"id":2114},"reset":{"__isSmartRef__":true,"id":2121},"makeNewFace":{"__isSmartRef__":true,"id":2124},"angleForHour":{"__isSmartRef__":true,"id":2127},"startSteppingScripts":{"__isSmartRef__":true,"id":2130},"getHaloClasses":{"__isSmartRef__":true,"id":2133},"$$setHands":{"__isSmartRef__":true,"id":2140}},"2114":{"varMapping":{"__isSmartRef__":true,"id":2115},"source":"function onrestore() {\n $super();\n this.timeZoneOffset = new Date().getTimezoneOffset() / 60 ;\n}","funcProperties":{"__isSmartRef__":true,"id":2120},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2115":{"this":{"__isSmartRef__":true,"id":1574},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2116}},"2116":{"$super":{"__isSmartRef__":true,"id":2117}},"2117":{"varMapping":{"__isSmartRef__":true,"id":2118},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2119},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2118":{"obj":{"__isSmartRef__":true,"id":1574},"name":"onrestore"},"2119":{},"2120":{},"2121":{"varMapping":{"__isSmartRef__":true,"id":2122},"source":"function reset() {\n this.timeZoneOffset = new Date().getTimezoneOffset() / 60 ;\n this.nHours = 12\n this.makeNewFace(false); // Roman\n}","funcProperties":{"__isSmartRef__":true,"id":2123},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2122":{"this":{"__isSmartRef__":true,"id":1574}},"2123":{},"2124":{"varMapping":{"__isSmartRef__":true,"id":2125},"source":"function makeNewFace(useRoman) {\n this.removeAllMorphs();\n var bnds = this.innerBounds();\n var radius = bnds.width/2;\n var fontSize = (this.nHours == 12) ? (useRoman ? 7 : 8) : 6;\n for (var i = 0; i < this.nHours; i++) {\n\tvar labelPosition = bnds.center().addPt(\n Point.polar(radius*0.80, (this.angleForHour(i))));\n var labelNo = (i == 0 && (this.nHours == 12 || useRoman)) ? this.nHours : i;\n var label = (useRoman && this.nHours == 12) ?\n [\"XII\", \"I\", \"II\", \"III\", \"IV\", \"V\", \"VI\", \"VII\", \"VIII\", \"IX\", \"X\", \"XI\"][i] :\n labelNo.toString();\n var label = lively.morphic.Text.makeLabel(label, {fill:null, fontSize: fontSize, fixedWidth: false, fixedHeight: false});\n this.addMorph(label);\n label.centerAt(labelPosition)\n }\n this.hours = this.addMorph(Morph.makePolygon(\n [pt(-2.5, 0), pt(0, -radius*0.50), pt(2.5, 0)], 0, null, Color.blue));\n this.minutes = this.addMorph(Morph.makePolygon(\n [pt(-2, 0), pt(0, -radius*0.70), pt(2, 0)], 0, null, Color.blue));\n this.seconds = this.addMorph(Morph.makePolygon(\n [pt(-1.5, radius*0.25), pt(0, -radius*0.85), pt(1.5, radius*0.25)], 0, null, Color.red));\n this.dot = this.addMorph(Morph.makeCircle(pt(0, 0), 3, 0, null, Color.red));\n \n this.setHands();\n // this.changed(); \n}","funcProperties":{"__isSmartRef__":true,"id":2126},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2125":{"this":{"__isSmartRef__":true,"id":1574}},"2126":{},"2127":{"varMapping":{"__isSmartRef__":true,"id":2128},"source":"function angleForHour(hr) {\n var angle12 = (this.nHours == 12) ? -0.25 : 0.25; // Offset of 12 oclock from zero degrees (east)\n return ( hr / this.nHours + angle12)*Math.PI*2;\n}","funcProperties":{"__isSmartRef__":true,"id":2129},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2128":{"this":{"__isSmartRef__":true,"id":1574}},"2129":{},"2130":{"varMapping":{"__isSmartRef__":true,"id":2131},"source":"function startSteppingScripts() {\n this.startStepping(1000, \"setHands\"); // once per second\n}","funcProperties":{"__isSmartRef__":true,"id":2132},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2131":{"this":{"__isSmartRef__":true,"id":1574}},"2132":{},"2133":{"varMapping":{"__isSmartRef__":true,"id":2134},"source":"function getHaloClasses() {\n return $super()\n .reject(function(ea) { return ea === lively.morphic.ResizeHalo })\n .concat([lively.morphic.RescaleHalo])\n}","funcProperties":{"__isSmartRef__":true,"id":2139},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2134":{"this":{"__isSmartRef__":true,"id":1574},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2135}},"2135":{"$super":{"__isSmartRef__":true,"id":2136}},"2136":{"varMapping":{"__isSmartRef__":true,"id":2137},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":2138},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2137":{"obj":{"__isSmartRef__":true,"id":1574},"name":"getHaloClasses"},"2138":{},"2139":{},"2140":{"varMapping":{"__isSmartRef__":true,"id":2141},"source":"function setHands() {\n var timeNow = new Date();\n var offset = -1 * Number(this.timeZoneOffset);\n \t\toffset += (this.nHours == 12) ? 3 : 6; // compensate for angle of 12\n var second = timeNow.getUTCSeconds();\n var minute = timeNow.getUTCMinutes() + second/60;\n var hour = timeNow.getUTCHours() + offset + minute/60;\n this.hours.setRotation(this.angleForHour(hour));\n this.minutes.setRotation(minute/60*2*Math.PI);\n this.seconds.setRotation(second/60*2*Math.PI); \n}","funcProperties":{"__isSmartRef__":true,"id":2142},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2141":{"this":{"__isSmartRef__":true,"id":1574}},"2142":{},"2143":{"x":-0.5,"y":-0.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2144":{"morphMenuItems":{"__isSmartRef__":true,"id":2145}},"2145":{"varMapping":{"__isSmartRef__":true,"id":2146},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":2151},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2146":{"this":{"__isSmartRef__":true,"id":1543},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2147}},"2147":{"$super":{"__isSmartRef__":true,"id":2148}},"2148":{"varMapping":{"__isSmartRef__":true,"id":2149},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2150},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2149":{"obj":{"__isSmartRef__":true,"id":1543},"name":"morphMenuItems"},"2150":{},"2151":{},"2152":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2153},"id":554,"renderContextTable":{"__isSmartRef__":true,"id":2166},"eventHandler":{"__isSmartRef__":true,"id":2167},"droppingEnabled":true,"halosEnabled":true,"_Origin":{"__isSmartRef__":true,"id":2168},"owner":{"__isSmartRef__":true,"id":1542},"_Position":{"__isSmartRef__":true,"id":2169},"_Rotation":-0.33636577457153977,"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"2153":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":2154},{"__isSmartRef__":true,"id":2155},{"__isSmartRef__":true,"id":2156},{"__isSmartRef__":true,"id":2157}],"_PathElements":[{"__isSmartRef__":true,"id":2158},{"__isSmartRef__":true,"id":2159},{"__isSmartRef__":true,"id":2160},{"__isSmartRef__":true,"id":2161}],"renderContextTable":{"__isSmartRef__":true,"id":2162},"_Position":{"__isSmartRef__":true,"id":2163},"_Extent":{"__isSmartRef__":true,"id":2164},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":2165},"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"2154":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2155":{"x":0,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2156":{"x":16,"y":6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2157":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2158":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"2159":{"isAbsolute":true,"x":0,"y":12,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"2160":{"isAbsolute":true,"x":16,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"2161":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"2162":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"2163":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2164":{"x":16,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2165":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2166":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2167":{"morph":{"__isSmartRef__":true,"id":2152},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2168":{"x":12,"y":6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2169":{"x":396.9493747508113,"y":-148.99043081638428,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2170":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":2171},{"__isSmartRef__":true,"id":2172}],"_PathElements":[{"__isSmartRef__":true,"id":2173},{"__isSmartRef__":true,"id":2174}],"renderContextTable":{"__isSmartRef__":true,"id":2175},"_Position":{"__isSmartRef__":true,"id":2176},"_Extent":{"__isSmartRef__":true,"id":2177},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1377},"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"2171":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2172":{"x":408.9493747508113,"y":-142.99043081638428,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2173":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"2174":{"isAbsolute":true,"x":408.9493747508113,"y":-142.99043081638428,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"2175":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"2176":{"x":0,"y":-142.99043081638428,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2177":{"x":408.9493747508113,"y":142.99043081638428,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2178":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2179":{"morph":{"__isSmartRef__":true,"id":1542},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2180":{"morphMenuItems":{"__isSmartRef__":true,"id":2181}},"2181":{"varMapping":{"__isSmartRef__":true,"id":2182},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":2187},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2182":{"this":{"__isSmartRef__":true,"id":1542},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2183}},"2183":{"$super":{"__isSmartRef__":true,"id":2184}},"2184":{"varMapping":{"__isSmartRef__":true,"id":2185},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2186},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2185":{"obj":{"__isSmartRef__":true,"id":1542},"name":"morphMenuItems"},"2186":{},"2187":{},"2188":{"morph":{"__isSmartRef__":true,"id":1424},"position":{"__isSmartRef__":true,"id":2189},"connectedControlPoints":[{"__isSmartRef__":true,"id":1541}],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2189":{"x":-0.5085400801057964,"y":-0.43692833786232416,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2190":{"sourceObj":{"__isSmartRef__":true,"id":1424},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1540},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1540},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2191":{"sourceObj":{"__isSmartRef__":true,"id":1424},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1540},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1540},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2192":{"sourceObj":{"__isSmartRef__":true,"id":1424},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1540},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":1540},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2193":{"sourceObj":{"__isSmartRef__":true,"id":1424},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1540},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2194},"dependedBy":{"__isSmartRef__":true,"id":1540},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2194":{"source":{"__isSmartRef__":true,"id":1424},"target":{"__isSmartRef__":true,"id":1540}},"2195":{"morph":{"__isSmartRef__":true,"id":1424},"position":{"__isSmartRef__":true,"id":2196},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2196":{"x":-0.008540080105796467,"y":-0.43692833786232416,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2197":{"morph":{"__isSmartRef__":true,"id":1424},"position":{"__isSmartRef__":true,"id":2198},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2198":{"x":0.4914599198942035,"y":-0.43692833786232416,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2199":{"morph":{"__isSmartRef__":true,"id":1424},"position":{"__isSmartRef__":true,"id":2200},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2200":{"x":0.4914599198942035,"y":0.06307166213767582,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2201":{"morph":{"__isSmartRef__":true,"id":1424},"position":{"__isSmartRef__":true,"id":2202},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2202":{"x":0.4914599198942035,"y":0.5630716621376758,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2203":{"morph":{"__isSmartRef__":true,"id":1424},"position":{"__isSmartRef__":true,"id":2204},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2204":{"x":-0.008540080105796467,"y":0.5630716621376758,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2205":{"morph":{"__isSmartRef__":true,"id":1424},"position":{"__isSmartRef__":true,"id":2206},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2206":{"x":-0.5085400801057964,"y":0.5630716621376758,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2207":{"morph":{"__isSmartRef__":true,"id":1424},"position":{"__isSmartRef__":true,"id":2208},"connectedControlPoints":[],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors"},"2208":{"x":-0.5085400801057964,"y":0.06307166213767582,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2209":{"x":707,"y":239.00000000000003,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2210":{"addDataAndRender":{"__isSmartRef__":true,"id":2211},"reset":{"__isSmartRef__":true,"id":2214},"prepareForNewRenderContext":{"__isSmartRef__":true,"id":2217},"setupConnections":{"__isSmartRef__":true,"id":2224}},"2211":{"varMapping":{"__isSmartRef__":true,"id":2212},"source":"function addDataAndRender(data) {\n this.get('ProtovisMorph').addDataAndRender(data)\n}","funcProperties":{"__isSmartRef__":true,"id":2213},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2212":{"this":{"__isSmartRef__":true,"id":1424}},"2213":{},"2214":{"varMapping":{"__isSmartRef__":true,"id":2215},"source":"function reset() {\n this.connections = {addDataAndRender: {}}\n this.get('ProtovisMorph').reset();\n}","funcProperties":{"__isSmartRef__":true,"id":2216},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2215":{"this":{"__isSmartRef__":true,"id":1424}},"2216":{},"2217":{"varMapping":{"__isSmartRef__":true,"id":2218},"source":"function prepareForNewRenderContext(renderCtx) {\n $super(renderCtx);\n lively.bindings.callWhenNotNull(Global, 'pv', this.get('ProtovisMorph'), 'render');\n}","funcProperties":{"__isSmartRef__":true,"id":2223},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2218":{"this":{"__isSmartRef__":true,"id":1424},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2219}},"2219":{"$super":{"__isSmartRef__":true,"id":2220}},"2220":{"varMapping":{"__isSmartRef__":true,"id":2221},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":2222},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2221":{"obj":{"__isSmartRef__":true,"id":1424},"name":"prepareForNewRenderContext"},"2222":{},"2223":{},"2224":{"varMapping":{"__isSmartRef__":true,"id":2225},"source":"function setupConnections() {\n connect(this.get('resetButton'), 'fire', this.get('ProtovisMorph'), 'render',\n {updater: function($upd) { this.targetObj.data = []; $upd() }})\n}","funcProperties":{"__isSmartRef__":true,"id":2226},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2225":{"this":{"__isSmartRef__":true,"id":1424}},"2226":{},"2227":{"submorphs":[{"__isSmartRef__":true,"id":2228},{"__isSmartRef__":true,"id":2289}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2430},"id":591,"renderContextTable":{"__isSmartRef__":true,"id":2433},"eventHandler":{"__isSmartRef__":true,"id":2434},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":2435},"LK2":true,"_Position":{"__isSmartRef__":true,"id":2436},"priorExtent":{"__isSmartRef__":true,"id":2437},"targetMorph":{"__isSmartRef__":true,"id":2228},"titleBar":{"__isSmartRef__":true,"id":2289},"contentOffset":{"__isSmartRef__":true,"id":2275},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"highlighted":true,"_Rotation":0,"_Scale":1,"showsHalos":false,"prevDragPos":{"__isSmartRef__":true,"id":2438},"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["GrabbingLayer"]},"2228":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2229},"id":590,"renderContextTable":{"__isSmartRef__":true,"id":2234},"textChunks":[{"__isSmartRef__":true,"id":2235},{"__isSmartRef__":true,"id":2238},{"__isSmartRef__":true,"id":2240},{"__isSmartRef__":true,"id":2243},{"__isSmartRef__":true,"id":2245},{"__isSmartRef__":true,"id":2248},{"__isSmartRef__":true,"id":2250},{"__isSmartRef__":true,"id":2252},{"__isSmartRef__":true,"id":2254},{"__isSmartRef__":true,"id":2257},{"__isSmartRef__":true,"id":2259},{"__isSmartRef__":true,"id":2261},{"__isSmartRef__":true,"id":2263},{"__isSmartRef__":true,"id":2265},{"__isSmartRef__":true,"id":2267},{"__isSmartRef__":true,"id":2269},{"__isSmartRef__":true,"id":2271}],"eventHandler":{"__isSmartRef__":true,"id":2273},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2274},"_ClipMode":"visible","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Courier","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":2275},"priorExtent":{"__isSmartRef__":true,"id":2276},"_MaxTextWidth":376,"_MaxTextHeight":89,"evalEnabled":false,"doitContext":{"__isSmartRef__":true,"id":2084},"attributeConnections":[{"__isSmartRef__":true,"id":2277},{"__isSmartRef__":true,"id":2282},{"__isSmartRef__":true,"id":2287}],"doNotSerialize":["$$savedTextString","$$textString"],"doNotCopyProperties":["$$savedTextString","$$textString"],"savedTextString":"function converter(value) {\n var lines = Strings.lines(value);\n var tokens = Strings.tokens(lines[3]);\n return 100 - tokens[10];}","layout":{"__isSmartRef__":true,"id":2288},"syntaxHighlightingWhileTyping":true,"textString":"function converter(value) {\n var lines = Strings.lines(value);\n var tokens = Strings.tokens(lines[3]);\n return 100 - tokens[10];}","lastSyntaxHighlightTime":1310033676579,"owner":{"__isSmartRef__":true,"id":2227},"priorSelectionRange":[28,45],"charsReplaced":"","lastFindLoc":28,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2229":{"_Position":{"__isSmartRef__":true,"id":2230},"renderContextTable":{"__isSmartRef__":true,"id":2231},"_Extent":{"__isSmartRef__":true,"id":2232},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":2233},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2230":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2231":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2232":{"x":376,"y":89,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2233":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2234":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2235":{"style":{"__isSmartRef__":true,"id":2236},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2236":{"color":{"__isSmartRef__":true,"id":2237},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2237":{"r":0,"g":0,"b":0.5450980392156862,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2238":{"style":{"__isSmartRef__":true,"id":2239},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":" converter(value) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2239":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2240":{"style":{"__isSmartRef__":true,"id":2241},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2241":{"color":{"__isSmartRef__":true,"id":2242},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2242":{"r":0,"g":0.5019607843137255,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2243":{"style":{"__isSmartRef__":true,"id":2244},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2244":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2245":{"style":{"__isSmartRef__":true,"id":2246},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2246":{"color":{"__isSmartRef__":true,"id":2247},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2247":{"r":0,"g":0,"b":0.5019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2248":{"style":{"__isSmartRef__":true,"id":2249},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":" lines = Strings.lines(value);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2249":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2250":{"style":{"__isSmartRef__":true,"id":2251},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2251":{"color":{"__isSmartRef__":true,"id":2247},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2252":{"style":{"__isSmartRef__":true,"id":2253},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":" tokens = Strings.tokens(lines[","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2253":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2254":{"style":{"__isSmartRef__":true,"id":2255},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"3","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2255":{"color":{"__isSmartRef__":true,"id":2256},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2256":{"r":0,"g":0,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2257":{"style":{"__isSmartRef__":true,"id":2258},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"]);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2258":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2259":{"style":{"__isSmartRef__":true,"id":2260},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2260":{"color":{"__isSmartRef__":true,"id":2247},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2261":{"style":{"__isSmartRef__":true,"id":2262},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2262":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2263":{"style":{"__isSmartRef__":true,"id":2264},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"100","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2264":{"color":{"__isSmartRef__":true,"id":2256},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2265":{"style":{"__isSmartRef__":true,"id":2266},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":" - tokens[","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2266":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2267":{"style":{"__isSmartRef__":true,"id":2268},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"10","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2268":{"color":{"__isSmartRef__":true,"id":2256},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2269":{"style":{"__isSmartRef__":true,"id":2270},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"];","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2270":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2271":{"style":{"__isSmartRef__":true,"id":2272},"chunkOwner":{"__isSmartRef__":true,"id":2228},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2272":{"color":{"__isSmartRef__":true,"id":2242},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2273":{"morph":{"__isSmartRef__":true,"id":2228},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2274":{"x":2,"y":1,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2275":{"x":0,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2276":{"x":376,"y":88,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2277":{"sourceObj":{"__isSmartRef__":true,"id":2228},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":2084},"targetMethodName":"converterString","converter":null,"converterString":null,"updaterString":"function ($upd, source) { this.targetObj.converter = null; $upd(source) }","varMapping":{"__isSmartRef__":true,"id":2278},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2279},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2278":{"source":{"__isSmartRef__":true,"id":2228},"target":{"__isSmartRef__":true,"id":2084}},"2279":{"updater":{"__isSmartRef__":true,"id":2280}},"2280":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":2278},"source":"function ($upd, source) { this.targetObj.converter = null; $upd(source) }","funcProperties":{"__isSmartRef__":true,"id":2281},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2281":{},"2282":{"sourceObj":{"__isSmartRef__":true,"id":2228},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":0},"targetMethodName":"alertOK","converterString":"function () { return 'setting new converter' }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2283},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2284},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2283":{"source":{"__isSmartRef__":true,"id":2228},"target":{"__isSmartRef__":true,"id":0}},"2284":{"converter":{"__isSmartRef__":true,"id":2285}},"2285":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":2283},"source":"function () { return 'setting new converter' }","funcProperties":{"__isSmartRef__":true,"id":2286},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2286":{},"2287":{"sourceObj":{"__isSmartRef__":true,"id":2228},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":2228},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2288":{"resizeWidth":true,"resizeHeight":true},"2289":{"submorphs":[{"__isSmartRef__":true,"id":2290},{"__isSmartRef__":true,"id":2303},{"__isSmartRef__":true,"id":2348},{"__isSmartRef__":true,"id":2381}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2415},"id":592,"renderContextTable":{"__isSmartRef__":true,"id":2425},"eventHandler":{"__isSmartRef__":true,"id":2426},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":2427},"_Position":{"__isSmartRef__":true,"id":2428},"windowMorph":{"__isSmartRef__":true,"id":2227},"label":{"__isSmartRef__":true,"id":2290},"closeButton":{"__isSmartRef__":true,"id":2303},"menuButton":{"__isSmartRef__":true,"id":2348},"collapseButton":{"__isSmartRef__":true,"id":2381},"priorExtent":{"__isSmartRef__":true,"id":2429},"owner":{"__isSmartRef__":true,"id":2227},"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets"},"2290":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2291},"id":593,"renderContextTable":{"__isSmartRef__":true,"id":2295},"textChunks":[{"__isSmartRef__":true,"id":2296}],"eventHandler":{"__isSmartRef__":true,"id":2298},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2299},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":2300},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":2289},"priorExtent":{"__isSmartRef__":true,"id":2301},"_MaxTextWidth":317,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":2302},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2291":{"_Position":{"__isSmartRef__":true,"id":2292},"renderContextTable":{"__isSmartRef__":true,"id":2293},"_Extent":{"__isSmartRef__":true,"id":2294},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":null,"_BorderRadius":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2292":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2293":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2294":{"x":317,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2295":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2296":{"style":{"__isSmartRef__":true,"id":2297},"chunkOwner":{"__isSmartRef__":true,"id":2290},"storedString":"Editor for ProtovisDrawing -> logWindow","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2297":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2298":{"morph":{"__isSmartRef__":true,"id":2290},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2299":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2300":{"resizeWidth":true},"2301":{"x":317,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2302":{"x":20,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2303":{"submorphs":[{"__isSmartRef__":true,"id":2304}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2316},"id":594,"renderContextTable":{"__isSmartRef__":true,"id":2330},"eventHandler":{"__isSmartRef__":true,"id":2331},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2332},"priorExtent":{"__isSmartRef__":true,"id":2333},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2321},"lighterFill":{"__isSmartRef__":true,"id":2334},"label":{"__isSmartRef__":true,"id":2304},"owner":{"__isSmartRef__":true,"id":2289},"layout":{"__isSmartRef__":true,"id":2343},"attributeConnections":[{"__isSmartRef__":true,"id":2344},{"__isSmartRef__":true,"id":2346}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"2304":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2305},"id":595,"renderContextTable":{"__isSmartRef__":true,"id":2309},"textChunks":[{"__isSmartRef__":true,"id":2310}],"eventHandler":{"__isSmartRef__":true,"id":2312},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2313},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2314},"priorExtent":{"__isSmartRef__":true,"id":2315},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2303},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2305":{"_Position":{"__isSmartRef__":true,"id":2306},"renderContextTable":{"__isSmartRef__":true,"id":2307},"_Extent":{"__isSmartRef__":true,"id":2308},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2306":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2307":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2308":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2309":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2310":{"style":{"__isSmartRef__":true,"id":2311},"chunkOwner":{"__isSmartRef__":true,"id":2304},"storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2311":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2312":{"morph":{"__isSmartRef__":true,"id":2304},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2313":{"x":0,"y":3,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2314":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2315":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2316":{"_Position":{"__isSmartRef__":true,"id":2317},"renderContextTable":{"__isSmartRef__":true,"id":2318},"_Extent":{"__isSmartRef__":true,"id":2319},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2320},"_Fill":{"__isSmartRef__":true,"id":2321},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2317":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2318":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2319":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2320":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2321":{"stops":[{"__isSmartRef__":true,"id":2322},{"__isSmartRef__":true,"id":2324},{"__isSmartRef__":true,"id":2326},{"__isSmartRef__":true,"id":2328}],"vector":{"__isSmartRef__":true,"id":1993},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2322":{"offset":0,"color":{"__isSmartRef__":true,"id":2323}},"2323":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2324":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2325}},"2325":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2326":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2327}},"2327":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2328":{"offset":1,"color":{"__isSmartRef__":true,"id":2329}},"2329":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2330":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2331":{"morph":{"__isSmartRef__":true,"id":2303},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2332":{"x":356,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2333":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2334":{"stops":[{"__isSmartRef__":true,"id":2335},{"__isSmartRef__":true,"id":2337},{"__isSmartRef__":true,"id":2339},{"__isSmartRef__":true,"id":2341}],"vector":{"__isSmartRef__":true,"id":1993},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2335":{"offset":0,"color":{"__isSmartRef__":true,"id":2336}},"2336":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2337":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2338}},"2338":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2339":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2340}},"2340":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2341":{"offset":1,"color":{"__isSmartRef__":true,"id":2342}},"2342":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2343":{"moveHorizontal":true},"2344":{"sourceObj":{"__isSmartRef__":true,"id":2303},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2227},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2345},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2345":{"source":{"__isSmartRef__":true,"id":2303},"target":{"__isSmartRef__":true,"id":2227}},"2346":{"sourceObj":{"__isSmartRef__":true,"id":2303},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2227},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2347},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2347":{"source":{"__isSmartRef__":true,"id":2303},"target":{"__isSmartRef__":true,"id":2227}},"2348":{"submorphs":[{"__isSmartRef__":true,"id":2349}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2360},"id":596,"renderContextTable":{"__isSmartRef__":true,"id":2364},"eventHandler":{"__isSmartRef__":true,"id":2365},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2366},"priorExtent":{"__isSmartRef__":true,"id":2367},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2321},"lighterFill":{"__isSmartRef__":true,"id":2368},"label":{"__isSmartRef__":true,"id":2349},"owner":{"__isSmartRef__":true,"id":2289},"attributeConnections":[{"__isSmartRef__":true,"id":2377},{"__isSmartRef__":true,"id":2379}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"2349":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2350},"id":597,"renderContextTable":{"__isSmartRef__":true,"id":2354},"textChunks":[{"__isSmartRef__":true,"id":2355}],"eventHandler":{"__isSmartRef__":true,"id":2357},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2313},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2358},"priorExtent":{"__isSmartRef__":true,"id":2359},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2348},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2350":{"_Position":{"__isSmartRef__":true,"id":2351},"renderContextTable":{"__isSmartRef__":true,"id":2352},"_Extent":{"__isSmartRef__":true,"id":2353},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2351":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2352":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2353":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2354":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2355":{"style":{"__isSmartRef__":true,"id":2356},"chunkOwner":{"__isSmartRef__":true,"id":2349},"storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2356":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2357":{"morph":{"__isSmartRef__":true,"id":2349},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2358":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2359":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2360":{"_Position":{"__isSmartRef__":true,"id":2361},"renderContextTable":{"__isSmartRef__":true,"id":2362},"_Extent":{"__isSmartRef__":true,"id":2363},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2320},"_Fill":{"__isSmartRef__":true,"id":2321},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2361":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2362":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2363":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2364":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2365":{"morph":{"__isSmartRef__":true,"id":2348},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2366":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2367":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2368":{"stops":[{"__isSmartRef__":true,"id":2369},{"__isSmartRef__":true,"id":2371},{"__isSmartRef__":true,"id":2373},{"__isSmartRef__":true,"id":2375}],"vector":{"__isSmartRef__":true,"id":1993},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2369":{"offset":0,"color":{"__isSmartRef__":true,"id":2370}},"2370":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2371":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2372}},"2372":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2373":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2374}},"2374":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2375":{"offset":1,"color":{"__isSmartRef__":true,"id":2376}},"2376":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2377":{"sourceObj":{"__isSmartRef__":true,"id":2348},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2227},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2378},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2378":{"source":{"__isSmartRef__":true,"id":2348},"target":{"__isSmartRef__":true,"id":2227}},"2379":{"sourceObj":{"__isSmartRef__":true,"id":2348},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2227},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2380},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2380":{"source":{"__isSmartRef__":true,"id":2348},"target":{"__isSmartRef__":true,"id":2227}},"2381":{"submorphs":[{"__isSmartRef__":true,"id":2382}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2393},"id":598,"renderContextTable":{"__isSmartRef__":true,"id":2397},"eventHandler":{"__isSmartRef__":true,"id":2398},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2399},"priorExtent":{"__isSmartRef__":true,"id":2400},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2321},"lighterFill":{"__isSmartRef__":true,"id":2401},"label":{"__isSmartRef__":true,"id":2382},"owner":{"__isSmartRef__":true,"id":2289},"layout":{"__isSmartRef__":true,"id":2410},"attributeConnections":[{"__isSmartRef__":true,"id":2411},{"__isSmartRef__":true,"id":2413}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"2382":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2383},"id":599,"renderContextTable":{"__isSmartRef__":true,"id":2387},"textChunks":[{"__isSmartRef__":true,"id":2388}],"eventHandler":{"__isSmartRef__":true,"id":2390},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2313},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2391},"priorExtent":{"__isSmartRef__":true,"id":2392},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2381},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2383":{"_Position":{"__isSmartRef__":true,"id":2384},"renderContextTable":{"__isSmartRef__":true,"id":2385},"_Extent":{"__isSmartRef__":true,"id":2386},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2384":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2385":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2386":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2387":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2388":{"style":{"__isSmartRef__":true,"id":2389},"chunkOwner":{"__isSmartRef__":true,"id":2382},"storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2389":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2390":{"morph":{"__isSmartRef__":true,"id":2382},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2391":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2392":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2393":{"_Position":{"__isSmartRef__":true,"id":2394},"renderContextTable":{"__isSmartRef__":true,"id":2395},"_Extent":{"__isSmartRef__":true,"id":2396},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2320},"_Fill":{"__isSmartRef__":true,"id":2321},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2394":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2395":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2396":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2397":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2398":{"morph":{"__isSmartRef__":true,"id":2381},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2399":{"x":337,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2400":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2401":{"stops":[{"__isSmartRef__":true,"id":2402},{"__isSmartRef__":true,"id":2404},{"__isSmartRef__":true,"id":2406},{"__isSmartRef__":true,"id":2408}],"vector":{"__isSmartRef__":true,"id":1993},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2402":{"offset":0,"color":{"__isSmartRef__":true,"id":2403}},"2403":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2404":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2405}},"2405":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2406":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2407}},"2407":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2408":{"offset":1,"color":{"__isSmartRef__":true,"id":2409}},"2409":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2410":{"moveHorizontal":true},"2411":{"sourceObj":{"__isSmartRef__":true,"id":2381},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2227},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2412},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2412":{"source":{"__isSmartRef__":true,"id":2381},"target":{"__isSmartRef__":true,"id":2227}},"2413":{"sourceObj":{"__isSmartRef__":true,"id":2381},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2227},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2414},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2414":{"source":{"__isSmartRef__":true,"id":2381},"target":{"__isSmartRef__":true,"id":2227}},"2415":{"_Position":{"__isSmartRef__":true,"id":2416},"renderContextTable":{"__isSmartRef__":true,"id":2417},"_Extent":{"__isSmartRef__":true,"id":2418},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2419},"_Fill":{"__isSmartRef__":true,"id":2420},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2416":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2417":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2418":{"x":376,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2419":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2420":{"stops":[{"__isSmartRef__":true,"id":2421},{"__isSmartRef__":true,"id":2423}],"vector":{"__isSmartRef__":true,"id":1993},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2421":{"offset":0,"color":{"__isSmartRef__":true,"id":2422}},"2422":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2423":{"offset":1,"color":{"__isSmartRef__":true,"id":2424}},"2424":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2425":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2426":{"morph":{"__isSmartRef__":true,"id":2289},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2427":{"resizeWidth":true,"adjustForNewBounds":true},"2428":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2429":{"x":376,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2430":{"renderContextTable":{"__isSmartRef__":true,"id":2431},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":2432},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2431":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2432":{"x":376,"y":110,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2433":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2434":{"morph":{"__isSmartRef__":true,"id":2227},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2435":{"adjustForNewBounds":true},"2436":{"x":133.00672289697638,"y":42,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2437":{"x":376,"y":110,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2438":{"x":194,"y":52,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2439":{"submorphs":[{"__isSmartRef__":true,"id":2440}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2578},"id":70,"renderContextTable":{"__isSmartRef__":true,"id":2582},"eventHandler":{"__isSmartRef__":true,"id":2583},"droppingEnabled":true,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":2584},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":2585},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"targetMorph":{"__isSmartRef__":true,"id":2586},"titleBar":{"__isSmartRef__":true,"id":2440},"contentOffset":{"__isSmartRef__":true,"id":4007},"collapsedTransform":{"__isSmartRef__":true,"id":4115},"collapsedExtent":{"__isSmartRef__":true,"id":4116},"expandedTransform":{"__isSmartRef__":true,"id":4117},"expandedExtent":{"__isSmartRef__":true,"id":4118},"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":4119},"name":"PartsBinBrowser","prevDragPos":{"__isSmartRef__":true,"id":4120},"showsHalos":false,"scriptAnnotations":{"__isSmartRef__":true,"id":4121},"highlighted":true,"__SourceModuleName__":"Global.lively.morphic.Widgets","expandedPosition":{"__isSmartRef__":true,"id":4124},"state":"collapsed","collapsedPosition":{"__isSmartRef__":true,"id":4125},"cameForward":false,"_Position":{"__isSmartRef__":true,"id":4126},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":0},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4127},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["GrabbingLayer"]},"2440":{"submorphs":[{"__isSmartRef__":true,"id":2441},{"__isSmartRef__":true,"id":2455},{"__isSmartRef__":true,"id":2501},{"__isSmartRef__":true,"id":2534}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2568},"id":95,"renderContextTable":{"__isSmartRef__":true,"id":2573},"eventHandler":{"__isSmartRef__":true,"id":2574},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":2575},"_Position":{"__isSmartRef__":true,"id":2576},"windowMorph":{"__isSmartRef__":true,"id":2439},"label":{"__isSmartRef__":true,"id":2441},"closeButton":{"__isSmartRef__":true,"id":2455},"menuButton":{"__isSmartRef__":true,"id":2501},"collapseButton":{"__isSmartRef__":true,"id":2534},"priorExtent":{"__isSmartRef__":true,"id":2577},"owner":{"__isSmartRef__":true,"id":2439},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.TitleBar"},"2441":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2442},"id":96,"renderContextTable":{"__isSmartRef__":true,"id":2447},"textChunks":[{"__isSmartRef__":true,"id":2448}],"eventHandler":{"__isSmartRef__":true,"id":2450},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2451},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":2452},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":2440},"priorExtent":{"__isSmartRef__":true,"id":2453},"_MaxTextWidth":642.1842763684606,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":2454},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"2442":{"_Position":{"__isSmartRef__":true,"id":2443},"renderContextTable":{"__isSmartRef__":true,"id":2444},"_Extent":{"__isSmartRef__":true,"id":2445},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2446},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2443":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2444":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2445":{"x":642.1842763684606,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2446":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2447":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2448":{"style":{"__isSmartRef__":true,"id":2449},"chunkOwner":{"__isSmartRef__":true,"id":2441},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk"},"2449":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2450":{"morph":{"__isSmartRef__":true,"id":2441},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2451":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2452":{"resizeWidth":true},"2453":{"x":642.1842763684606,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2454":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2455":{"submorphs":[{"__isSmartRef__":true,"id":2456}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2468},"id":97,"renderContextTable":{"__isSmartRef__":true,"id":2483},"eventHandler":{"__isSmartRef__":true,"id":2484},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2485},"priorExtent":{"__isSmartRef__":true,"id":2486},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2473},"lighterFill":{"__isSmartRef__":true,"id":2487},"label":{"__isSmartRef__":true,"id":2456},"owner":{"__isSmartRef__":true,"id":2440},"layout":{"__isSmartRef__":true,"id":2496},"attributeConnections":[{"__isSmartRef__":true,"id":2497},{"__isSmartRef__":true,"id":2499}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"2456":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2457},"id":98,"renderContextTable":{"__isSmartRef__":true,"id":2461},"textChunks":[{"__isSmartRef__":true,"id":2462}],"eventHandler":{"__isSmartRef__":true,"id":2464},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2465},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2466},"priorExtent":{"__isSmartRef__":true,"id":2467},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2455},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"2457":{"_Position":{"__isSmartRef__":true,"id":2458},"renderContextTable":{"__isSmartRef__":true,"id":2459},"_Extent":{"__isSmartRef__":true,"id":2460},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2446},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2458":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2459":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2460":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2461":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2462":{"style":{"__isSmartRef__":true,"id":2463},"chunkOwner":{"__isSmartRef__":true,"id":2456},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"2463":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2464":{"morph":{"__isSmartRef__":true,"id":2456},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2465":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2466":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2467":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2468":{"_Position":{"__isSmartRef__":true,"id":2469},"renderContextTable":{"__isSmartRef__":true,"id":2470},"_Extent":{"__isSmartRef__":true,"id":2471},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2472},"_Fill":{"__isSmartRef__":true,"id":2473},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2469":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2470":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2471":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2472":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2473":{"stops":[{"__isSmartRef__":true,"id":2474},{"__isSmartRef__":true,"id":2476},{"__isSmartRef__":true,"id":2478},{"__isSmartRef__":true,"id":2480}],"vector":{"__isSmartRef__":true,"id":2482},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2474":{"offset":0,"color":{"__isSmartRef__":true,"id":2475}},"2475":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2476":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2477}},"2477":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2478":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2479}},"2479":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2480":{"offset":1,"color":{"__isSmartRef__":true,"id":2481}},"2481":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2482":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2483":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2484":{"morph":{"__isSmartRef__":true,"id":2455},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2485":{"x":681.1842763684606,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2486":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2487":{"stops":[{"__isSmartRef__":true,"id":2488},{"__isSmartRef__":true,"id":2490},{"__isSmartRef__":true,"id":2492},{"__isSmartRef__":true,"id":2494}],"vector":{"__isSmartRef__":true,"id":2482},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2488":{"offset":0,"color":{"__isSmartRef__":true,"id":2489}},"2489":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2490":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2491}},"2491":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2492":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2493}},"2493":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2494":{"offset":1,"color":{"__isSmartRef__":true,"id":2495}},"2495":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2496":{"moveHorizontal":true},"2497":{"sourceObj":{"__isSmartRef__":true,"id":2455},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2439},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2498},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2498":{"source":{"__isSmartRef__":true,"id":2455},"target":{"__isSmartRef__":true,"id":2439}},"2499":{"sourceObj":{"__isSmartRef__":true,"id":2455},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2439},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2500},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2500":{"source":{"__isSmartRef__":true,"id":2455},"target":{"__isSmartRef__":true,"id":2439}},"2501":{"submorphs":[{"__isSmartRef__":true,"id":2502}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2513},"id":99,"renderContextTable":{"__isSmartRef__":true,"id":2517},"eventHandler":{"__isSmartRef__":true,"id":2518},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2519},"priorExtent":{"__isSmartRef__":true,"id":2520},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2473},"lighterFill":{"__isSmartRef__":true,"id":2521},"label":{"__isSmartRef__":true,"id":2502},"owner":{"__isSmartRef__":true,"id":2440},"attributeConnections":[{"__isSmartRef__":true,"id":2530},{"__isSmartRef__":true,"id":2532}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"2502":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2503},"id":100,"renderContextTable":{"__isSmartRef__":true,"id":2507},"textChunks":[{"__isSmartRef__":true,"id":2508}],"eventHandler":{"__isSmartRef__":true,"id":2510},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2465},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2511},"priorExtent":{"__isSmartRef__":true,"id":2512},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2501},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"2503":{"_Position":{"__isSmartRef__":true,"id":2504},"renderContextTable":{"__isSmartRef__":true,"id":2505},"_Extent":{"__isSmartRef__":true,"id":2506},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2446},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2504":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2505":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2506":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2507":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2508":{"style":{"__isSmartRef__":true,"id":2509},"chunkOwner":{"__isSmartRef__":true,"id":2502},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"2509":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2510":{"morph":{"__isSmartRef__":true,"id":2502},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2511":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2512":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2513":{"_Position":{"__isSmartRef__":true,"id":2514},"renderContextTable":{"__isSmartRef__":true,"id":2515},"_Extent":{"__isSmartRef__":true,"id":2516},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2472},"_Fill":{"__isSmartRef__":true,"id":2473},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2514":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2515":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2516":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2517":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2518":{"morph":{"__isSmartRef__":true,"id":2501},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2519":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2520":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2521":{"stops":[{"__isSmartRef__":true,"id":2522},{"__isSmartRef__":true,"id":2524},{"__isSmartRef__":true,"id":2526},{"__isSmartRef__":true,"id":2528}],"vector":{"__isSmartRef__":true,"id":2482},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2522":{"offset":0,"color":{"__isSmartRef__":true,"id":2523}},"2523":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2524":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2525}},"2525":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2526":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2527}},"2527":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2528":{"offset":1,"color":{"__isSmartRef__":true,"id":2529}},"2529":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2530":{"sourceObj":{"__isSmartRef__":true,"id":2501},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2439},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2531},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2531":{"source":{"__isSmartRef__":true,"id":2501},"target":{"__isSmartRef__":true,"id":2439}},"2532":{"sourceObj":{"__isSmartRef__":true,"id":2501},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2439},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2533},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2533":{"source":{"__isSmartRef__":true,"id":2501},"target":{"__isSmartRef__":true,"id":2439}},"2534":{"submorphs":[{"__isSmartRef__":true,"id":2535}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2546},"id":101,"renderContextTable":{"__isSmartRef__":true,"id":2550},"eventHandler":{"__isSmartRef__":true,"id":2551},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2552},"priorExtent":{"__isSmartRef__":true,"id":2553},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2473},"lighterFill":{"__isSmartRef__":true,"id":2554},"label":{"__isSmartRef__":true,"id":2535},"owner":{"__isSmartRef__":true,"id":2440},"layout":{"__isSmartRef__":true,"id":2563},"attributeConnections":[{"__isSmartRef__":true,"id":2564},{"__isSmartRef__":true,"id":2566}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"2535":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2536},"id":102,"renderContextTable":{"__isSmartRef__":true,"id":2540},"textChunks":[{"__isSmartRef__":true,"id":2541}],"eventHandler":{"__isSmartRef__":true,"id":2543},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2465},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2544},"priorExtent":{"__isSmartRef__":true,"id":2545},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2534},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"2536":{"_Position":{"__isSmartRef__":true,"id":2537},"renderContextTable":{"__isSmartRef__":true,"id":2538},"_Extent":{"__isSmartRef__":true,"id":2539},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2446},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2537":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2538":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2539":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2540":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2541":{"style":{"__isSmartRef__":true,"id":2542},"chunkOwner":{"__isSmartRef__":true,"id":2535},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"2542":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2543":{"morph":{"__isSmartRef__":true,"id":2535},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2544":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2545":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2546":{"_Position":{"__isSmartRef__":true,"id":2547},"renderContextTable":{"__isSmartRef__":true,"id":2548},"_Extent":{"__isSmartRef__":true,"id":2549},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2472},"_Fill":{"__isSmartRef__":true,"id":2473},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2547":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2548":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2549":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2550":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2551":{"morph":{"__isSmartRef__":true,"id":2534},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2552":{"x":662.1842763684606,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2553":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2554":{"stops":[{"__isSmartRef__":true,"id":2555},{"__isSmartRef__":true,"id":2557},{"__isSmartRef__":true,"id":2559},{"__isSmartRef__":true,"id":2561}],"vector":{"__isSmartRef__":true,"id":2482},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2555":{"offset":0,"color":{"__isSmartRef__":true,"id":2556}},"2556":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2557":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2558}},"2558":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2559":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2560}},"2560":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2561":{"offset":1,"color":{"__isSmartRef__":true,"id":2562}},"2562":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2563":{"moveHorizontal":true},"2564":{"sourceObj":{"__isSmartRef__":true,"id":2534},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2439},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2565},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2565":{"source":{"__isSmartRef__":true,"id":2534},"target":{"__isSmartRef__":true,"id":2439}},"2566":{"sourceObj":{"__isSmartRef__":true,"id":2534},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2439},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2567},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2567":{"source":{"__isSmartRef__":true,"id":2534},"target":{"__isSmartRef__":true,"id":2439}},"2568":{"_Position":{"__isSmartRef__":true,"id":2569},"renderContextTable":{"__isSmartRef__":true,"id":2570},"_Extent":{"__isSmartRef__":true,"id":2571},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2572},"_Fill":{"__isSmartRef__":true,"id":2420},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2569":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2570":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2571":{"x":701.1842763684606,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2572":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2573":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2574":{"morph":{"__isSmartRef__":true,"id":2440},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2575":{"resizeWidth":true,"adjustForNewBounds":true},"2576":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2577":{"x":701.1842763684606,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2578":{"renderContextTable":{"__isSmartRef__":true,"id":2579},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":2580},"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2581},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2579":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2580":{"x":701.1842763684606,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2581":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2582":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2583":{"morph":{"__isSmartRef__":true,"id":2439},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2584":{"adjustForNewBounds":true},"2585":{"x":701.1842763684606,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2586":{"submorphs":[{"__isSmartRef__":true,"id":2587},{"__isSmartRef__":true,"id":2919},{"__isSmartRef__":true,"id":2933},{"__isSmartRef__":true,"id":2979},{"__isSmartRef__":true,"id":3236},{"__isSmartRef__":true,"id":3286},{"__isSmartRef__":true,"id":3336},{"__isSmartRef__":true,"id":3352},{"__isSmartRef__":true,"id":3365}],"scripts":[],"id":71,"shape":{"__isSmartRef__":true,"id":3455},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"PartsBinBrowser","partsBinMetaInfo":{"__isSmartRef__":true,"id":3461},"__SourceModuleName__":"Global.lively.morphic.Core","attributeConnections":[{"__isSmartRef__":true,"id":3462},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3463},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467}],"doNotSerialize":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"selectedPartItem":{"__isSmartRef__":true,"id":3046},"layout":{"__isSmartRef__":true,"id":3475},"priorExtent":{"__isSmartRef__":true,"id":3476},"renderContextTable":{"__isSmartRef__":true,"id":3477},"eventHandler":{"__isSmartRef__":true,"id":3478},"connections":{"__isSmartRef__":true,"id":3479},"magnets":[{"__isSmartRef__":true,"id":3421}],"scriptAnnotations":{"__isSmartRef__":true,"id":3481},"allURLs":[{"__isSmartRef__":true,"id":3492},{"__isSmartRef__":true,"id":3493},{"__isSmartRef__":true,"id":3494},{"__isSmartRef__":true,"id":3495},{"__isSmartRef__":true,"id":3496},{"__isSmartRef__":true,"id":3497},{"__isSmartRef__":true,"id":3498},{"__isSmartRef__":true,"id":3499},{"__isSmartRef__":true,"id":3500},{"__isSmartRef__":true,"id":3501},{"__isSmartRef__":true,"id":3502},{"__isSmartRef__":true,"id":3503},{"__isSmartRef__":true,"id":3504},{"__isSmartRef__":true,"id":3505},{"__isSmartRef__":true,"id":3506},{"__isSmartRef__":true,"id":3507},{"__isSmartRef__":true,"id":3508},{"__isSmartRef__":true,"id":3509},{"__isSmartRef__":true,"id":3510},{"__isSmartRef__":true,"id":3511},{"__isSmartRef__":true,"id":3512},{"__isSmartRef__":true,"id":3513},{"__isSmartRef__":true,"id":3514},{"__isSmartRef__":true,"id":3515},{"__isSmartRef__":true,"id":3516},{"__isSmartRef__":true,"id":3517},{"__isSmartRef__":true,"id":3518},{"__isSmartRef__":true,"id":3519},{"__isSmartRef__":true,"id":3520},{"__isSmartRef__":true,"id":3521},{"__isSmartRef__":true,"id":3522},{"__isSmartRef__":true,"id":3523},{"__isSmartRef__":true,"id":3524},{"__isSmartRef__":true,"id":3525},{"__isSmartRef__":true,"id":3526},{"__isSmartRef__":true,"id":3527},{"__isSmartRef__":true,"id":3528},{"__isSmartRef__":true,"id":3529},{"__isSmartRef__":true,"id":3530},{"__isSmartRef__":true,"id":3531},{"__isSmartRef__":true,"id":3532},{"__isSmartRef__":true,"id":3533},{"__isSmartRef__":true,"id":3534},{"__isSmartRef__":true,"id":3535},{"__isSmartRef__":true,"id":3536},{"__isSmartRef__":true,"id":3537},{"__isSmartRef__":true,"id":3538},{"__isSmartRef__":true,"id":3539},{"__isSmartRef__":true,"id":3540},{"__isSmartRef__":true,"id":3541},{"__isSmartRef__":true,"id":3542},{"__isSmartRef__":true,"id":3543},{"__isSmartRef__":true,"id":3544},{"__isSmartRef__":true,"id":3545},{"__isSmartRef__":true,"id":3546},{"__isSmartRef__":true,"id":3547},{"__isSmartRef__":true,"id":3548},{"__isSmartRef__":true,"id":3549},{"__isSmartRef__":true,"id":3550},{"__isSmartRef__":true,"id":3551},{"__isSmartRef__":true,"id":3552},{"__isSmartRef__":true,"id":3553},{"__isSmartRef__":true,"id":3554},{"__isSmartRef__":true,"id":3555},{"__isSmartRef__":true,"id":3556},{"__isSmartRef__":true,"id":3557},{"__isSmartRef__":true,"id":3558},{"__isSmartRef__":true,"id":3559},{"__isSmartRef__":true,"id":3560},{"__isSmartRef__":true,"id":3561},{"__isSmartRef__":true,"id":3562},{"__isSmartRef__":true,"id":3563},{"__isSmartRef__":true,"id":3564},{"__isSmartRef__":true,"id":3565},{"__isSmartRef__":true,"id":3566},{"__isSmartRef__":true,"id":3567},{"__isSmartRef__":true,"id":3568},{"__isSmartRef__":true,"id":3569},{"__isSmartRef__":true,"id":3570},{"__isSmartRef__":true,"id":3571},{"__isSmartRef__":true,"id":3572},{"__isSmartRef__":true,"id":3573},{"__isSmartRef__":true,"id":3574},{"__isSmartRef__":true,"id":3575},{"__isSmartRef__":true,"id":3576},{"__isSmartRef__":true,"id":3577},{"__isSmartRef__":true,"id":3578},{"__isSmartRef__":true,"id":3579},{"__isSmartRef__":true,"id":3580},{"__isSmartRef__":true,"id":3581},{"__isSmartRef__":true,"id":3582},{"__isSmartRef__":true,"id":3583},{"__isSmartRef__":true,"id":3584},{"__isSmartRef__":true,"id":3585},{"__isSmartRef__":true,"id":3586},{"__isSmartRef__":true,"id":3587},{"__isSmartRef__":true,"id":3588},{"__isSmartRef__":true,"id":3589},{"__isSmartRef__":true,"id":3590},{"__isSmartRef__":true,"id":3591},{"__isSmartRef__":true,"id":3592},{"__isSmartRef__":true,"id":3593},{"__isSmartRef__":true,"id":3594},{"__isSmartRef__":true,"id":3595},{"__isSmartRef__":true,"id":3596},{"__isSmartRef__":true,"id":3597},{"__isSmartRef__":true,"id":3598},{"__isSmartRef__":true,"id":3599},{"__isSmartRef__":true,"id":3600},{"__isSmartRef__":true,"id":3601},{"__isSmartRef__":true,"id":3602},{"__isSmartRef__":true,"id":3603},{"__isSmartRef__":true,"id":3604},{"__isSmartRef__":true,"id":3605},{"__isSmartRef__":true,"id":3606},{"__isSmartRef__":true,"id":3607},{"__isSmartRef__":true,"id":3608},{"__isSmartRef__":true,"id":3609},{"__isSmartRef__":true,"id":3610},{"__isSmartRef__":true,"id":3611},{"__isSmartRef__":true,"id":3612},{"__isSmartRef__":true,"id":3613},{"__isSmartRef__":true,"id":3614},{"__isSmartRef__":true,"id":3615},{"__isSmartRef__":true,"id":3616},{"__isSmartRef__":true,"id":3617},{"__isSmartRef__":true,"id":3618},{"__isSmartRef__":true,"id":3619},{"__isSmartRef__":true,"id":3620},{"__isSmartRef__":true,"id":3621},{"__isSmartRef__":true,"id":3622},{"__isSmartRef__":true,"id":3623},{"__isSmartRef__":true,"id":3624},{"__isSmartRef__":true,"id":3625},{"__isSmartRef__":true,"id":3626},{"__isSmartRef__":true,"id":3627},{"__isSmartRef__":true,"id":3628},{"__isSmartRef__":true,"id":3629},{"__isSmartRef__":true,"id":3630},{"__isSmartRef__":true,"id":3631},{"__isSmartRef__":true,"id":3632},{"__isSmartRef__":true,"id":3633},{"__isSmartRef__":true,"id":3634},{"__isSmartRef__":true,"id":3635},{"__isSmartRef__":true,"id":3636},{"__isSmartRef__":true,"id":3637},{"__isSmartRef__":true,"id":3638},{"__isSmartRef__":true,"id":3639},{"__isSmartRef__":true,"id":3640},{"__isSmartRef__":true,"id":3641},{"__isSmartRef__":true,"id":3642},{"__isSmartRef__":true,"id":3643},{"__isSmartRef__":true,"id":3644},{"__isSmartRef__":true,"id":3645},{"__isSmartRef__":true,"id":3646},{"__isSmartRef__":true,"id":3647},{"__isSmartRef__":true,"id":3648},{"__isSmartRef__":true,"id":3649},{"__isSmartRef__":true,"id":3650},{"__isSmartRef__":true,"id":3651},{"__isSmartRef__":true,"id":3652},{"__isSmartRef__":true,"id":3653},{"__isSmartRef__":true,"id":3654},{"__isSmartRef__":true,"id":3655},{"__isSmartRef__":true,"id":3656},{"__isSmartRef__":true,"id":3657},{"__isSmartRef__":true,"id":3658},{"__isSmartRef__":true,"id":3659},{"__isSmartRef__":true,"id":3660},{"__isSmartRef__":true,"id":3661},{"__isSmartRef__":true,"id":3662},{"__isSmartRef__":true,"id":3663},{"__isSmartRef__":true,"id":3664},{"__isSmartRef__":true,"id":3665},{"__isSmartRef__":true,"id":3666},{"__isSmartRef__":true,"id":3667},{"__isSmartRef__":true,"id":3668},{"__isSmartRef__":true,"id":3669},{"__isSmartRef__":true,"id":3670},{"__isSmartRef__":true,"id":3671},{"__isSmartRef__":true,"id":3672},{"__isSmartRef__":true,"id":3673},{"__isSmartRef__":true,"id":3674},{"__isSmartRef__":true,"id":3675},{"__isSmartRef__":true,"id":3676},{"__isSmartRef__":true,"id":3677},{"__isSmartRef__":true,"id":3678},{"__isSmartRef__":true,"id":3679},{"__isSmartRef__":true,"id":3680},{"__isSmartRef__":true,"id":3681},{"__isSmartRef__":true,"id":3682},{"__isSmartRef__":true,"id":3683},{"__isSmartRef__":true,"id":3684},{"__isSmartRef__":true,"id":3685},{"__isSmartRef__":true,"id":3686},{"__isSmartRef__":true,"id":3687},{"__isSmartRef__":true,"id":3688},{"__isSmartRef__":true,"id":3689},{"__isSmartRef__":true,"id":3690},{"__isSmartRef__":true,"id":3691},{"__isSmartRef__":true,"id":3692},{"__isSmartRef__":true,"id":3693},{"__isSmartRef__":true,"id":3694},{"__isSmartRef__":true,"id":3695},{"__isSmartRef__":true,"id":3696},{"__isSmartRef__":true,"id":3697},{"__isSmartRef__":true,"id":3698},{"__isSmartRef__":true,"id":3699},{"__isSmartRef__":true,"id":3700},{"__isSmartRef__":true,"id":3701},{"__isSmartRef__":true,"id":3702},{"__isSmartRef__":true,"id":3703},{"__isSmartRef__":true,"id":3704},{"__isSmartRef__":true,"id":3705},{"__isSmartRef__":true,"id":3706},{"__isSmartRef__":true,"id":3707},{"__isSmartRef__":true,"id":3708},{"__isSmartRef__":true,"id":3709},{"__isSmartRef__":true,"id":3710},{"__isSmartRef__":true,"id":3711},{"__isSmartRef__":true,"id":3712},{"__isSmartRef__":true,"id":3713},{"__isSmartRef__":true,"id":3714},{"__isSmartRef__":true,"id":3715},{"__isSmartRef__":true,"id":3716},{"__isSmartRef__":true,"id":3717},{"__isSmartRef__":true,"id":3718},{"__isSmartRef__":true,"id":3719},{"__isSmartRef__":true,"id":3720},{"__isSmartRef__":true,"id":3721},{"__isSmartRef__":true,"id":3722},{"__isSmartRef__":true,"id":3723},{"__isSmartRef__":true,"id":3724},{"__isSmartRef__":true,"id":3725},{"__isSmartRef__":true,"id":3726},{"__isSmartRef__":true,"id":3727},{"__isSmartRef__":true,"id":3728},{"__isSmartRef__":true,"id":3729},{"__isSmartRef__":true,"id":3730},{"__isSmartRef__":true,"id":3731},{"__isSmartRef__":true,"id":3732},{"__isSmartRef__":true,"id":3733},{"__isSmartRef__":true,"id":3734},{"__isSmartRef__":true,"id":3735},{"__isSmartRef__":true,"id":3736},{"__isSmartRef__":true,"id":3737},{"__isSmartRef__":true,"id":3738},{"__isSmartRef__":true,"id":3739},{"__isSmartRef__":true,"id":3740},{"__isSmartRef__":true,"id":3741},{"__isSmartRef__":true,"id":3742},{"__isSmartRef__":true,"id":3743},{"__isSmartRef__":true,"id":3744},{"__isSmartRef__":true,"id":3745},{"__isSmartRef__":true,"id":3746},{"__isSmartRef__":true,"id":3747},{"__isSmartRef__":true,"id":3748},{"__isSmartRef__":true,"id":3749},{"__isSmartRef__":true,"id":3750},{"__isSmartRef__":true,"id":3751},{"__isSmartRef__":true,"id":3752},{"__isSmartRef__":true,"id":3753},{"__isSmartRef__":true,"id":3754},{"__isSmartRef__":true,"id":3755},{"__isSmartRef__":true,"id":3756},{"__isSmartRef__":true,"id":3757},{"__isSmartRef__":true,"id":3758},{"__isSmartRef__":true,"id":3759},{"__isSmartRef__":true,"id":3760},{"__isSmartRef__":true,"id":3761},{"__isSmartRef__":true,"id":3762},{"__isSmartRef__":true,"id":3763},{"__isSmartRef__":true,"id":3764},{"__isSmartRef__":true,"id":3765},{"__isSmartRef__":true,"id":3766},{"__isSmartRef__":true,"id":3767},{"__isSmartRef__":true,"id":3768},{"__isSmartRef__":true,"id":3769},{"__isSmartRef__":true,"id":3770},{"__isSmartRef__":true,"id":3771},{"__isSmartRef__":true,"id":3772},{"__isSmartRef__":true,"id":3773},{"__isSmartRef__":true,"id":3774},{"__isSmartRef__":true,"id":3775},{"__isSmartRef__":true,"id":3776},{"__isSmartRef__":true,"id":3777},{"__isSmartRef__":true,"id":3778},{"__isSmartRef__":true,"id":3779},{"__isSmartRef__":true,"id":3780},{"__isSmartRef__":true,"id":3781},{"__isSmartRef__":true,"id":3782},{"__isSmartRef__":true,"id":3783},{"__isSmartRef__":true,"id":3784},{"__isSmartRef__":true,"id":3785},{"__isSmartRef__":true,"id":3786},{"__isSmartRef__":true,"id":3787},{"__isSmartRef__":true,"id":3788},{"__isSmartRef__":true,"id":3789},{"__isSmartRef__":true,"id":3790},{"__isSmartRef__":true,"id":3791},{"__isSmartRef__":true,"id":3792},{"__isSmartRef__":true,"id":3793},{"__isSmartRef__":true,"id":3794},{"__isSmartRef__":true,"id":3795},{"__isSmartRef__":true,"id":3796},{"__isSmartRef__":true,"id":3797},{"__isSmartRef__":true,"id":3798},{"__isSmartRef__":true,"id":3799},{"__isSmartRef__":true,"id":3800},{"__isSmartRef__":true,"id":3801},{"__isSmartRef__":true,"id":3802},{"__isSmartRef__":true,"id":3803},{"__isSmartRef__":true,"id":3804},{"__isSmartRef__":true,"id":3805},{"__isSmartRef__":true,"id":3806},{"__isSmartRef__":true,"id":3807},{"__isSmartRef__":true,"id":3808},{"__isSmartRef__":true,"id":3809},{"__isSmartRef__":true,"id":3810},{"__isSmartRef__":true,"id":3811},{"__isSmartRef__":true,"id":3812},{"__isSmartRef__":true,"id":3813},{"__isSmartRef__":true,"id":3814},{"__isSmartRef__":true,"id":3815},{"__isSmartRef__":true,"id":3816},{"__isSmartRef__":true,"id":3817},{"__isSmartRef__":true,"id":3818},{"__isSmartRef__":true,"id":3819},{"__isSmartRef__":true,"id":3820},{"__isSmartRef__":true,"id":3821},{"__isSmartRef__":true,"id":3822},{"__isSmartRef__":true,"id":3823},{"__isSmartRef__":true,"id":3824},{"__isSmartRef__":true,"id":3825},{"__isSmartRef__":true,"id":3826},{"__isSmartRef__":true,"id":3827},{"__isSmartRef__":true,"id":3828},{"__isSmartRef__":true,"id":3829},{"__isSmartRef__":true,"id":3830},{"__isSmartRef__":true,"id":3831},{"__isSmartRef__":true,"id":3832},{"__isSmartRef__":true,"id":3833},{"__isSmartRef__":true,"id":3834},{"__isSmartRef__":true,"id":3835},{"__isSmartRef__":true,"id":3836},{"__isSmartRef__":true,"id":3837},{"__isSmartRef__":true,"id":3838},{"__isSmartRef__":true,"id":3839},{"__isSmartRef__":true,"id":3840},{"__isSmartRef__":true,"id":3841},{"__isSmartRef__":true,"id":3842},{"__isSmartRef__":true,"id":3843},{"__isSmartRef__":true,"id":3844},{"__isSmartRef__":true,"id":3845},{"__isSmartRef__":true,"id":3846},{"__isSmartRef__":true,"id":3847},{"__isSmartRef__":true,"id":3848},{"__isSmartRef__":true,"id":3849},{"__isSmartRef__":true,"id":3850},{"__isSmartRef__":true,"id":3851},{"__isSmartRef__":true,"id":3852},{"__isSmartRef__":true,"id":3853},{"__isSmartRef__":true,"id":3854},{"__isSmartRef__":true,"id":3855},{"__isSmartRef__":true,"id":3856},{"__isSmartRef__":true,"id":3857},{"__isSmartRef__":true,"id":3858},{"__isSmartRef__":true,"id":3859},{"__isSmartRef__":true,"id":3860},{"__isSmartRef__":true,"id":3861},{"__isSmartRef__":true,"id":3862},{"__isSmartRef__":true,"id":3863},{"__isSmartRef__":true,"id":3864},{"__isSmartRef__":true,"id":3865},{"__isSmartRef__":true,"id":3866},{"__isSmartRef__":true,"id":3867},{"__isSmartRef__":true,"id":3868},{"__isSmartRef__":true,"id":3869},{"__isSmartRef__":true,"id":3870},{"__isSmartRef__":true,"id":3871},{"__isSmartRef__":true,"id":3872},{"__isSmartRef__":true,"id":3873},{"__isSmartRef__":true,"id":3874},{"__isSmartRef__":true,"id":3875},{"__isSmartRef__":true,"id":3876},{"__isSmartRef__":true,"id":3877},{"__isSmartRef__":true,"id":3878},{"__isSmartRef__":true,"id":3879},{"__isSmartRef__":true,"id":3880},{"__isSmartRef__":true,"id":3881},{"__isSmartRef__":true,"id":3882},{"__isSmartRef__":true,"id":3883},{"__isSmartRef__":true,"id":3884},{"__isSmartRef__":true,"id":3885},{"__isSmartRef__":true,"id":3886},{"__isSmartRef__":true,"id":3887},{"__isSmartRef__":true,"id":3888},{"__isSmartRef__":true,"id":3889},{"__isSmartRef__":true,"id":3890},{"__isSmartRef__":true,"id":3891},{"__isSmartRef__":true,"id":3892},{"__isSmartRef__":true,"id":3893},{"__isSmartRef__":true,"id":3894},{"__isSmartRef__":true,"id":3895},{"__isSmartRef__":true,"id":3896},{"__isSmartRef__":true,"id":3897},{"__isSmartRef__":true,"id":3898},{"__isSmartRef__":true,"id":3899},{"__isSmartRef__":true,"id":3900},{"__isSmartRef__":true,"id":3901},{"__isSmartRef__":true,"id":3902},{"__isSmartRef__":true,"id":3903},{"__isSmartRef__":true,"id":3904},{"__isSmartRef__":true,"id":3905},{"__isSmartRef__":true,"id":3906},{"__isSmartRef__":true,"id":3907},{"__isSmartRef__":true,"id":3908},{"__isSmartRef__":true,"id":3909},{"__isSmartRef__":true,"id":3910},{"__isSmartRef__":true,"id":3911},{"__isSmartRef__":true,"id":3912},{"__isSmartRef__":true,"id":3913},{"__isSmartRef__":true,"id":3914},{"__isSmartRef__":true,"id":3915},{"__isSmartRef__":true,"id":3916},{"__isSmartRef__":true,"id":3917},{"__isSmartRef__":true,"id":3918},{"__isSmartRef__":true,"id":3919},{"__isSmartRef__":true,"id":3920},{"__isSmartRef__":true,"id":3921},{"__isSmartRef__":true,"id":3922},{"__isSmartRef__":true,"id":3923},{"__isSmartRef__":true,"id":3924},{"__isSmartRef__":true,"id":3925},{"__isSmartRef__":true,"id":3926},{"__isSmartRef__":true,"id":3927},{"__isSmartRef__":true,"id":3928},{"__isSmartRef__":true,"id":3929},{"__isSmartRef__":true,"id":3930},{"__isSmartRef__":true,"id":3931},{"__isSmartRef__":true,"id":3932},{"__isSmartRef__":true,"id":3933},{"__isSmartRef__":true,"id":3934},{"__isSmartRef__":true,"id":3935},{"__isSmartRef__":true,"id":3936},{"__isSmartRef__":true,"id":3937},{"__isSmartRef__":true,"id":3938},{"__isSmartRef__":true,"id":3939},{"__isSmartRef__":true,"id":3940},{"__isSmartRef__":true,"id":3941},{"__isSmartRef__":true,"id":3942},{"__isSmartRef__":true,"id":3943},{"__isSmartRef__":true,"id":3944},{"__isSmartRef__":true,"id":3945},{"__isSmartRef__":true,"id":3946},{"__isSmartRef__":true,"id":3947},{"__isSmartRef__":true,"id":3948},{"__isSmartRef__":true,"id":3949},{"__isSmartRef__":true,"id":3950},{"__isSmartRef__":true,"id":3951},{"__isSmartRef__":true,"id":3952},{"__isSmartRef__":true,"id":3953},{"__isSmartRef__":true,"id":3954},{"__isSmartRef__":true,"id":3955},{"__isSmartRef__":true,"id":3956},{"__isSmartRef__":true,"id":3957},{"__isSmartRef__":true,"id":3958},{"__isSmartRef__":true,"id":3959},{"__isSmartRef__":true,"id":3960},{"__isSmartRef__":true,"id":3961},{"__isSmartRef__":true,"id":3962},{"__isSmartRef__":true,"id":3963},{"__isSmartRef__":true,"id":3964},{"__isSmartRef__":true,"id":3965},{"__isSmartRef__":true,"id":3966},{"__isSmartRef__":true,"id":3967},{"__isSmartRef__":true,"id":3968},{"__isSmartRef__":true,"id":3969},{"__isSmartRef__":true,"id":3970},{"__isSmartRef__":true,"id":3971},{"__isSmartRef__":true,"id":3972}],"categories":{"__isSmartRef__":true,"id":3973},"_Position":{"__isSmartRef__":true,"id":4007},"_Scale":1,"_Rotation":0,"owner":null,"categoryName":"Demos","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4008},"__LivelyClassName__":"lively.morphic.Box"},"2587":{"submorphs":[{"__isSmartRef__":true,"id":2588},{"__isSmartRef__":true,"id":2634},{"__isSmartRef__":true,"id":2681},{"__isSmartRef__":true,"id":2728},{"__isSmartRef__":true,"id":2741},{"__isSmartRef__":true,"id":2878},{"__isSmartRef__":true,"id":2894}],"scripts":[],"id":72,"shape":{"__isSmartRef__":true,"id":2907},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2913},"showsHalos":false,"name":"morePane","partsBinMetaInfo":{"__isSmartRef__":true,"id":2914},"__SourceModuleName__":"Global.lively.morphic.Core","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":2915},"eventHandler":{"__isSmartRef__":true,"id":2916},"owner":{"__isSmartRef__":true,"id":2586},"priorExtent":{"__isSmartRef__":true,"id":2917},"layout":{"__isSmartRef__":true,"id":2918},"_Visible":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"__LivelyClassName__":"lively.morphic.Box"},"2588":{"submorphs":[{"__isSmartRef__":true,"id":2589}],"scripts":[],"id":73,"shape":{"__isSmartRef__":true,"id":2603},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2618},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2606},"lighterFill":{"__isSmartRef__":true,"id":2619},"label":{"__isSmartRef__":true,"id":2589},"attributeConnections":[{"__isSmartRef__":true,"id":2628}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":2629},"name":"movePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":2630},"_Scale":1,"owner":{"__isSmartRef__":true,"id":2587},"layout":{"__isSmartRef__":true,"id":2631},"renderContextTable":{"__isSmartRef__":true,"id":2632},"eventHandler":{"__isSmartRef__":true,"id":2633},"_Rotation":0,"__LivelyClassName__":"lively.morphic.Button"},"2589":{"submorphs":[],"scripts":[],"id":74,"shape":{"__isSmartRef__":true,"id":2590},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":66,"_MaxTextHeight":21,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2595},"textColor":{"__isSmartRef__":true,"id":2593},"owner":{"__isSmartRef__":true,"id":2588},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":2596}],"padding":{"__isSmartRef__":true,"id":2598},"_Padding":{"__isSmartRef__":true,"id":2599},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":2600},"renderContextTable":{"__isSmartRef__":true,"id":2601},"eventHandler":{"__isSmartRef__":true,"id":2602},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"2590":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2591},"_Extent":{"__isSmartRef__":true,"id":2592},"_BorderColor":{"__isSmartRef__":true,"id":2593},"renderContextTable":{"__isSmartRef__":true,"id":2594},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2591":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2592":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2593":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2594":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2595":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2596":{"style":{"__isSmartRef__":true,"id":2597},"morph":{"__isSmartRef__":true,"id":2589},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":2589},"storedString":"move","__LivelyClassName__":"lively.morphic.TextChunk"},"2597":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2598":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2599":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2600":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2601":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2602":{"morph":{"__isSmartRef__":true,"id":2589},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2603":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2604},"_Extent":{"__isSmartRef__":true,"id":2605},"_Fill":{"__isSmartRef__":true,"id":2606},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2616},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":2617},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2604":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2605":{"x":66,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2606":{"stops":[{"__isSmartRef__":true,"id":2607},{"__isSmartRef__":true,"id":2609},{"__isSmartRef__":true,"id":2611},{"__isSmartRef__":true,"id":2613}],"vector":{"__isSmartRef__":true,"id":2615},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2607":{"offset":0,"color":{"__isSmartRef__":true,"id":2608}},"2608":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2609":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2610}},"2610":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2611":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2612}},"2612":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2613":{"offset":1,"color":{"__isSmartRef__":true,"id":2614}},"2614":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2615":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2616":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2617":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2618":{"x":163.67911865694913,"y":393.86777109042464,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2619":{"stops":[{"__isSmartRef__":true,"id":2620},{"__isSmartRef__":true,"id":2622},{"__isSmartRef__":true,"id":2624},{"__isSmartRef__":true,"id":2626}],"vector":{"__isSmartRef__":true,"id":2615},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2620":{"offset":0,"color":{"__isSmartRef__":true,"id":2621}},"2621":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2622":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2623}},"2623":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2624":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2625}},"2625":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2626":{"offset":1,"color":{"__isSmartRef__":true,"id":2627}},"2627":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2628":{"sourceObj":{"__isSmartRef__":true,"id":2588},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2629":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2630":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2631":{"moveVertical":true},"2632":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2633":{"morph":{"__isSmartRef__":true,"id":2588},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2634":{"submorphs":[{"__isSmartRef__":true,"id":2635}],"scripts":[],"id":75,"shape":{"__isSmartRef__":true,"id":2649},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2664},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2652},"lighterFill":{"__isSmartRef__":true,"id":2665},"label":{"__isSmartRef__":true,"id":2635},"attributeConnections":[{"__isSmartRef__":true,"id":2674},{"__isSmartRef__":true,"id":2675}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":2676},"name":"removePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":2677},"_Scale":1,"owner":{"__isSmartRef__":true,"id":2587},"layout":{"__isSmartRef__":true,"id":2678},"renderContextTable":{"__isSmartRef__":true,"id":2679},"eventHandler":{"__isSmartRef__":true,"id":2680},"_Rotation":0,"__LivelyClassName__":"lively.morphic.Button"},"2635":{"submorphs":[],"scripts":[],"id":76,"shape":{"__isSmartRef__":true,"id":2636},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":66,"_MaxTextHeight":21,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2641},"textColor":{"__isSmartRef__":true,"id":2639},"owner":{"__isSmartRef__":true,"id":2634},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":2642}],"padding":{"__isSmartRef__":true,"id":2644},"_Padding":{"__isSmartRef__":true,"id":2645},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":2646},"renderContextTable":{"__isSmartRef__":true,"id":2647},"eventHandler":{"__isSmartRef__":true,"id":2648},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"2636":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2637},"_Extent":{"__isSmartRef__":true,"id":2638},"_BorderColor":{"__isSmartRef__":true,"id":2639},"renderContextTable":{"__isSmartRef__":true,"id":2640},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2637":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2638":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2639":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2640":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2641":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2642":{"style":{"__isSmartRef__":true,"id":2643},"morph":{"__isSmartRef__":true,"id":2635},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":2635},"storedString":"remove","__LivelyClassName__":"lively.morphic.TextChunk"},"2643":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2644":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2645":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2646":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2647":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2648":{"morph":{"__isSmartRef__":true,"id":2635},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2649":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2650},"_Extent":{"__isSmartRef__":true,"id":2651},"_Fill":{"__isSmartRef__":true,"id":2652},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2662},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":2663},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2650":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2651":{"x":66,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2652":{"stops":[{"__isSmartRef__":true,"id":2653},{"__isSmartRef__":true,"id":2655},{"__isSmartRef__":true,"id":2657},{"__isSmartRef__":true,"id":2659}],"vector":{"__isSmartRef__":true,"id":2661},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2653":{"offset":0,"color":{"__isSmartRef__":true,"id":2654}},"2654":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2655":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2656}},"2656":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2657":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2658}},"2658":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2659":{"offset":1,"color":{"__isSmartRef__":true,"id":2660}},"2660":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2661":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2662":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2663":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2664":{"x":92.12005863445097,"y":393.8518587078797,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2665":{"stops":[{"__isSmartRef__":true,"id":2666},{"__isSmartRef__":true,"id":2668},{"__isSmartRef__":true,"id":2670},{"__isSmartRef__":true,"id":2672}],"vector":{"__isSmartRef__":true,"id":2661},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2666":{"offset":0,"color":{"__isSmartRef__":true,"id":2667}},"2667":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2668":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2669}},"2669":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2670":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2671}},"2671":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2672":{"offset":1,"color":{"__isSmartRef__":true,"id":2673}},"2673":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2674":{"sourceObj":{"__isSmartRef__":true,"id":2634},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2675":{"sourceObj":{"__isSmartRef__":true,"id":2634},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"interactivelyRemoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2676":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2677":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2678":{"moveVertical":true},"2679":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2680":{"morph":{"__isSmartRef__":true,"id":2634},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2681":{"submorphs":[{"__isSmartRef__":true,"id":2682}],"scripts":[],"id":77,"shape":{"__isSmartRef__":true,"id":2696},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2711},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2699},"lighterFill":{"__isSmartRef__":true,"id":2712},"label":{"__isSmartRef__":true,"id":2682},"attributeConnections":[{"__isSmartRef__":true,"id":2721},{"__isSmartRef__":true,"id":2722}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":2723},"name":"loadPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":2724},"_Scale":1,"owner":{"__isSmartRef__":true,"id":2587},"layout":{"__isSmartRef__":true,"id":2725},"renderContextTable":{"__isSmartRef__":true,"id":2726},"eventHandler":{"__isSmartRef__":true,"id":2727},"_Rotation":0,"__LivelyClassName__":"lively.morphic.Button"},"2682":{"submorphs":[],"scripts":[],"id":78,"shape":{"__isSmartRef__":true,"id":2683},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":66,"_MaxTextHeight":21,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2688},"textColor":{"__isSmartRef__":true,"id":2686},"owner":{"__isSmartRef__":true,"id":2681},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":2689}],"padding":{"__isSmartRef__":true,"id":2691},"_Padding":{"__isSmartRef__":true,"id":2692},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":2693},"renderContextTable":{"__isSmartRef__":true,"id":2694},"eventHandler":{"__isSmartRef__":true,"id":2695},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"2683":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2684},"_Extent":{"__isSmartRef__":true,"id":2685},"_BorderColor":{"__isSmartRef__":true,"id":2686},"renderContextTable":{"__isSmartRef__":true,"id":2687},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2684":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2685":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2686":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2687":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2688":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2689":{"style":{"__isSmartRef__":true,"id":2690},"morph":{"__isSmartRef__":true,"id":2682},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":2682},"storedString":"load","__LivelyClassName__":"lively.morphic.TextChunk"},"2690":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2691":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2692":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2693":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2694":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2695":{"morph":{"__isSmartRef__":true,"id":2682},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2696":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2697},"_Extent":{"__isSmartRef__":true,"id":2698},"_Fill":{"__isSmartRef__":true,"id":2699},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2709},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":2710},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2697":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2698":{"x":66,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2699":{"stops":[{"__isSmartRef__":true,"id":2700},{"__isSmartRef__":true,"id":2702},{"__isSmartRef__":true,"id":2704},{"__isSmartRef__":true,"id":2706}],"vector":{"__isSmartRef__":true,"id":2708},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2700":{"offset":0,"color":{"__isSmartRef__":true,"id":2701}},"2701":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2702":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2703}},"2703":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2704":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2705}},"2705":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2706":{"offset":1,"color":{"__isSmartRef__":true,"id":2707}},"2707":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2708":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2709":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2710":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2711":{"x":22.154971194602297,"y":393.89144835121806,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2712":{"stops":[{"__isSmartRef__":true,"id":2713},{"__isSmartRef__":true,"id":2715},{"__isSmartRef__":true,"id":2717},{"__isSmartRef__":true,"id":2719}],"vector":{"__isSmartRef__":true,"id":2708},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2713":{"offset":0,"color":{"__isSmartRef__":true,"id":2714}},"2714":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2715":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2716}},"2716":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2717":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2718}},"2718":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2719":{"offset":1,"color":{"__isSmartRef__":true,"id":2720}},"2720":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2721":{"sourceObj":{"__isSmartRef__":true,"id":2681},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2722":{"sourceObj":{"__isSmartRef__":true,"id":2681},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"loadAndOpenSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2723":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2724":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2725":{"moveVertical":true},"2726":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2727":{"morph":{"__isSmartRef__":true,"id":2681},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2728":{"submorphs":[],"scripts":[],"id":79,"shape":{"__isSmartRef__":true,"id":2729},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2734},"_MaxTextWidth":258,"_MaxTextHeight":17,"textColor":{"__isSmartRef__":true,"id":2732},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartName","partsBinMetaInfo":{"__isSmartRef__":true,"id":2735},"textChunks":[{"__isSmartRef__":true,"id":2736}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[20,20],"prevScroll":[0,0],"_Scale":1,"owner":{"__isSmartRef__":true,"id":2587},"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":2738},"renderContextTable":{"__isSmartRef__":true,"id":2739},"eventHandler":{"__isSmartRef__":true,"id":2740},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"__LivelyClassName__":"lively.morphic.Text"},"2729":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2730},"_Extent":{"__isSmartRef__":true,"id":2731},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2732},"renderContextTable":{"__isSmartRef__":true,"id":2733},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2730":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2731":{"x":258,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2732":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2733":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2734":{"x":24.074220912172564,"y":8.635794805933187,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2735":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2736":{"style":{"__isSmartRef__":true,"id":2737},"chunkOwner":{"__isSmartRef__":true,"id":2728},"storedString":"Clock","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2737":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2738":{"x":258,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2739":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2740":{"morph":{"__isSmartRef__":true,"id":2728},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2741":{"submorphs":[],"scripts":[],"id":80,"shape":{"__isSmartRef__":true,"id":2742},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2748},"itemList":[{"__isSmartRef__":true,"id":2749},{"__isSmartRef__":true,"id":2753},{"__isSmartRef__":true,"id":2757},{"__isSmartRef__":true,"id":2761},{"__isSmartRef__":true,"id":2765},{"__isSmartRef__":true,"id":2769},{"__isSmartRef__":true,"id":2773},{"__isSmartRef__":true,"id":2777},{"__isSmartRef__":true,"id":2781},{"__isSmartRef__":true,"id":2785},{"__isSmartRef__":true,"id":2789},{"__isSmartRef__":true,"id":2793},{"__isSmartRef__":true,"id":2797},{"__isSmartRef__":true,"id":2801},{"__isSmartRef__":true,"id":2805},{"__isSmartRef__":true,"id":2809},{"__isSmartRef__":true,"id":2813},{"__isSmartRef__":true,"id":2817},{"__isSmartRef__":true,"id":2821},{"__isSmartRef__":true,"id":2825},{"__isSmartRef__":true,"id":2829},{"__isSmartRef__":true,"id":2833},{"__isSmartRef__":true,"id":2837},{"__isSmartRef__":true,"id":2841},{"__isSmartRef__":true,"id":2845},{"__isSmartRef__":true,"id":2849},{"__isSmartRef__":true,"id":2853},{"__isSmartRef__":true,"id":2857},{"__isSmartRef__":true,"id":2861},{"__isSmartRef__":true,"id":2865},{"__isSmartRef__":true,"id":2869}],"showsHalos":false,"name":"selectedPartVersions","partsBinMetaInfo":{"__isSmartRef__":true,"id":2873},"__SourceModuleName__":"Global.lively.morphic.Core","_Scale":1,"_ClipMode":"scroll","owner":{"__isSmartRef__":true,"id":2587},"prevScroll":[0,144],"layout":{"__isSmartRef__":true,"id":2874},"priorExtent":{"__isSmartRef__":true,"id":2875},"renderContextTable":{"__isSmartRef__":true,"id":2876},"eventHandler":{"__isSmartRef__":true,"id":2877},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"__LivelyClassName__":"lively.morphic.List"},"2742":{"position":{"__isSmartRef__":true,"id":2743},"_Extent":{"__isSmartRef__":true,"id":2744},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2745},"_Fill":{"__isSmartRef__":true,"id":2746},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2747},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2743":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2744":{"x":259.7762078882963,"y":175.97632273920658,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2745":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2746":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2747":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2748":{"x":23.98146549080036,"y":56.349422571268406,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2749":{"rev":90045,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2750},"url":{"__isSmartRef__":true,"id":2751},"changes":[{"__isSmartRef__":true,"id":2752}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2750":{"isSerializedDate":true,"string":"Thu Jun 30 2011 09:06:05 GMT-0700 (Pacific Daylight Time)"},"2751":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2752":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2753":{"rev":89946,"author":"markoroeder","date":{"__isSmartRef__":true,"id":2754},"url":{"__isSmartRef__":true,"id":2755},"changes":[{"__isSmartRef__":true,"id":2756}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2754":{"isSerializedDate":true,"string":"Wed Jun 29 2011 23:49:05 GMT-0700 (Pacific Daylight Time)"},"2755":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2756":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2757":{"rev":89943,"author":"markoroeder","date":{"__isSmartRef__":true,"id":2758},"url":{"__isSmartRef__":true,"id":2759},"changes":[{"__isSmartRef__":true,"id":2760}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2758":{"isSerializedDate":true,"string":"Wed Jun 29 2011 23:45:24 GMT-0700 (Pacific Daylight Time)"},"2759":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2760":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2761":{"rev":89940,"author":"markoroeder","date":{"__isSmartRef__":true,"id":2762},"url":{"__isSmartRef__":true,"id":2763},"changes":[{"__isSmartRef__":true,"id":2764}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2762":{"isSerializedDate":true,"string":"Wed Jun 29 2011 23:42:59 GMT-0700 (Pacific Daylight Time)"},"2763":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2764":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2765":{"rev":89937,"author":"markoroeder","date":{"__isSmartRef__":true,"id":2766},"url":{"__isSmartRef__":true,"id":2767},"changes":[{"__isSmartRef__":true,"id":2768}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2766":{"isSerializedDate":true,"string":"Wed Jun 29 2011 23:42:04 GMT-0700 (Pacific Daylight Time)"},"2767":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2768":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2769":{"rev":89934,"author":"markoroeder","date":{"__isSmartRef__":true,"id":2770},"url":{"__isSmartRef__":true,"id":2771},"changes":[{"__isSmartRef__":true,"id":2772}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2770":{"isSerializedDate":true,"string":"Wed Jun 29 2011 23:41:28 GMT-0700 (Pacific Daylight Time)"},"2771":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2772":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2773":{"rev":89931,"author":"markoroeder","date":{"__isSmartRef__":true,"id":2774},"url":{"__isSmartRef__":true,"id":2775},"changes":[{"__isSmartRef__":true,"id":2776}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2774":{"isSerializedDate":true,"string":"Wed Jun 29 2011 23:39:51 GMT-0700 (Pacific Daylight Time)"},"2775":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2776":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2777":{"rev":89928,"author":"markoroeder","date":{"__isSmartRef__":true,"id":2778},"url":{"__isSmartRef__":true,"id":2779},"changes":[{"__isSmartRef__":true,"id":2780}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2778":{"isSerializedDate":true,"string":"Wed Jun 29 2011 23:39:07 GMT-0700 (Pacific Daylight Time)"},"2779":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2780":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2781":{"rev":89925,"author":"markoroeder","date":{"__isSmartRef__":true,"id":2782},"url":{"__isSmartRef__":true,"id":2783},"changes":[{"__isSmartRef__":true,"id":2784}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2782":{"isSerializedDate":true,"string":"Wed Jun 29 2011 23:29:00 GMT-0700 (Pacific Daylight Time)"},"2783":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2784":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2785":{"rev":89297,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2786},"url":{"__isSmartRef__":true,"id":2787},"changes":[{"__isSmartRef__":true,"id":2788}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2786":{"isSerializedDate":true,"string":"Tue Jun 28 2011 11:52:11 GMT-0700 (Pacific Daylight Time)"},"2787":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2788":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2789":{"rev":89270,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2790},"url":{"__isSmartRef__":true,"id":2791},"changes":[{"__isSmartRef__":true,"id":2792}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2790":{"isSerializedDate":true,"string":"Tue Jun 28 2011 11:40:46 GMT-0700 (Pacific Daylight Time)"},"2791":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2792":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2793":{"rev":89266,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2794},"url":{"__isSmartRef__":true,"id":2795},"changes":[{"__isSmartRef__":true,"id":2796}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2794":{"isSerializedDate":true,"string":"Tue Jun 28 2011 11:40:37 GMT-0700 (Pacific Daylight Time)"},"2795":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2796":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2797":{"rev":89258,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2798},"url":{"__isSmartRef__":true,"id":2799},"changes":[{"__isSmartRef__":true,"id":2800}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2798":{"isSerializedDate":true,"string":"Tue Jun 28 2011 11:36:37 GMT-0700 (Pacific Daylight Time)"},"2799":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2800":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2801":{"rev":89240,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2802},"url":{"__isSmartRef__":true,"id":2803},"changes":[{"__isSmartRef__":true,"id":2804}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2802":{"isSerializedDate":true,"string":"Tue Jun 28 2011 10:54:55 GMT-0700 (Pacific Daylight Time)"},"2803":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2804":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2805":{"rev":89194,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2806},"url":{"__isSmartRef__":true,"id":2807},"changes":[{"__isSmartRef__":true,"id":2808}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2806":{"isSerializedDate":true,"string":"Tue Jun 28 2011 10:00:53 GMT-0700 (Pacific Daylight Time)"},"2807":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2808":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2809":{"rev":89191,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2810},"url":{"__isSmartRef__":true,"id":2811},"changes":[{"__isSmartRef__":true,"id":2812}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2810":{"isSerializedDate":true,"string":"Tue Jun 28 2011 10:00:31 GMT-0700 (Pacific Daylight Time)"},"2811":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2812":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2813":{"rev":89185,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2814},"url":{"__isSmartRef__":true,"id":2815},"changes":[{"__isSmartRef__":true,"id":2816}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2814":{"isSerializedDate":true,"string":"Tue Jun 28 2011 09:59:42 GMT-0700 (Pacific Daylight Time)"},"2815":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2816":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2817":{"rev":89182,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2818},"url":{"__isSmartRef__":true,"id":2819},"changes":[{"__isSmartRef__":true,"id":2820}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2818":{"isSerializedDate":true,"string":"Tue Jun 28 2011 09:58:43 GMT-0700 (Pacific Daylight Time)"},"2819":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2820":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2821":{"rev":89178,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2822},"url":{"__isSmartRef__":true,"id":2823},"changes":[{"__isSmartRef__":true,"id":2824}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2822":{"isSerializedDate":true,"string":"Tue Jun 28 2011 09:58:26 GMT-0700 (Pacific Daylight Time)"},"2823":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2824":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2825":{"rev":89173,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2826},"url":{"__isSmartRef__":true,"id":2827},"changes":[{"__isSmartRef__":true,"id":2828}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2826":{"isSerializedDate":true,"string":"Tue Jun 28 2011 09:57:02 GMT-0700 (Pacific Daylight Time)"},"2827":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2828":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2829":{"rev":89170,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2830},"url":{"__isSmartRef__":true,"id":2831},"changes":[{"__isSmartRef__":true,"id":2832}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2830":{"isSerializedDate":true,"string":"Tue Jun 28 2011 09:56:45 GMT-0700 (Pacific Daylight Time)"},"2831":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2832":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2833":{"rev":89166,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2834},"url":{"__isSmartRef__":true,"id":2835},"changes":[{"__isSmartRef__":true,"id":2836}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2834":{"isSerializedDate":true,"string":"Tue Jun 28 2011 09:56:28 GMT-0700 (Pacific Daylight Time)"},"2835":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2836":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2837":{"rev":89161,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2838},"url":{"__isSmartRef__":true,"id":2839},"changes":[{"__isSmartRef__":true,"id":2840}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2838":{"isSerializedDate":true,"string":"Tue Jun 28 2011 09:55:42 GMT-0700 (Pacific Daylight Time)"},"2839":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2840":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2841":{"rev":89157,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2842},"url":{"__isSmartRef__":true,"id":2843},"changes":[{"__isSmartRef__":true,"id":2844}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2842":{"isSerializedDate":true,"string":"Tue Jun 28 2011 09:54:14 GMT-0700 (Pacific Daylight Time)"},"2843":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2844":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2845":{"rev":89152,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2846},"url":{"__isSmartRef__":true,"id":2847},"changes":[{"__isSmartRef__":true,"id":2848}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2846":{"isSerializedDate":true,"string":"Tue Jun 28 2011 09:54:03 GMT-0700 (Pacific Daylight Time)"},"2847":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2848":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2849":{"rev":85031,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2850},"url":{"__isSmartRef__":true,"id":2851},"changes":[{"__isSmartRef__":true,"id":2852}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2850":{"isSerializedDate":true,"string":"Wed Jun 15 2011 11:29:18 GMT-0700 (Pacific Daylight Time)"},"2851":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2852":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2853":{"rev":84635,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2854},"url":{"__isSmartRef__":true,"id":2855},"changes":[{"__isSmartRef__":true,"id":2856}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2854":{"isSerializedDate":true,"string":"Tue Jun 14 2011 22:01:37 GMT-0700 (Pacific Daylight Time)"},"2855":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2856":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2857":{"rev":81511,"author":"jenslincke","date":{"__isSmartRef__":true,"id":2858},"url":{"__isSmartRef__":true,"id":2859},"changes":[{"__isSmartRef__":true,"id":2860}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2858":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:10:42 GMT-0700 (Pacific Daylight Time)"},"2859":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2860":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2861":{"rev":80051,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2862},"url":{"__isSmartRef__":true,"id":2863},"changes":[{"__isSmartRef__":true,"id":2864}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2862":{"isSerializedDate":true,"string":"Wed Jun 01 2011 22:55:24 GMT-0700 (Pacific Daylight Time)"},"2863":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2864":{"type":"S:modified","url":"/PartsBin/Demos/Clock.json"},"2865":{"rev":79485,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2866},"url":{"__isSmartRef__":true,"id":2867},"changes":[{"__isSmartRef__":true,"id":2868}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2866":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:12:57 GMT-0700 (Pacific Daylight Time)"},"2867":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2868":{"type":"S:added","url":null},"2869":{"rev":79482,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":2870},"url":{"__isSmartRef__":true,"id":2871},"changes":[{"__isSmartRef__":true,"id":2872}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"2870":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:12:31 GMT-0700 (Pacific Daylight Time)"},"2871":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2872":{"type":"S:added","url":null},"2873":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2874":{"resizeWidth":true},"2875":{"x":258.7762078882963,"y":175.97632273920658,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2876":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"2877":{"morph":{"__isSmartRef__":true,"id":2741},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2878":{"submorphs":[],"scripts":[],"id":81,"shape":{"__isSmartRef__":true,"id":2879},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_OverflowMode":"visible","_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2884},"_MaxTextWidth":261,"_MaxTextHeight":156,"textColor":{"__isSmartRef__":true,"id":2885},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartComment","partsBinMetaInfo":{"__isSmartRef__":true,"id":2886},"textChunks":[{"__isSmartRef__":true,"id":2887}],"charsReplaced":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","lastFindLoc":-139,"priorSelectionRange":[33,33],"prevScroll":[0,0],"_Scale":1,"owner":{"__isSmartRef__":true,"id":2587},"_ClipMode":"auto","priorExtent":{"__isSmartRef__":true,"id":2889},"attributeConnections":[{"__isSmartRef__":true,"id":2890}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":2891},"renderContextTable":{"__isSmartRef__":true,"id":2892},"eventHandler":{"__isSmartRef__":true,"id":2893},"_Rotation":0,"savedTextString":"Translator that uses the Google Translation Web service.","__LivelyClassName__":"lively.morphic.Text"},"2879":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2880},"_Extent":{"__isSmartRef__":true,"id":2881},"_BorderWidth":2.3680000000000003,"_BorderColor":{"__isSmartRef__":true,"id":2882},"renderContextTable":{"__isSmartRef__":true,"id":2883},"_BorderRadius":7.400000000000001,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2880":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2881":{"x":261,"y":156,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2882":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2883":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2884":{"x":22.028628699363026,"y":235.5767084837372,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2885":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2886":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2887":{"style":{"__isSmartRef__":true,"id":2888},"chunkOwner":{"__isSmartRef__":true,"id":2878},"storedString":"No comment yet","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2888":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2889":{"x":261,"y":156,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2890":{"sourceObj":{"__isSmartRef__":true,"id":2878},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"saveCommentForSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2891":{"resizeWidth":true,"resizeHeight":true},"2892":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2893":{"morph":{"__isSmartRef__":true,"id":2878},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2894":{"submorphs":[],"scripts":[],"id":82,"shape":{"__isSmartRef__":true,"id":2895},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2900},"_MaxTextWidth":260,"_MaxTextHeight":18,"textColor":{"__isSmartRef__":true,"id":2898},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartSpaceName","partsBinMetaInfo":{"__isSmartRef__":true,"id":2901},"textChunks":[{"__isSmartRef__":true,"id":2902}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[9,17],"prevScroll":[0,0],"_Scale":1,"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":2904},"renderContextTable":{"__isSmartRef__":true,"id":2905},"eventHandler":{"__isSmartRef__":true,"id":2906},"owner":{"__isSmartRef__":true,"id":2587},"_Align":"right","_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"__LivelyClassName__":"lively.morphic.Text"},"2895":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2896},"_Extent":{"__isSmartRef__":true,"id":2897},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2898},"renderContextTable":{"__isSmartRef__":true,"id":2899},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2896":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2897":{"x":260,"y":18,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2898":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2899":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2900":{"x":22.381974001732715,"y":30.870025607392563,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2901":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2902":{"style":{"__isSmartRef__":true,"id":2903},"chunkOwner":{"__isSmartRef__":true,"id":2894},"storedString":"PartsBin/Demos/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2903":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2904":{"x":260,"y":18,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2905":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2906":{"morph":{"__isSmartRef__":true,"id":2894},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2907":{"position":{"__isSmartRef__":true,"id":2908},"_Extent":{"__isSmartRef__":true,"id":2909},"_BorderWidth":2.294,"_BorderColor":{"__isSmartRef__":true,"id":2910},"_Fill":{"__isSmartRef__":true,"id":2911},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2912},"_BorderRadius":6.12,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2908":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2909":{"x":292.3858567057799,"y":420.7461090825698,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2910":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2911":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2912":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2913":{"x":399.61414329422007,"y":37,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2914":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2915":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2916":{"morph":{"__isSmartRef__":true,"id":2587},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2917":{"x":292.3858567057799,"y":421.7461090825698,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2918":{"moveHorizontal":true},"2919":{"submorphs":[],"scripts":[],"id":83,"shape":{"__isSmartRef__":true,"id":2920},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2926},"itemList":["*all*","*latest*","*search*","Basic","CodeSnippets","Controls","Database","Debugging","Demos","Documentation","DroppableBehaviors","Examples","Forms","Fun","Inputs","Issues","Layout","Maps","Martin","NewWorld","Persistence","Presenting","Robert","Scripting","Server","Testing","Text","Text support","Tools","uncategorized","Visualization","Widgets","Wiki","Worlds"],"showsHalos":false,"name":"categoryList","partsBinMetaInfo":{"__isSmartRef__":true,"id":2927},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":2586},"_Scale":1,"_ClipMode":"auto","prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":2928}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"priorExtent":{"__isSmartRef__":true,"id":2929},"layout":{"__isSmartRef__":true,"id":2930},"selectedLineNo":8,"renderContextTable":{"__isSmartRef__":true,"id":2931},"eventHandler":{"__isSmartRef__":true,"id":2932},"_Rotation":0,"selection":"Demos","__LivelyClassName__":"lively.morphic.List"},"2920":{"position":{"__isSmartRef__":true,"id":2921},"_Extent":{"__isSmartRef__":true,"id":2922},"_BorderWidth":1.258,"_BorderColor":{"__isSmartRef__":true,"id":2923},"_Fill":{"__isSmartRef__":true,"id":2924},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":2925},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2921":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2922":{"x":145.0100150200251,"y":425.002003004005,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2923":{"r":0.8280587561201496,"g":0.8280587561201496,"b":0.8280587561201496,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2924":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2925":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2926":{"x":9,"y":37,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2927":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2928":{"sourceObj":{"__isSmartRef__":true,"id":2919},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"categoryName","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2929":{"x":145.0100150200251,"y":426.002003004005,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2930":{"resizeHeight":true},"2931":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"2932":{"morph":{"__isSmartRef__":true,"id":2919},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2933":{"submorphs":[{"__isSmartRef__":true,"id":2934}],"scripts":[],"id":84,"shape":{"__isSmartRef__":true,"id":2948},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2963},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2951},"lighterFill":{"__isSmartRef__":true,"id":2964},"label":{"__isSmartRef__":true,"id":2934},"attributeConnections":[{"__isSmartRef__":true,"id":2973}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":2974},"name":"reloadButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":2975},"owner":{"__isSmartRef__":true,"id":2586},"_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":2976},"eventHandler":{"__isSmartRef__":true,"id":2977},"priorExtent":{"__isSmartRef__":true,"id":2978},"_Rotation":0,"__LivelyClassName__":"lively.morphic.Button"},"2934":{"submorphs":[],"scripts":[],"id":85,"shape":{"__isSmartRef__":true,"id":2935},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":20,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2940},"textColor":{"__isSmartRef__":true,"id":2938},"owner":{"__isSmartRef__":true,"id":2933},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":2941}],"padding":{"__isSmartRef__":true,"id":2943},"_Padding":{"__isSmartRef__":true,"id":2944},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":2945},"renderContextTable":{"__isSmartRef__":true,"id":2946},"eventHandler":{"__isSmartRef__":true,"id":2947},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"2935":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2936},"_Extent":{"__isSmartRef__":true,"id":2937},"_BorderColor":{"__isSmartRef__":true,"id":2938},"renderContextTable":{"__isSmartRef__":true,"id":2939},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2936":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2937":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2938":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2939":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2940":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2941":{"style":{"__isSmartRef__":true,"id":2942},"chunkOwner":{"__isSmartRef__":true,"id":2934},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"⟳","__LivelyClassName__":"lively.morphic.TextChunk"},"2942":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2943":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2944":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2945":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2946":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2947":{"morph":{"__isSmartRef__":true,"id":2934},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2948":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2949},"_Extent":{"__isSmartRef__":true,"id":2950},"_Fill":{"__isSmartRef__":true,"id":2951},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2961},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":2962},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2949":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2950":{"x":20,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2951":{"stops":[{"__isSmartRef__":true,"id":2952},{"__isSmartRef__":true,"id":2954},{"__isSmartRef__":true,"id":2956},{"__isSmartRef__":true,"id":2958}],"vector":{"__isSmartRef__":true,"id":2960},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2952":{"offset":0,"color":{"__isSmartRef__":true,"id":2953}},"2953":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2954":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2955}},"2955":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2956":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2957}},"2957":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2958":{"offset":1,"color":{"__isSmartRef__":true,"id":2959}},"2959":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2960":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2961":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2962":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2963":{"x":79,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2964":{"stops":[{"__isSmartRef__":true,"id":2965},{"__isSmartRef__":true,"id":2967},{"__isSmartRef__":true,"id":2969},{"__isSmartRef__":true,"id":2971}],"vector":{"__isSmartRef__":true,"id":2960},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2965":{"offset":0,"color":{"__isSmartRef__":true,"id":2966}},"2966":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2967":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2968}},"2968":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2969":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2970}},"2970":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2971":{"offset":1,"color":{"__isSmartRef__":true,"id":2972}},"2972":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2973":{"sourceObj":{"__isSmartRef__":true,"id":2933},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2974":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2975":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2976":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2977":{"morph":{"__isSmartRef__":true,"id":2933},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2978":{"x":140,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2979":{"submorphs":[{"__isSmartRef__":true,"id":2980},{"__isSmartRef__":true,"id":3013},{"__isSmartRef__":true,"id":3061},{"__isSmartRef__":true,"id":3094},{"__isSmartRef__":true,"id":3127},{"__isSmartRef__":true,"id":3160}],"scripts":[],"id":86,"shape":{"__isSmartRef__":true,"id":3193},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"partsBinContents","partsBinMetaInfo":{"__isSmartRef__":true,"id":3199},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","priorExtent":{"__isSmartRef__":true,"id":3200},"attributeConnections":[{"__isSmartRef__":true,"id":3201}],"doNotSerialize":["$$selectedItem"],"doNotCopyProperties":["$$selectedItem"],"isClip":true,"layout":{"__isSmartRef__":true,"id":3202},"renderContextTable":{"__isSmartRef__":true,"id":3203},"eventHandler":{"__isSmartRef__":true,"id":3204},"_Position":{"__isSmartRef__":true,"id":3205},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":2586},"scriptAnnotations":{"__isSmartRef__":true,"id":3206},"selectedItem":{"__isSmartRef__":true,"id":3046},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3213},"__LivelyClassName__":"lively.morphic.Box"},"2980":{"submorphs":[{"__isSmartRef__":true,"id":2981},{"__isSmartRef__":true,"id":2990}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3003},"id":683,"renderContextTable":{"__isSmartRef__":true,"id":3008},"eventHandler":{"__isSmartRef__":true,"id":3009},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":3010},"partsBinURL":{"__isSmartRef__":true,"id":3011},"targetName":"ArchitectureOverview","partItem":{"__isSmartRef__":true,"id":3012},"owner":{"__isSmartRef__":true,"id":2979},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"2981":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2982},"id":685,"renderContextTable":{"__isSmartRef__":true,"id":2986},"eventHandler":{"__isSmartRef__":true,"id":2987},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":2988},"priorExtent":{"__isSmartRef__":true,"id":2989},"_ClipMode":"hidden","owner":{"__isSmartRef__":true,"id":2980},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"2982":{"renderContextTable":{"__isSmartRef__":true,"id":2983},"_Extent":{"__isSmartRef__":true,"id":2984},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":2985},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2983":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getExtent":"getExtentHTML"},"2984":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2985":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2986":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"2987":{"morph":{"__isSmartRef__":true,"id":2981},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2988":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2989":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2990":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2991},"id":684,"renderContextTable":{"__isSmartRef__":true,"id":2996},"textChunks":[{"__isSmartRef__":true,"id":2997}],"eventHandler":{"__isSmartRef__":true,"id":2999},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3000},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3001},"priorExtent":{"__isSmartRef__":true,"id":3002},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":2980},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2991":{"_Position":{"__isSmartRef__":true,"id":2992},"renderContextTable":{"__isSmartRef__":true,"id":2993},"_Extent":{"__isSmartRef__":true,"id":2994},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":2995},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2992":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2993":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"2994":{"x":97,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2995":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2996":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"2997":{"style":{"__isSmartRef__":true,"id":2998},"chunkOwner":{"__isSmartRef__":true,"id":2990},"storedString":"ArchitectureOve...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2998":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2999":{"morph":{"__isSmartRef__":true,"id":2990},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3000":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"3001":{"x":1.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3002":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3003":{"_Position":{"__isSmartRef__":true,"id":3004},"renderContextTable":{"__isSmartRef__":true,"id":3005},"_Extent":{"__isSmartRef__":true,"id":3006},"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3007},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3004":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3005":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3006":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3007":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3008":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3009":{"morph":{"__isSmartRef__":true,"id":2980},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3010":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3011":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3012":{"partsSpaceName":"PartsBin/Demos/","name":"ArchitectureOverview","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"3013":{"submorphs":[{"__isSmartRef__":true,"id":3014},{"__isSmartRef__":true,"id":3023}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3036},"id":686,"renderContextTable":{"__isSmartRef__":true,"id":3042},"eventHandler":{"__isSmartRef__":true,"id":3043},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":3044},"partsBinURL":{"__isSmartRef__":true,"id":3045},"targetName":"Clock","partItem":{"__isSmartRef__":true,"id":3046},"owner":{"__isSmartRef__":true,"id":2979},"isSelected":true,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"3014":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3015},"id":688,"renderContextTable":{"__isSmartRef__":true,"id":3019},"eventHandler":{"__isSmartRef__":true,"id":3020},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":3021},"priorExtent":{"__isSmartRef__":true,"id":3022},"_ClipMode":"hidden","owner":{"__isSmartRef__":true,"id":3013},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"3015":{"renderContextTable":{"__isSmartRef__":true,"id":3016},"_Extent":{"__isSmartRef__":true,"id":3017},"stringifiedShapeNode":"
12
1
2
3
4
5
6
7
8
9
10
11
","extent":{"__isSmartRef__":true,"id":3018},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3016":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getExtent":"getExtentHTML"},"3017":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3018":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3019":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3020":{"morph":{"__isSmartRef__":true,"id":3014},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3021":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3022":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3023":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3024},"id":687,"renderContextTable":{"__isSmartRef__":true,"id":3029},"textChunks":[{"__isSmartRef__":true,"id":3030}],"eventHandler":{"__isSmartRef__":true,"id":3032},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3033},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3034},"priorExtent":{"__isSmartRef__":true,"id":3035},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":3013},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3024":{"_Position":{"__isSmartRef__":true,"id":3025},"renderContextTable":{"__isSmartRef__":true,"id":3026},"_Extent":{"__isSmartRef__":true,"id":3027},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3028},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3025":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3026":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3027":{"x":38,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3028":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3029":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"3030":{"style":{"__isSmartRef__":true,"id":3031},"chunkOwner":{"__isSmartRef__":true,"id":3023},"storedString":"Clock","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3031":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3032":{"morph":{"__isSmartRef__":true,"id":3023},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3033":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"3034":{"x":31,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3035":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3036":{"_Position":{"__isSmartRef__":true,"id":3037},"renderContextTable":{"__isSmartRef__":true,"id":3038},"_Extent":{"__isSmartRef__":true,"id":3039},"_BorderColor":{"__isSmartRef__":true,"id":3040},"_Fill":{"__isSmartRef__":true,"id":3041},"_BorderRadius":6,"_BorderWidth":3,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3037":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3038":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3039":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3040":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3041":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3042":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3043":{"morph":{"__isSmartRef__":true,"id":3013},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3044":{"x":105,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3045":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3046":{"partsSpaceName":"PartsBin/Demos/","name":"Clock","attributeConnections":[{"__isSmartRef__":true,"id":3047},{"__isSmartRef__":true,"id":3048},{"__isSmartRef__":true,"id":3049},{"__isSmartRef__":true,"id":3059}],"doNotSerialize":["$$partVersions","$$loadedMetaInfo","$$part"],"doNotCopyProperties":["$$partVersions","$$loadedMetaInfo","$$part"],"partVersions":[{"__isSmartRef__":true,"id":2749},{"__isSmartRef__":true,"id":2753},{"__isSmartRef__":true,"id":2757},{"__isSmartRef__":true,"id":2761},{"__isSmartRef__":true,"id":2765},{"__isSmartRef__":true,"id":2769},{"__isSmartRef__":true,"id":2773},{"__isSmartRef__":true,"id":2777},{"__isSmartRef__":true,"id":2781},{"__isSmartRef__":true,"id":2785},{"__isSmartRef__":true,"id":2789},{"__isSmartRef__":true,"id":2793},{"__isSmartRef__":true,"id":2797},{"__isSmartRef__":true,"id":2801},{"__isSmartRef__":true,"id":2805},{"__isSmartRef__":true,"id":2809},{"__isSmartRef__":true,"id":2813},{"__isSmartRef__":true,"id":2817},{"__isSmartRef__":true,"id":2821},{"__isSmartRef__":true,"id":2825},{"__isSmartRef__":true,"id":2829},{"__isSmartRef__":true,"id":2833},{"__isSmartRef__":true,"id":2837},{"__isSmartRef__":true,"id":2841},{"__isSmartRef__":true,"id":2845},{"__isSmartRef__":true,"id":2849},{"__isSmartRef__":true,"id":2853},{"__isSmartRef__":true,"id":2857},{"__isSmartRef__":true,"id":2861},{"__isSmartRef__":true,"id":2865},{"__isSmartRef__":true,"id":2869}],"loadedMetaInfo":{"__isSmartRef__":true,"id":3060},"part":{"__isSmartRef__":true,"id":1574},"json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":14},{\"__isSmartRef__\":true,\"id\":25},{\"__isSmartRef__\":true,\"id\":36},{\"__isSmartRef__\":true,\"id\":47},{\"__isSmartRef__\":true,\"id\":58},{\"__isSmartRef__\":true,\"id\":69},{\"__isSmartRef__\":true,\"id\":80},{\"__isSmartRef__\":true,\"id\":91},{\"__isSmartRef__\":true,\"id\":102},{\"__isSmartRef__\":true,\"id\":113},{\"__isSmartRef__\":true,\"id\":124},{\"__isSmartRef__\":true,\"id\":135},{\"__isSmartRef__\":true,\"id\":152},{\"__isSmartRef__\":true,\"id\":169},{\"__isSmartRef__\":true,\"id\":186}],\"scripts\":[{\"__isSmartRef__\":true,\"id\":195}],\"id\":2812,\"shape\":{\"__isSmartRef__\":true,\"id\":196},\"droppingEnabled\":true,\"halosEnabled\":true,\"showsHalos\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":208},\"name\":\"Clock\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":209},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_Scale\":1.002003004005006,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":210},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":211},\"timeZoneOffset\":-2,\"nHours\":12,\"hours\":{\"__isSmartRef__\":true,\"id\":135},\"minutes\":{\"__isSmartRef__\":true,\"id\":152},\"seconds\":{\"__isSmartRef__\":true,\"id\":169},\"dot\":{\"__isSmartRef__\":true,\"id\":186},\"layout\":{\"__isSmartRef__\":true,\"id\":212},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":213},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"connections\":{\"__isSmartRef__\":true,\"id\":214},\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":216},\"_Rotation\":0,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":219},\"__LivelyClassName__\":\"lively.morphic.Morph\"},\"1\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2},\"id\":2813,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":8}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":10},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":12},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":13},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"4\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"5\":{\"x\":16,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"6\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Color\"},\"7\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"8\":{\"style\":{\"__isSmartRef__\":true,\"id\":9},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"12\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"9\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"10\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"11\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Rectangle\"},\"12\":{\"x\":16,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"13\":{\"x\":-7.999999999999997,\"y\":-47.5,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"14\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":15},\"id\":2814,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":19},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":20}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":22},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":23},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":24},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"15\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":16},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":17},\"_Extent\":{\"__isSmartRef__\":true,\"id\":18},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"16\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"17\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"18\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"19\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"20\":{\"style\":{\"__isSmartRef__\":true,\"id\":21},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":14},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"1\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"21\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"22\":{\"morph\":{\"__isSmartRef__\":true,\"id\":14},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"23\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"24\":{\"x\":14.999999999999996,\"y\":-42.14101615137755,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"25\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":26},\"id\":2815,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":30},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":31}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":33},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":34},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":35},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"26\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":27},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":28},\"_Extent\":{\"__isSmartRef__\":true,\"id\":29},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"27\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"28\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"29\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"30\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"31\":{\"style\":{\"__isSmartRef__\":true,\"id\":32},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":25},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"2\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"32\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"33\":{\"morph\":{\"__isSmartRef__\":true,\"id\":25},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"34\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"35\":{\"x\":29.641016151377542,\"y\":-27.5,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":37},\"id\":2816,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":41},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":42}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":44},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":45},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":46},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"37\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":38},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":39},\"_Extent\":{\"__isSmartRef__\":true,\"id\":40},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"38\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"39\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"40\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"41\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"42\":{\"style\":{\"__isSmartRef__\":true,\"id\":43},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":36},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"3\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"43\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"44\":{\"morph\":{\"__isSmartRef__\":true,\"id\":36},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"45\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"46\":{\"x\":35,\"y\":-7.5,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"47\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":48},\"id\":2817,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":52},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":53}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":55},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":56},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":57},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"48\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":49},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":50},\"_Extent\":{\"__isSmartRef__\":true,\"id\":51},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"49\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"50\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"51\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"52\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"53\":{\"style\":{\"__isSmartRef__\":true,\"id\":54},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":47},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"4\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"54\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"55\":{\"morph\":{\"__isSmartRef__\":true,\"id\":47},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"56\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"57\":{\"x\":29.64101615137755,\"y\":12.499999999999993,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"58\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":59},\"id\":2818,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":63},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":64}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":66},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":67},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":68},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"59\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":60},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":61},\"_Extent\":{\"__isSmartRef__\":true,\"id\":62},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"60\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"61\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"62\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"63\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"64\":{\"style\":{\"__isSmartRef__\":true,\"id\":65},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":58},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"5\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"65\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"66\":{\"morph\":{\"__isSmartRef__\":true,\"id\":58},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"67\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"68\":{\"x\":14.999999999999996,\"y\":27.14101615137755,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"69\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":70},\"id\":2819,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":74},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":75}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":77},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":78},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":79},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"70\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":71},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":72},\"_Extent\":{\"__isSmartRef__\":true,\"id\":73},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"71\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"72\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"73\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"74\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"75\":{\"style\":{\"__isSmartRef__\":true,\"id\":76},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":69},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"6\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"76\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"77\":{\"morph\":{\"__isSmartRef__\":true,\"id\":69},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"78\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"79\":{\"x\":-4.999999999999997,\"y\":32.5,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"80\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":81},\"id\":2820,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":85},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":86}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":88},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":89},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":90},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"81\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":82},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":83},\"_Extent\":{\"__isSmartRef__\":true,\"id\":84},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"82\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"83\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"84\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"85\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"86\":{\"style\":{\"__isSmartRef__\":true,\"id\":87},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":80},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"7\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"87\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"88\":{\"morph\":{\"__isSmartRef__\":true,\"id\":80},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"89\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"90\":{\"x\":-25.000000000000007,\"y\":27.141016151377542,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"91\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":92},\"id\":2821,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":96},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":97}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":99},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":100},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":101},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"92\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":93},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":94},\"_Extent\":{\"__isSmartRef__\":true,\"id\":95},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"93\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"94\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"95\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"96\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"97\":{\"style\":{\"__isSmartRef__\":true,\"id\":98},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":91},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"8\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"98\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"99\":{\"morph\":{\"__isSmartRef__\":true,\"id\":91},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"100\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"101\":{\"x\":-39.64101615137754,\"y\":12.500000000000014,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"102\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":103},\"id\":2822,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":107},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":108}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":110},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":111},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":112},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"103\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":104},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":105},\"_Extent\":{\"__isSmartRef__\":true,\"id\":106},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"104\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"105\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"106\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"107\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"108\":{\"style\":{\"__isSmartRef__\":true,\"id\":109},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":102},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"9\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"109\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"110\":{\"morph\":{\"__isSmartRef__\":true,\"id\":102},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"111\":{\"x\":10,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"112\":{\"x\":-45,\"y\":-7.499999999999995,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"113\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":114},\"id\":2823,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":118},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":119}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":121},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":122},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":123},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"114\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":115},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":116},\"_Extent\":{\"__isSmartRef__\":true,\"id\":117},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"115\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"116\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"117\":{\"x\":16,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"118\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"119\":{\"style\":{\"__isSmartRef__\":true,\"id\":120},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":113},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"10\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"120\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"121\":{\"morph\":{\"__isSmartRef__\":true,\"id\":113},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"122\":{\"x\":16,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"123\":{\"x\":-42.64101615137754,\"y\":-27.500000000000004,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"124\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":125},\"id\":2824,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":129},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":130}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":132},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":133},\"_MaxTextWidth\":null,\"_MaxTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":134},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"125\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":126},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":127},\"_Extent\":{\"__isSmartRef__\":true,\"id\":128},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"126\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"127\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"128\":{\"x\":16,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"129\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\"},\"130\":{\"style\":{\"__isSmartRef__\":true,\"id\":131},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":124},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"11\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"131\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"132\":{\"morph\":{\"__isSmartRef__\":true,\"id\":124},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"133\":{\"x\":16,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"134\":{\"x\":-28.000000000000018,\"y\":-42.141016151377535,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"135\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":136},\"id\":2825,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":147},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":148},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":149},{\"__isSmartRef__\":true,\"id\":150},{\"__isSmartRef__\":true,\"id\":151}],\"_Rotation\":5.813982626601777,\"__LivelyClassName__\":\"lively.morphic.Path\"},\"136\":{\"dontChangeShape\":false,\"cachedVertices\":[{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":138},{\"__isSmartRef__\":true,\"id\":139}],\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":140},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":142}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":143},\"_Position\":{\"__isSmartRef__\":true,\"id\":144},\"_Extent\":{\"__isSmartRef__\":true,\"id\":145},\"_BorderWidth\":0,\"_BorderColor\":null,\"_Fill\":{\"__isSmartRef__\":true,\"id\":146},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"137\":{\"x\":-2.5,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"138\":{\"x\":0,\"y\":-25,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"139\":{\"x\":2.5,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"140\":{\"isAbsolute\":true,\"x\":-2.5,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"141\":{\"isAbsolute\":true,\"x\":0,\"y\":-25,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"142\":{\"isAbsolute\":true,\"x\":2.5,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"143\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"144\":{\"x\":-2.5,\"y\":-25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"145\":{\"x\":5,\"y\":25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"146\":{\"r\":0,\"g\":0,\"b\":0.8,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"147\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"148\":{\"morph\":{\"__isSmartRef__\":true,\"id\":135},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"149\":{\"morph\":{\"__isSmartRef__\":true,\"id\":135},\"index\":0,\"__LivelyClassName__\":\"lively.morphic.ControlPoint\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\"},\"150\":{\"morph\":{\"__isSmartRef__\":true,\"id\":135},\"index\":1,\"__LivelyClassName__\":\"lively.morphic.ControlPoint\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\"},\"151\":{\"morph\":{\"__isSmartRef__\":true,\"id\":135},\"index\":2,\"__LivelyClassName__\":\"lively.morphic.ControlPoint\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\"},\"152\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":153},\"id\":2826,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":164},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":165},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":166},{\"__isSmartRef__\":true,\"id\":167},{\"__isSmartRef__\":true,\"id\":168}],\"_Rotation\":0.6527531402458793,\"__LivelyClassName__\":\"lively.morphic.Path\"},\"153\":{\"dontChangeShape\":false,\"cachedVertices\":[{\"__isSmartRef__\":true,\"id\":154},{\"__isSmartRef__\":true,\"id\":155},{\"__isSmartRef__\":true,\"id\":156}],\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":157},{\"__isSmartRef__\":true,\"id\":158},{\"__isSmartRef__\":true,\"id\":159}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":160},\"_Position\":{\"__isSmartRef__\":true,\"id\":161},\"_Extent\":{\"__isSmartRef__\":true,\"id\":162},\"_BorderWidth\":0,\"_BorderColor\":null,\"_Fill\":{\"__isSmartRef__\":true,\"id\":163},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"154\":{\"x\":-2,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"155\":{\"x\":0,\"y\":-35,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"156\":{\"x\":2,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"157\":{\"isAbsolute\":true,\"x\":-2,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"158\":{\"isAbsolute\":true,\"x\":0,\"y\":-35,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"159\":{\"isAbsolute\":true,\"x\":2,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"160\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"161\":{\"x\":-2,\"y\":-35,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"162\":{\"x\":4,\"y\":35,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"163\":{\"r\":0,\"g\":0,\"b\":0.8,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"164\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"165\":{\"morph\":{\"__isSmartRef__\":true,\"id\":152},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"166\":{\"morph\":{\"__isSmartRef__\":true,\"id\":152},\"index\":0,\"__LivelyClassName__\":\"lively.morphic.ControlPoint\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\"},\"167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":152},\"index\":1,\"__LivelyClassName__\":\"lively.morphic.ControlPoint\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\"},\"168\":{\"morph\":{\"__isSmartRef__\":true,\"id\":152},\"index\":2,\"__LivelyClassName__\":\"lively.morphic.ControlPoint\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\"},\"169\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":170},\"id\":2827,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":181},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":182},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":183},{\"__isSmartRef__\":true,\"id\":184},{\"__isSmartRef__\":true,\"id\":185}],\"_Rotation\":1.4660765716752369,\"__LivelyClassName__\":\"lively.morphic.Path\"},\"170\":{\"dontChangeShape\":false,\"cachedVertices\":[{\"__isSmartRef__\":true,\"id\":171},{\"__isSmartRef__\":true,\"id\":172},{\"__isSmartRef__\":true,\"id\":173}],\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":174},{\"__isSmartRef__\":true,\"id\":175},{\"__isSmartRef__\":true,\"id\":176}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":177},\"_Position\":{\"__isSmartRef__\":true,\"id\":178},\"_Extent\":{\"__isSmartRef__\":true,\"id\":179},\"_BorderWidth\":0,\"_BorderColor\":null,\"_Fill\":{\"__isSmartRef__\":true,\"id\":180},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"171\":{\"x\":-1.5,\"y\":12.5,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"172\":{\"x\":0,\"y\":-42.5,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"173\":{\"x\":1.5,\"y\":12.5,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"174\":{\"isAbsolute\":true,\"x\":-1.5,\"y\":12.5,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"175\":{\"isAbsolute\":true,\"x\":0,\"y\":-42.5,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"176\":{\"isAbsolute\":true,\"x\":1.5,\"y\":12.5,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"177\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"178\":{\"x\":-1.5,\"y\":-42.5,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"179\":{\"x\":3,\"y\":55,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"180\":{\"r\":0.8,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"181\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"182\":{\"morph\":{\"__isSmartRef__\":true,\"id\":169},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"183\":{\"morph\":{\"__isSmartRef__\":true,\"id\":169},\"index\":0,\"__LivelyClassName__\":\"lively.morphic.ControlPoint\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\"},\"184\":{\"morph\":{\"__isSmartRef__\":true,\"id\":169},\"index\":1,\"__LivelyClassName__\":\"lively.morphic.ControlPoint\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\"},\"185\":{\"morph\":{\"__isSmartRef__\":true,\"id\":169},\"index\":2,\"__LivelyClassName__\":\"lively.morphic.ControlPoint\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\"},\"186\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":187},\"id\":2828,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":192},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":193},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":194},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Morph\"},\"187\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":188},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":189},\"_Extent\":{\"__isSmartRef__\":true,\"id\":190},\"_BorderWidth\":0,\"_BorderColor\":null,\"_Fill\":{\"__isSmartRef__\":true,\"id\":191},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Ellipse\"},\"188\":{\"x\":-3,\"y\":-3,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"189\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"190\":{\"x\":6,\"y\":6,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"191\":{\"r\":0.8,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"192\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"193\":{\"morph\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"194\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"195\":{\"target\":{\"__isSmartRef__\":true,\"id\":0},\"selector\":\"setHands\",\"args\":[],\"stopped\":false,\"tickTime\":1000,\"currentTimeout\":11836,\"suspended\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"__LivelyClassName__\":\"lively.morphic.TargetScript\"},\"196\":{\"position\":{\"__isSmartRef__\":true,\"id\":197},\"_Extent\":{\"__isSmartRef__\":true,\"id\":198},\"_Fill\":{\"__isSmartRef__\":true,\"id\":199},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":205},\"_Position\":{\"__isSmartRef__\":true,\"id\":206},\"_BorderWidth\":3,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":207},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Ellipse\"},\"197\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"198\":{\"x\":100,\"y\":100,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"199\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":200},{\"__isSmartRef__\":true,\"id\":202}],\"focus\":{\"__isSmartRef__\":true,\"id\":204},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.RadialGradient\"},\"200\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":201}},\"201\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Color\"},\"202\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":203}},\"203\":{\"r\":0.8784313725490196,\"g\":0.8784313725490196,\"b\":0.8784313725490196,\"a\":1,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Color\"},\"204\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"205\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"206\":{\"x\":-50,\"y\":-50,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"207\":{\"r\":0.7843137254901961,\"g\":0.7843137254901961,\"b\":0.7843137254901961,\"a\":1,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Color\"},\"208\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"209\":{\"partsSpaceName\":\"PartsBin/Demos/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"partName\":\"Clock\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"210\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"211\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"212\":{},\"213\":{\"x\":102,\"y\":93,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"214\":{\"setHands\":{\"__isSmartRef__\":true,\"id\":215}},\"215\":{},\"216\":{\"onrestore\":{\"__isSmartRef__\":true,\"id\":217}},\"217\":{\"time\":{\"__isSmartRef__\":true,\"id\":218},\"user\":\"markoroeder\"},\"218\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 30 2011 01:48:43 GMT+0200 (CEST)\"},\"219\":{\"onrestore\":{\"__isSmartRef__\":true,\"id\":220},\"reset\":{\"__isSmartRef__\":true,\"id\":227},\"makeNewFace\":{\"__isSmartRef__\":true,\"id\":230},\"angleForHour\":{\"__isSmartRef__\":true,\"id\":233},\"startSteppingScripts\":{\"__isSmartRef__\":true,\"id\":236},\"setHands\":{\"__isSmartRef__\":true,\"id\":239},\"getHaloClasses\":{\"__isSmartRef__\":true,\"id\":242}},\"220\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":221},\"source\":\"function onrestore() {\\n $super();\\n this.timeZoneOffset = new Date().getTimezoneOffset() / 60 ;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":226},\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"lively.Closure\"},\"221\":{\"this\":{\"__isSmartRef__\":true,\"id\":0},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":222}},\"222\":{\"$super\":{\"__isSmartRef__\":true,\"id\":223}},\"223\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":224},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":225},\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"lively.Closure\"},\"224\":{\"obj\":{\"__isSmartRef__\":true,\"id\":0},\"name\":\"onrestore\"},\"225\":{},\"226\":{},\"227\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":228},\"source\":\"function reset() {\\n this.timeZoneOffset = new Date().getTimezoneOffset() / 60 ;\\n this.nHours = 12\\n this.makeNewFace(false); // Roman\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":229},\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"lively.Closure\"},\"228\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"229\":{},\"230\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":231},\"source\":\"function makeNewFace(useRoman) {\\n this.removeAllMorphs();\\n var bnds = this.innerBounds();\\n var radius = bnds.width/2;\\n var fontSize = (this.nHours == 12) ? (useRoman ? 7 : 8) : 6;\\n for (var i = 0; i < this.nHours; i++) {\\n\\tvar labelPosition = bnds.center().addPt(\\n Point.polar(radius*0.80, (this.angleForHour(i))));\\n var labelNo = (i == 0 && (this.nHours == 12 || useRoman)) ? this.nHours : i;\\n var label = (useRoman && this.nHours == 12) ?\\n [\\\"XII\\\", \\\"I\\\", \\\"II\\\", \\\"III\\\", \\\"IV\\\", \\\"V\\\", \\\"VI\\\", \\\"VII\\\", \\\"VIII\\\", \\\"IX\\\", \\\"X\\\", \\\"XI\\\"][i] :\\n labelNo.toString();\\n var label = lively.morphic.Text.makeLabel(label, {fill:null, fontSize: fontSize, fixedWidth: false, fixedHeight: false});\\n this.addMorph(label);\\n label.centerAt(labelPosition)\\n }\\n this.hours = this.addMorph(Morph.makePolygon(\\n [pt(-2.5, 0), pt(0, -radius*0.50), pt(2.5, 0)], 0, null, Color.blue));\\n this.minutes = this.addMorph(Morph.makePolygon(\\n [pt(-2, 0), pt(0, -radius*0.70), pt(2, 0)], 0, null, Color.blue));\\n this.seconds = this.addMorph(Morph.makePolygon(\\n [pt(-1.5, radius*0.25), pt(0, -radius*0.85), pt(1.5, radius*0.25)], 0, null, Color.red));\\n this.dot = this.addMorph(Morph.makeCircle(pt(0, 0), 3, 0, null, Color.red));\\n \\n this.setHands();\\n // this.changed(); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":232},\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"lively.Closure\"},\"231\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"232\":{},\"233\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":234},\"source\":\"function angleForHour(hr) {\\n var angle12 = (this.nHours == 12) ? -0.25 : 0.25; // Offset of 12 oclock from zero degrees (east)\\n return ( hr / this.nHours + angle12)*Math.PI*2;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":235},\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"lively.Closure\"},\"234\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"235\":{},\"236\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":237},\"source\":\"function startSteppingScripts() {\\n this.startStepping(1000, \\\"setHands\\\"); // once per second\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":238},\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"lively.Closure\"},\"237\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"238\":{},\"239\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":240},\"source\":\"function setHands() {\\n var timeNow = new Date();\\n var offset = -1 * Number(this.timeZoneOffset);\\n \\t\\toffset += (this.nHours == 12) ? 3 : 6; // compensate for angle of 12\\n var second = timeNow.getUTCSeconds();\\n var minute = timeNow.getUTCMinutes() + second/60;\\n var hour = timeNow.getUTCHours() + offset + minute/60;\\n this.hours.setRotation(this.angleForHour(hour));\\n this.minutes.setRotation(minute/60*2*Math.PI);\\n this.seconds.setRotation(second/60*2*Math.PI); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":241},\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"lively.Closure\"},\"240\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"241\":{},\"242\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":243},\"source\":\"function getHaloClasses() {\\n return $super()\\n .reject(function(ea) { return ea === lively.morphic.ResizeHalo })\\n .concat([lively.morphic.RescaleHalo])\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":248},\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"lively.Closure\"},\"243\":{\"this\":{\"__isSmartRef__\":true,\"id\":0},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":244}},\"244\":{\"$super\":{\"__isSmartRef__\":true,\"id\":245}},\"245\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":246},\"source\":\"function () {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\treturn obj.constructor.prototype[name].apply(obj, arguments)\\n\\t\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\t\\talert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n\\t\\t\\t\\t\\treturn null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":247},\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"lively.Closure\"},\"246\":{\"obj\":{\"__isSmartRef__\":true,\"id\":0},\"name\":\"getHaloClasses\"},\"247\":{},\"248\":{},\"isSimplifiedRegistry\":true}}","__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"3047":{"sourceObj":{"__isSmartRef__":true,"id":3046},"sourceAttrName":"partVersions","targetObj":{"__isSmartRef__":true,"id":2741},"targetMethodName":"updateList","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3048":{"sourceObj":{"__isSmartRef__":true,"id":3046},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"setMetaInfoOfSelectedItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3049":{"sourceObj":{"__isSmartRef__":true,"id":3046},"sourceAttrName":"part","targetObj":{"__isSmartRef__":true,"id":3050},"targetMethodName":"remove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3050":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3051},"id":701,"renderContextTable":{"__isSmartRef__":true,"id":3056},"eventHandler":{"__isSmartRef__":true,"id":3057},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3058},"owner":null,"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3051":{"_Position":{"__isSmartRef__":true,"id":3052},"renderContextTable":{"__isSmartRef__":true,"id":3053},"_Extent":{"__isSmartRef__":true,"id":3054},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3055},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3052":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3053":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3054":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3055":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3056":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3057":{"morph":{"__isSmartRef__":true,"id":3050},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3058":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3059":{"sourceObj":{"__isSmartRef__":true,"id":3046},"sourceAttrName":"part","targetObj":{"__isSmartRef__":true,"id":3013},"targetMethodName":"openLoadedPartsBinItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3060":{"partsSpaceName":"PartsBin/Demos/","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","partName":"Clock","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3061":{"submorphs":[{"__isSmartRef__":true,"id":3062},{"__isSmartRef__":true,"id":3071}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3084},"id":689,"renderContextTable":{"__isSmartRef__":true,"id":3089},"eventHandler":{"__isSmartRef__":true,"id":3090},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":3091},"partsBinURL":{"__isSmartRef__":true,"id":3092},"targetName":"RotatingStar","partItem":{"__isSmartRef__":true,"id":3093},"owner":{"__isSmartRef__":true,"id":2979},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"3062":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3063},"id":691,"renderContextTable":{"__isSmartRef__":true,"id":3067},"eventHandler":{"__isSmartRef__":true,"id":3068},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":3069},"priorExtent":{"__isSmartRef__":true,"id":3070},"_ClipMode":"hidden","owner":{"__isSmartRef__":true,"id":3061},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"3063":{"renderContextTable":{"__isSmartRef__":true,"id":3064},"_Extent":{"__isSmartRef__":true,"id":3065},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":3066},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3064":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getExtent":"getExtentHTML"},"3065":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3066":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3067":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3068":{"morph":{"__isSmartRef__":true,"id":3062},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3069":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3070":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3071":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3072},"id":690,"renderContextTable":{"__isSmartRef__":true,"id":3077},"textChunks":[{"__isSmartRef__":true,"id":3078}],"eventHandler":{"__isSmartRef__":true,"id":3080},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3081},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3082},"priorExtent":{"__isSmartRef__":true,"id":3083},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":3061},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3072":{"_Position":{"__isSmartRef__":true,"id":3073},"renderContextTable":{"__isSmartRef__":true,"id":3074},"_Extent":{"__isSmartRef__":true,"id":3075},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3076},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3073":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3074":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3075":{"x":70,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3076":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3077":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"3078":{"style":{"__isSmartRef__":true,"id":3079},"chunkOwner":{"__isSmartRef__":true,"id":3071},"storedString":"RotatingStar","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3079":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3080":{"morph":{"__isSmartRef__":true,"id":3071},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3081":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"3082":{"x":15,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3083":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3084":{"_Position":{"__isSmartRef__":true,"id":3085},"renderContextTable":{"__isSmartRef__":true,"id":3086},"_Extent":{"__isSmartRef__":true,"id":3087},"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3088},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3085":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3086":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3087":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3088":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3089":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3090":{"morph":{"__isSmartRef__":true,"id":3061},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3091":{"x":210,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3092":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3093":{"partsSpaceName":"PartsBin/Demos/","name":"RotatingStar","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"3094":{"submorphs":[{"__isSmartRef__":true,"id":3095},{"__isSmartRef__":true,"id":3104}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3117},"id":692,"renderContextTable":{"__isSmartRef__":true,"id":3122},"eventHandler":{"__isSmartRef__":true,"id":3123},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":3124},"partsBinURL":{"__isSmartRef__":true,"id":3125},"targetName":"SillyClock","partItem":{"__isSmartRef__":true,"id":3126},"owner":{"__isSmartRef__":true,"id":2979},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"3095":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3096},"id":700,"renderContextTable":{"__isSmartRef__":true,"id":3100},"eventHandler":{"__isSmartRef__":true,"id":3101},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":3102},"priorExtent":{"__isSmartRef__":true,"id":3103},"_ClipMode":"hidden","owner":{"__isSmartRef__":true,"id":3094},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"3096":{"renderContextTable":{"__isSmartRef__":true,"id":3097},"_Extent":{"__isSmartRef__":true,"id":3098},"stringifiedShapeNode":"
12
1
2
3
4
5
6
7
8
9
10
11
","extent":{"__isSmartRef__":true,"id":3099},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3097":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getExtent":"getExtentHTML"},"3098":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3099":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3100":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3101":{"morph":{"__isSmartRef__":true,"id":3095},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3102":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3103":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3104":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3105},"id":693,"renderContextTable":{"__isSmartRef__":true,"id":3110},"textChunks":[{"__isSmartRef__":true,"id":3111}],"eventHandler":{"__isSmartRef__":true,"id":3113},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3114},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3115},"priorExtent":{"__isSmartRef__":true,"id":3116},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":3094},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3105":{"_Position":{"__isSmartRef__":true,"id":3106},"renderContextTable":{"__isSmartRef__":true,"id":3107},"_Extent":{"__isSmartRef__":true,"id":3108},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3109},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3106":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3107":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3108":{"x":59,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3109":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3110":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"3111":{"style":{"__isSmartRef__":true,"id":3112},"chunkOwner":{"__isSmartRef__":true,"id":3104},"storedString":"SillyClock","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3112":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3113":{"morph":{"__isSmartRef__":true,"id":3104},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3114":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"3115":{"x":20.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3116":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3117":{"_Position":{"__isSmartRef__":true,"id":3118},"renderContextTable":{"__isSmartRef__":true,"id":3119},"_Extent":{"__isSmartRef__":true,"id":3120},"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3121},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3118":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3119":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3120":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3121":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3122":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3123":{"morph":{"__isSmartRef__":true,"id":3094},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3124":{"x":315,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3125":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3126":{"partsSpaceName":"PartsBin/Demos/","name":"SillyClock","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"3127":{"submorphs":[{"__isSmartRef__":true,"id":3128},{"__isSmartRef__":true,"id":3137}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3150},"id":694,"renderContextTable":{"__isSmartRef__":true,"id":3155},"eventHandler":{"__isSmartRef__":true,"id":3156},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":3157},"partsBinURL":{"__isSmartRef__":true,"id":3158},"targetName":"TestWidget","partItem":{"__isSmartRef__":true,"id":3159},"owner":{"__isSmartRef__":true,"id":2979},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"3128":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3129},"id":698,"renderContextTable":{"__isSmartRef__":true,"id":3133},"eventHandler":{"__isSmartRef__":true,"id":3134},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":3135},"priorExtent":{"__isSmartRef__":true,"id":3136},"_ClipMode":"hidden","owner":{"__isSmartRef__":true,"id":3127},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"3129":{"renderContextTable":{"__isSmartRef__":true,"id":3130},"_Extent":{"__isSmartRef__":true,"id":3131},"stringifiedShapeNode":"
Hello World
Hello World
3 + 4
3 + 4
0.27
0.2
Hello World
World
","extent":{"__isSmartRef__":true,"id":3132},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3130":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getExtent":"getExtentHTML"},"3131":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3132":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3133":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3134":{"morph":{"__isSmartRef__":true,"id":3128},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3135":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3136":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3137":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3138},"id":695,"renderContextTable":{"__isSmartRef__":true,"id":3143},"textChunks":[{"__isSmartRef__":true,"id":3144}],"eventHandler":{"__isSmartRef__":true,"id":3146},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3147},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3148},"priorExtent":{"__isSmartRef__":true,"id":3149},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":3127},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3138":{"_Position":{"__isSmartRef__":true,"id":3139},"renderContextTable":{"__isSmartRef__":true,"id":3140},"_Extent":{"__isSmartRef__":true,"id":3141},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3142},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3139":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3140":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3141":{"x":65,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3142":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3143":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"3144":{"style":{"__isSmartRef__":true,"id":3145},"chunkOwner":{"__isSmartRef__":true,"id":3137},"storedString":"TestWidget","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3145":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3146":{"morph":{"__isSmartRef__":true,"id":3137},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3147":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"3148":{"x":17.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3149":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3150":{"_Position":{"__isSmartRef__":true,"id":3151},"renderContextTable":{"__isSmartRef__":true,"id":3152},"_Extent":{"__isSmartRef__":true,"id":3153},"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3154},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3151":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3152":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3153":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3154":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3155":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3156":{"morph":{"__isSmartRef__":true,"id":3127},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3157":{"x":420,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3158":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3159":{"partsSpaceName":"PartsBin/Demos/","name":"TestWidget","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"3160":{"submorphs":[{"__isSmartRef__":true,"id":3161},{"__isSmartRef__":true,"id":3170}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3183},"id":696,"renderContextTable":{"__isSmartRef__":true,"id":3188},"eventHandler":{"__isSmartRef__":true,"id":3189},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":3190},"partsBinURL":{"__isSmartRef__":true,"id":3191},"targetName":"Windmill","partItem":{"__isSmartRef__":true,"id":3192},"owner":{"__isSmartRef__":true,"id":2979},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"3161":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3162},"id":699,"renderContextTable":{"__isSmartRef__":true,"id":3166},"eventHandler":{"__isSmartRef__":true,"id":3167},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":3168},"priorExtent":{"__isSmartRef__":true,"id":3169},"_ClipMode":"hidden","owner":{"__isSmartRef__":true,"id":3160},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"3162":{"renderContextTable":{"__isSmartRef__":true,"id":3163},"_Extent":{"__isSmartRef__":true,"id":3164},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":3165},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3163":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","getExtent":"getExtentHTML"},"3164":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3165":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3166":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3167":{"morph":{"__isSmartRef__":true,"id":3161},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3168":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3169":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3170":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3171},"id":697,"renderContextTable":{"__isSmartRef__":true,"id":3176},"textChunks":[{"__isSmartRef__":true,"id":3177}],"eventHandler":{"__isSmartRef__":true,"id":3179},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3180},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3181},"priorExtent":{"__isSmartRef__":true,"id":3182},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":3160},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3171":{"_Position":{"__isSmartRef__":true,"id":3172},"renderContextTable":{"__isSmartRef__":true,"id":3173},"_Extent":{"__isSmartRef__":true,"id":3174},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3175},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3172":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3173":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3174":{"x":52,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3175":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3176":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"3177":{"style":{"__isSmartRef__":true,"id":3178},"chunkOwner":{"__isSmartRef__":true,"id":3170},"storedString":"Windmill","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3178":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3179":{"morph":{"__isSmartRef__":true,"id":3170},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3180":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"3181":{"x":24,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3182":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3183":{"_Position":{"__isSmartRef__":true,"id":3184},"renderContextTable":{"__isSmartRef__":true,"id":3185},"_Extent":{"__isSmartRef__":true,"id":3186},"_BorderColor":{"__isSmartRef__":true,"id":1377},"_Fill":{"__isSmartRef__":true,"id":3187},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3184":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3185":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3186":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3187":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3188":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3189":{"morph":{"__isSmartRef__":true,"id":3160},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3190":{"x":0,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3191":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3192":{"partsSpaceName":"PartsBin/Demos/","name":"Windmill","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"3193":{"position":{"__isSmartRef__":true,"id":3194},"_Extent":{"__isSmartRef__":true,"id":3195},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3196},"_Fill":{"__isSmartRef__":true,"id":3197},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":3198},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3194":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3195":{"x":538,"y":421.01402102803513,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3196":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3197":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3198":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3199":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3200":{"x":538,"y":421.01402102803513,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3201":{"sourceObj":{"__isSmartRef__":true,"id":2979},"sourceAttrName":"selectedItem","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"setSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3202":{"resizeHeight":true,"resizeWidth":true},"3203":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3204":{"morph":{"__isSmartRef__":true,"id":2979},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3205":{"x":154,"y":37,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3206":{"startAddingPartItems":{"__isSmartRef__":true,"id":3207},"addPartItemAsync":{"__isSmartRef__":true,"id":3209},"stopAddingPartItemsAsync":{"__isSmartRef__":true,"id":3211}},"3207":{"time":{"__isSmartRef__":true,"id":3208},"user":"robertkrahn"},"3208":{"isSerializedDate":true,"string":"Thu Jun 30 2011 17:00:58 GMT-0700 (Pacific Daylight Time)"},"3209":{"time":{"__isSmartRef__":true,"id":3210},"user":"robertkrahn"},"3210":{"isSerializedDate":true,"string":"Thu Jun 30 2011 17:03:38 GMT-0700 (Pacific Daylight Time)"},"3211":{"time":{"__isSmartRef__":true,"id":3212},"user":"robertkrahn"},"3212":{"isSerializedDate":true,"string":"Thu Jun 30 2011 17:03:46 GMT-0700 (Pacific Daylight Time)"},"3213":{"adjustForNewBounds":{"__isSmartRef__":true,"id":3214},"unselectAll":{"__isSmartRef__":true,"id":3221},"selectPartItem":{"__isSmartRef__":true,"id":3224},"startAddingPartItems":{"__isSmartRef__":true,"id":3227},"addPartItemAsync":{"__isSmartRef__":true,"id":3230},"stopAddingPartItemsAsync":{"__isSmartRef__":true,"id":3233}},"3214":{"varMapping":{"__isSmartRef__":true,"id":3215},"source":"function adjustForNewBounds() {\n/*\n\tthis.adjustForNewBounds()\n*/\n\t$super();\n\tvar bounds = this.innerBounds(),\n\t\tx = bounds.x,\n\t\ty = bounds.y,\n\t\twidth = bounds.width;\n\tthis.submorphs.forEach(function(morph) {\n\t\tvar extent = morph.getExtent();\n\t\tif (extent.x + x > width) {\n\t\t\tx = 0;\n\t\t\ty += extent.y + 5;\n\t\t}\n\t\tmorph.setPosition(pt(x,y))\n\t\tx += extent.x + 5;\n\t})\n}","funcProperties":{"__isSmartRef__":true,"id":3220},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3215":{"this":{"__isSmartRef__":true,"id":2979},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3216}},"3216":{"$super":{"__isSmartRef__":true,"id":3217}},"3217":{"varMapping":{"__isSmartRef__":true,"id":3218},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":3219},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3218":{"obj":{"__isSmartRef__":true,"id":2979},"name":"adjustForNewBounds"},"3219":{},"3220":{},"3221":{"varMapping":{"__isSmartRef__":true,"id":3222},"source":"function unselectAll() {\n\tthis.submorphs.invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":3223},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3222":{"this":{"__isSmartRef__":true,"id":2979}},"3223":{},"3224":{"varMapping":{"__isSmartRef__":true,"id":3225},"source":"function selectPartItem(item) {\n\tthis.selectedItem = item && item.partItem;\n\tthis.submorphs.without(item).invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":3226},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3225":{"this":{"__isSmartRef__":true,"id":2979}},"3226":{},"3227":{"varMapping":{"__isSmartRef__":true,"id":3228},"source":"function startAddingPartItems(partItems) {\n this.partItemsToBeAdded = partItems.clone();\n this.startStepping(0, 'addPartItemAsync')\n}","funcProperties":{"__isSmartRef__":true,"id":3229},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3228":{"this":{"__isSmartRef__":true,"id":2979}},"3229":{},"3230":{"varMapping":{"__isSmartRef__":true,"id":3231},"source":"function addPartItemAsync() {\n if (!this.partItemsToBeAdded || this.partItemsToBeAdded.length == 0) {\n this.stopAddingPartItemsAsync();\n return;\n }\n\n var partItem = this.partItemsToBeAdded.shift();\n var morph = partItem.asPartsBinItem();\n this.addMorph(morph);\n this.adjustForNewBounds() \n}","funcProperties":{"__isSmartRef__":true,"id":3232},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3231":{"this":{"__isSmartRef__":true,"id":2979}},"3232":{},"3233":{"varMapping":{"__isSmartRef__":true,"id":3234},"source":"function stopAddingPartItemsAsync() {\n this.stopStepping();\n delete this.partItemsToBeAdded;\n}","funcProperties":{"__isSmartRef__":true,"id":3235},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3234":{"this":{"__isSmartRef__":true,"id":2979}},"3235":{},"3236":{"submorphs":[{"__isSmartRef__":true,"id":3237}],"scripts":[],"id":87,"shape":{"__isSmartRef__":true,"id":3251},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":3266},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3255},"lighterFill":{"__isSmartRef__":true,"id":3267},"label":{"__isSmartRef__":true,"id":3237},"name":"removeCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3276},"attributeConnections":[{"__isSmartRef__":true,"id":3277}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"priorExtent":{"__isSmartRef__":true,"id":3278},"owner":{"__isSmartRef__":true,"id":2586},"layout":{"__isSmartRef__":true,"id":3279},"renderContextTable":{"__isSmartRef__":true,"id":3280},"eventHandler":{"__isSmartRef__":true,"id":3281},"_Rotation":0,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3282},"__LivelyClassName__":"lively.morphic.Button"},"3237":{"submorphs":[],"scripts":[],"id":88,"shape":{"__isSmartRef__":true,"id":3238},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":3243},"_MaxTextWidth":20,"_MaxTextHeight":20,"textStyle":null,"padding":{"__isSmartRef__":true,"id":3244},"_Padding":{"__isSmartRef__":true,"id":3245},"owner":{"__isSmartRef__":true,"id":3236},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":3246},"textChunks":[{"__isSmartRef__":true,"id":3247}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":3249},"eventHandler":{"__isSmartRef__":true,"id":3250},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"3238":{"position":{"__isSmartRef__":true,"id":3239},"_Extent":{"__isSmartRef__":true,"id":3240},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3241},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":3242},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3239":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3240":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3241":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3242":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3243":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3244":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3245":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3246":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3247":{"style":{"__isSmartRef__":true,"id":3248},"chunkOwner":{"__isSmartRef__":true,"id":3237},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"3248":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3249":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"3250":{"morph":{"__isSmartRef__":true,"id":3237},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3251":{"position":{"__isSmartRef__":true,"id":3252},"_Extent":{"__isSmartRef__":true,"id":3253},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":3254},"_Fill":{"__isSmartRef__":true,"id":3255},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":3265},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3252":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3253":{"x":20,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3254":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3255":{"stops":[{"__isSmartRef__":true,"id":3256},{"__isSmartRef__":true,"id":3258},{"__isSmartRef__":true,"id":3260},{"__isSmartRef__":true,"id":3262}],"vector":{"__isSmartRef__":true,"id":3264},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3256":{"offset":0,"color":{"__isSmartRef__":true,"id":3257}},"3257":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3258":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3259}},"3259":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3260":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3261}},"3261":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3262":{"offset":1,"color":{"__isSmartRef__":true,"id":3263}},"3263":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3264":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3265":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3266":{"x":120,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3267":{"stops":[{"__isSmartRef__":true,"id":3268},{"__isSmartRef__":true,"id":3270},{"__isSmartRef__":true,"id":3272},{"__isSmartRef__":true,"id":3274}],"vector":{"__isSmartRef__":true,"id":3264},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3268":{"offset":0,"color":{"__isSmartRef__":true,"id":3269}},"3269":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3270":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3271}},"3271":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3272":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3273}},"3273":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3274":{"offset":1,"color":{"__isSmartRef__":true,"id":3275}},"3275":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3276":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3277":{"sourceObj":{"__isSmartRef__":true,"id":3236},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3236},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3278":{"x":134.06609913216516,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3279":{"moveVertical":true},"3280":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3281":{"morph":{"__isSmartRef__":true,"id":3236},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3282":{"onFire":{"__isSmartRef__":true,"id":3283}},"3283":{"varMapping":{"__isSmartRef__":true,"id":3284},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').removeCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":3285},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3284":{"this":{"__isSmartRef__":true,"id":3236}},"3285":{},"3286":{"submorphs":[{"__isSmartRef__":true,"id":3287}],"scripts":[],"id":89,"shape":{"__isSmartRef__":true,"id":3301},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":3316},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3305},"lighterFill":{"__isSmartRef__":true,"id":3317},"label":{"__isSmartRef__":true,"id":3287},"name":"addCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3326},"attributeConnections":[{"__isSmartRef__":true,"id":3327}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"priorExtent":{"__isSmartRef__":true,"id":3328},"owner":{"__isSmartRef__":true,"id":2586},"layout":{"__isSmartRef__":true,"id":3329},"renderContextTable":{"__isSmartRef__":true,"id":3330},"eventHandler":{"__isSmartRef__":true,"id":3331},"_Rotation":0,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3332},"__LivelyClassName__":"lively.morphic.Button"},"3287":{"submorphs":[],"scripts":[],"id":90,"shape":{"__isSmartRef__":true,"id":3288},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":3293},"_MaxTextWidth":20,"_MaxTextHeight":20,"textStyle":null,"padding":{"__isSmartRef__":true,"id":3294},"_Padding":{"__isSmartRef__":true,"id":3295},"owner":{"__isSmartRef__":true,"id":3286},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":3296},"textChunks":[{"__isSmartRef__":true,"id":3297}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":3299},"eventHandler":{"__isSmartRef__":true,"id":3300},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"3288":{"position":{"__isSmartRef__":true,"id":3289},"_Extent":{"__isSmartRef__":true,"id":3290},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3291},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":3292},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3289":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3290":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3291":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3292":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3293":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3294":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3295":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3296":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3297":{"style":{"__isSmartRef__":true,"id":3298},"chunkOwner":{"__isSmartRef__":true,"id":3287},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"+","__LivelyClassName__":"lively.morphic.TextChunk"},"3298":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3299":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"3300":{"morph":{"__isSmartRef__":true,"id":3287},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3301":{"position":{"__isSmartRef__":true,"id":3302},"_Extent":{"__isSmartRef__":true,"id":3303},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":3304},"_Fill":{"__isSmartRef__":true,"id":3305},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":3315},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3302":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3303":{"x":20,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3304":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3305":{"stops":[{"__isSmartRef__":true,"id":3306},{"__isSmartRef__":true,"id":3308},{"__isSmartRef__":true,"id":3310},{"__isSmartRef__":true,"id":3312}],"vector":{"__isSmartRef__":true,"id":3314},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3306":{"offset":0,"color":{"__isSmartRef__":true,"id":3307}},"3307":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3308":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3309}},"3309":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3310":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3311}},"3311":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3312":{"offset":1,"color":{"__isSmartRef__":true,"id":3313}},"3313":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3314":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3315":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3316":{"x":100,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3317":{"stops":[{"__isSmartRef__":true,"id":3318},{"__isSmartRef__":true,"id":3320},{"__isSmartRef__":true,"id":3322},{"__isSmartRef__":true,"id":3324}],"vector":{"__isSmartRef__":true,"id":3314},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3318":{"offset":0,"color":{"__isSmartRef__":true,"id":3319}},"3319":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3320":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3321}},"3321":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3322":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3323}},"3323":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3324":{"offset":1,"color":{"__isSmartRef__":true,"id":3325}},"3325":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3326":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3327":{"sourceObj":{"__isSmartRef__":true,"id":3286},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3286},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3328":{"x":134.06609913216516,"y":19.99799699599498,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3329":{"moveVertical":true},"3330":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3331":{"morph":{"__isSmartRef__":true,"id":3286},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3332":{"onFire":{"__isSmartRef__":true,"id":3333}},"3333":{"varMapping":{"__isSmartRef__":true,"id":3334},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').addCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":3335},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3334":{"this":{"__isSmartRef__":true,"id":3286}},"3335":{},"3336":{"submorphs":[],"scripts":[],"id":91,"shape":{"__isSmartRef__":true,"id":3337},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_OverflowMode":"visible","_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":3342},"_MaxTextWidth":488,"_MaxTextHeight":21,"textColor":{"__isSmartRef__":true,"id":3343},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"searchText","partsBinMetaInfo":{"__isSmartRef__":true,"id":3344},"textChunks":[{"__isSmartRef__":true,"id":3345}],"charsReplaced":"Search","lastFindLoc":-6,"priorSelectionRange":[0,4],"prevScroll":[0,0],"_Scale":1,"priorExtent":{"__isSmartRef__":true,"id":3347},"renderContextTable":{"__isSmartRef__":true,"id":3348},"eventHandler":{"__isSmartRef__":true,"id":3349},"owner":{"__isSmartRef__":true,"id":2586},"isInputLine":true,"attributeConnections":[{"__isSmartRef__":true,"id":3350}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":3351},"_WhiteSpaceHandling":"pre-wrap","_ClipMode":"hidden","_Rotation":0,"savedTextString":"test","__LivelyClassName__":"lively.morphic.Text"},"3337":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":3338},"_Extent":{"__isSmartRef__":true,"id":3339},"_BorderWidth":2.3680000000000003,"_BorderColor":{"__isSmartRef__":true,"id":3340},"renderContextTable":{"__isSmartRef__":true,"id":3341},"_BorderRadius":1.8500000000000003,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3338":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3339":{"x":488,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3340":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3341":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3342":{"x":153.76802363450668,"y":13.108574301564317,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3343":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3344":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3345":{"style":{"__isSmartRef__":true,"id":3346},"chunkOwner":{"__isSmartRef__":true,"id":3336},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"3346":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3347":{"x":488,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3348":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"3349":{"morph":{"__isSmartRef__":true,"id":3336},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3350":{"sourceObj":{"__isSmartRef__":true,"id":3336},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"search","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3351":{},"3352":{"submorphs":[],"scripts":[],"id":92,"shape":{"__isSmartRef__":true,"id":3353},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_OverflowMode":"visible","_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":3358},"_MaxTextWidth":168,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":3356},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text4","partsBinMetaInfo":{"__isSmartRef__":true,"id":3359},"textChunks":[{"__isSmartRef__":true,"id":3360}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[0,6],"prevScroll":[0,0],"_Scale":1,"priorExtent":{"__isSmartRef__":true,"id":3362},"renderContextTable":{"__isSmartRef__":true,"id":3363},"eventHandler":{"__isSmartRef__":true,"id":3364},"owner":{"__isSmartRef__":true,"id":2586},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"__LivelyClassName__":"lively.morphic.Text"},"3353":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":3354},"_Extent":{"__isSmartRef__":true,"id":3355},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3356},"renderContextTable":{"__isSmartRef__":true,"id":3357},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3354":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3355":{"x":168,"y":14,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3356":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3357":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3358":{"x":154.76802363450668,"y":0.10857430156420378,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3359":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3360":{"style":{"__isSmartRef__":true,"id":3361},"morph":{"__isSmartRef__":true,"id":3352},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":3352},"storedString":"search","__LivelyClassName__":"lively.morphic.TextChunk"},"3361":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3362":{"x":168,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3363":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"3364":{"morph":{"__isSmartRef__":true,"id":3352},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3365":{"submorphs":[{"__isSmartRef__":true,"id":3366}],"scripts":[],"id":93,"shape":{"__isSmartRef__":true,"id":3380},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3383},"lighterFill":{"__isSmartRef__":true,"id":3395},"label":{"__isSmartRef__":true,"id":3366},"attributeConnections":[{"__isSmartRef__":true,"id":3404},{"__isSmartRef__":true,"id":3431},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435}],"doNotSerialize":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":3448},"name":"moreButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":3449},"renderContextTable":{"__isSmartRef__":true,"id":3450},"eventHandler":{"__isSmartRef__":true,"id":3451},"priorExtent":{"__isSmartRef__":true,"id":3452},"magnets":[{"__isSmartRef__":true,"id":3418}],"layout":{"__isSmartRef__":true,"id":3453},"_Position":{"__isSmartRef__":true,"id":3454},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":2586},"__LivelyClassName__":"lively.morphic.Button"},"3366":{"submorphs":[],"scripts":[],"id":94,"shape":{"__isSmartRef__":true,"id":3367},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":45.76199368290986,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"_OverflowMode":"visible","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":3372},"textColor":{"__isSmartRef__":true,"id":3370},"owner":{"__isSmartRef__":true,"id":3365},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":3373}],"padding":{"__isSmartRef__":true,"id":3375},"_Padding":{"__isSmartRef__":true,"id":3376},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":3377},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":3378},"eventHandler":{"__isSmartRef__":true,"id":3379},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_FontSize":11,"_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"3367":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":3368},"_Extent":{"__isSmartRef__":true,"id":3369},"_BorderColor":{"__isSmartRef__":true,"id":3370},"renderContextTable":{"__isSmartRef__":true,"id":3371},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3368":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3369":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3370":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3371":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3372":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3373":{"style":{"__isSmartRef__":true,"id":3374},"chunkOwner":{"__isSmartRef__":true,"id":3366},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"more","__LivelyClassName__":"lively.morphic.TextChunk"},"3374":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3375":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3376":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3377":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3378":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML"},"3379":{"morph":{"__isSmartRef__":true,"id":3366},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3380":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":3381},"_Extent":{"__isSmartRef__":true,"id":3382},"_Fill":{"__isSmartRef__":true,"id":3383},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3393},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":3394},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3381":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3382":{"x":45.76199368290986,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3383":{"stops":[{"__isSmartRef__":true,"id":3384},{"__isSmartRef__":true,"id":3386},{"__isSmartRef__":true,"id":3388},{"__isSmartRef__":true,"id":3390}],"vector":{"__isSmartRef__":true,"id":3392},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3384":{"offset":0,"color":{"__isSmartRef__":true,"id":3385}},"3385":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3386":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3387}},"3387":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3388":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3389}},"3389":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3390":{"offset":1,"color":{"__isSmartRef__":true,"id":3391}},"3391":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3392":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3393":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3394":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3395":{"stops":[{"__isSmartRef__":true,"id":3396},{"__isSmartRef__":true,"id":3398},{"__isSmartRef__":true,"id":3400},{"__isSmartRef__":true,"id":3402}],"vector":{"__isSmartRef__":true,"id":3392},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3396":{"offset":0,"color":{"__isSmartRef__":true,"id":3397}},"3397":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3398":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3399}},"3399":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3400":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3401}},"3401":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3402":{"offset":1,"color":{"__isSmartRef__":true,"id":3403}},"3403":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3404":{"sourceObj":{"__isSmartRef__":true,"id":3365},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"toggleMorePane","visualConnector":{"__isSmartRef__":true,"id":3405},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3405":{"submorphs":[],"scripts":[],"id":7318,"renderContextTable":{"__isSmartRef__":true,"id":3406},"shape":{"__isSmartRef__":true,"id":3407},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":3416},"controlPoints":[{"__isSmartRef__":true,"id":3417},{"__isSmartRef__":true,"id":3420}],"con":{"__isSmartRef__":true,"id":3404},"showsMorphMenu":true,"isCopyMorphRef":true,"morphRefId":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3423},"__LivelyClassName__":"lively.morphic.Path"},"3406":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3407":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":3408},{"__isSmartRef__":true,"id":3409}],"_PathElements":[{"__isSmartRef__":true,"id":3410},{"__isSmartRef__":true,"id":3411}],"renderContextTable":{"__isSmartRef__":true,"id":3412},"_Position":{"__isSmartRef__":true,"id":3413},"_Extent":{"__isSmartRef__":true,"id":3414},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3415},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"3408":{"x":812.7056209229172,"y":42.96517924430839,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3409":{"x":163.9078618157697,"y":28.992989485982434,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3410":{"isAbsolute":true,"x":812.7056209229172,"y":42.96517924430839,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"3411":{"isAbsolute":true,"x":163.9078618157697,"y":28.992989485982434,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"3412":{},"3413":{"x":-2,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3414":{"x":720.7977294921875,"y":13.972190856933594,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3415":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3416":{"morph":{"__isSmartRef__":true,"id":3405},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3417":{"morph":{"__isSmartRef__":true,"id":3405},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":3418},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"3418":{"morph":{"__isSmartRef__":true,"id":3365},"position":{"__isSmartRef__":true,"id":3419},"connectedControlPoints":[{"__isSmartRef__":true,"id":3417}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"3419":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3420":{"morph":{"__isSmartRef__":true,"id":3405},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":3421},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"3421":{"morph":{"__isSmartRef__":true,"id":2586},"position":{"__isSmartRef__":true,"id":3422},"connectedControlPoints":[{"__isSmartRef__":true,"id":3420}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"3422":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3423":{"morphMenuItems":{"__isSmartRef__":true,"id":3424}},"3424":{"varMapping":{"__isSmartRef__":true,"id":3425},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":3430},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3425":{"this":{"__isSmartRef__":true,"id":3405},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3426}},"3426":{"$super":{"__isSmartRef__":true,"id":3427}},"3427":{"varMapping":{"__isSmartRef__":true,"id":3428},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":3429},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3428":{"obj":{"__isSmartRef__":true,"id":3405},"name":"morphMenuItems"},"3429":{},"3430":{},"3431":{"sourceObj":{"__isSmartRef__":true,"id":3365},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":3417},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440}],"oldTransform":{"__isSmartRef__":true,"id":3446},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"3432":{"sourceObj":{"__isSmartRef__":true,"id":3365},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":3431},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":3431},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3433":{"sourceObj":{"__isSmartRef__":true,"id":3365},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":3431},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":3431},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3434":{"sourceObj":{"__isSmartRef__":true,"id":3365},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":3431},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":3431},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3435":{"sourceObj":{"__isSmartRef__":true,"id":3365},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":3431},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3436},"dependedBy":{"__isSmartRef__":true,"id":3431},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3436":{"source":{"__isSmartRef__":true,"id":3365},"target":{"__isSmartRef__":true,"id":3431}},"3437":{"sourceObj":{"__isSmartRef__":true,"id":2586},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":3431},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":3431},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3438":{"sourceObj":{"__isSmartRef__":true,"id":2586},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":3431},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":3431},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3439":{"sourceObj":{"__isSmartRef__":true,"id":2586},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":3431},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":3431},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3440":{"sourceObj":{"__isSmartRef__":true,"id":2586},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":3431},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3441},"dependedBy":{"__isSmartRef__":true,"id":3431},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3442},"__LivelyClassName__":"AttributeConnection"},"3441":{"source":{"__isSmartRef__":true,"id":2586},"target":{"__isSmartRef__":true,"id":3431}},"3442":{"converter":{"__isSmartRef__":true,"id":3443}},"3443":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":3444},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":3445},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3444":{"source":{"__isSmartRef__":true,"id":2586},"target":{"__isSmartRef__":true,"id":3431}},"3445":{},"3446":{"d":1,"a":1,"f":42.96517924430839,"e":812.7056209229172,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":3447},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"3447":{"a":1,"b":0,"c":0,"d":1,"e":812.7056209229172,"f":42.96517924430839,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"3448":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3449":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3450":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3451":{"morph":{"__isSmartRef__":true,"id":3365},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3452":{"x":46.754037491637405,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3453":{"moveHorizontal":true},"3454":{"x":648.7977591071475,"y":13.972189758325953,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3455":{"position":{"__isSmartRef__":true,"id":3456},"_Extent":{"__isSmartRef__":true,"id":3457},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3458},"_Fill":{"__isSmartRef__":true,"id":3459},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":3460},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3456":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3457":{"x":701.1842763684606,"y":471.01402102803513,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3458":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3459":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3460":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3461":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin"],"migrationLevel":2,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3462":{"sourceObj":{"__isSmartRef__":true,"id":2586},"sourceAttrName":"categoryName","targetObj":{"__isSmartRef__":true,"id":2586},"targetMethodName":"loadPartsOfCategory","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3463":{"sourceObj":{"__isSmartRef__":true,"id":2586},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":3420},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467}],"oldTransform":{"__isSmartRef__":true,"id":3473},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"3464":{"sourceObj":{"__isSmartRef__":true,"id":2586},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":3463},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":3463},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3465":{"sourceObj":{"__isSmartRef__":true,"id":2586},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":3463},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":3463},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3466":{"sourceObj":{"__isSmartRef__":true,"id":2586},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":3463},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":3463},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3467":{"sourceObj":{"__isSmartRef__":true,"id":2586},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":3463},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3468},"dependedBy":{"__isSmartRef__":true,"id":3463},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3469},"__LivelyClassName__":"AttributeConnection"},"3468":{"source":{"__isSmartRef__":true,"id":2586},"target":{"__isSmartRef__":true,"id":3463}},"3469":{"converter":{"__isSmartRef__":true,"id":3470}},"3470":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":3471},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":3472},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3471":{"source":{"__isSmartRef__":true,"id":2586},"target":{"__isSmartRef__":true,"id":3463}},"3472":{},"3473":{"d":1,"a":1,"f":28.992989485982434,"e":163.9078618157697,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":3474},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"3474":{"a":1,"b":0,"c":0,"d":1,"e":163.9078618157697,"f":28.992989485982434,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"3475":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"3476":{"x":701.1842763684606,"y":471.01402102803513,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3477":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"3478":{"morph":{"__isSmartRef__":true,"id":2586},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3479":{"toggleMorePane":{"__isSmartRef__":true,"id":3480}},"3480":{},"3481":{"loadPartsOfCategory":{"__isSmartRef__":true,"id":3482},"addPartsFromURLs":{"__isSmartRef__":true,"id":3484},"addMorphsForPartItems":{"__isSmartRef__":true,"id":3486},"removeParts":{"__isSmartRef__":true,"id":3488},"addPartsOfCategory":{"__isSmartRef__":true,"id":3490}},"3482":{"time":{"__isSmartRef__":true,"id":3483},"user":"robertkrahn"},"3483":{"isSerializedDate":true,"string":"Sat Jun 25 2011 06:25:12 GMT-0700 (Pacific Daylight Time)"},"3484":{"time":{"__isSmartRef__":true,"id":3485},"user":"robertkrahn"},"3485":{"isSerializedDate":true,"string":"Thu Jun 30 2011 17:10:07 GMT-0700 (Pacific Daylight Time)"},"3486":{"time":{"__isSmartRef__":true,"id":3487},"user":"robertkrahn"},"3487":{"isSerializedDate":true,"string":"Thu Jun 30 2011 17:07:50 GMT-0700 (Pacific Daylight Time)"},"3488":{"time":{"__isSmartRef__":true,"id":3489},"user":"robertkrahn"},"3489":{"isSerializedDate":true,"string":"Thu Jun 30 2011 17:07:18 GMT-0700 (Pacific Daylight Time)"},"3490":{"time":{"__isSmartRef__":true,"id":3491},"user":"robertkrahn"},"3491":{"isSerializedDate":true,"string":"Fri Jul 01 2011 17:55:34 GMT-0700 (Pacific Daylight Time)"},"3492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CPUInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text%20support/FontList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text%20support/FontList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text%20support/FontList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3496":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/SubmitButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3498":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/SubmitButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/InputField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/InputField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3502":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/SubmitButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3504":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/InputField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewCPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3506":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3511":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3512":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3518":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3519":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3522":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3524":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3526":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColors.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3528":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/GridColorArt.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3532":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3534":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3536":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisMiserableExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3538":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3542":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/CPUVisualization1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3544":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3548":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3552":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3554":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3562":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3563":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3566":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3567":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3571":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EventPlayerMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3578":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3579":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3582":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3583":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3587":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CheckBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CheckBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CheckBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3602":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3606":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EventPlayerMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CPUVisulization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/RemoveWorldButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3614":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/RemoveWorldButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/RemoveWorldButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3619":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3622":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CPUVisulization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3626":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3629":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3631":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3632":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3634":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3636":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3637":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3638":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3639":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3641":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3642":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3644":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3646":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3647":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EventPlayerMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3648":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3649":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationControllerPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3651":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3652":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3654":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3656":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3657":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3658":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3661":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3662":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3663":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3664":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3666":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3667":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3668":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3669":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3671":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3672":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3674":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3676":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3677":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3678":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3681":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Examples/LongTextExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3682":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Examples/LongTextExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3683":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Examples/LongTextExample3.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3684":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Examples/LongTextExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CPUVisulization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3686":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3687":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3688":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3689":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3691":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3693":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3694":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3696":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3697":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3698":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3701":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3702":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3704":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/TextBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3706":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/ServerPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3707":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3708":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3709":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/JSONConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/TabFolder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3711":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3712":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3713":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3714":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/SnappingRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3716":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3717":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3718":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3721":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3722":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PaperMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/JSONPrinter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3724":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3726":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Timer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3727":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/ObjectEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3728":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3729":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/ColoredRectCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3731":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3732":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3733":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3734":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/CrazyColors.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3736":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3737":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3738":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3741":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3742":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3746":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3753":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3757":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3758":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3761":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3762":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3766":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CheckBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EvenNewerCPUVisualization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ConvertPartsBinLogos.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EvenNewerCPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3773":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3774":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3776":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3777":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3781":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3782":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3784":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3788":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertyWatcher.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertyWatcher.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3793":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertyWatcher.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3796":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3797":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3801":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/VeryNewCPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3802":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3804":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3806":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3808":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EvenNewerCPUVisualization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3809":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3813":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3814":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3816":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SpreadsheetScripter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3817":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3818":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SpreadsheetScripter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3821":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BugTracker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3824":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SpreadsheetScripter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BugTracker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3828":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3829":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3832":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BugTracker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3833":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3834":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3836":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3839":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/LatestChangesViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3841":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3842":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3843":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3847":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3848":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3849":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3851":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3852":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3853":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor.svg","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3856":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3857":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3858":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3862":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3863":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3867":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3869":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/TextAttributePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/TextAttributePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3873":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3874":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/TextAttributePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3878":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/TracBugTracker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3879":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/LatestChangesViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3882":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/LatestChangesViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3883":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/TracBugTracker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3886":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3889":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3891":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3897":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3899":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3901":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3902":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3906":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3907":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3909":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3911":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3917":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3919":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3922":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3926":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3927":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3929":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3931":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3934":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3939":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3941":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ObjectTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3942":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MethodFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3946":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3947":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3949":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3951":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/SnappingRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/SnappingRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3959":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/SnappingRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Journal.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3961":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestClassRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestClassRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestClassRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestNewHTMLLogoObject.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3967":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3969":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunPane1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3971":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3973":{"uncategorized":"PartsBin/","Text support":{"__isSmartRef__":true,"id":3974},"Forms":{"__isSmartRef__":true,"id":3975},"Fun":{"__isSmartRef__":true,"id":3976},"Visualization":{"__isSmartRef__":true,"id":3977},"Wiki":{"__isSmartRef__":true,"id":3978},"Widgets":{"__isSmartRef__":true,"id":3979},"Documentation":{"__isSmartRef__":true,"id":3980},"Worlds":{"__isSmartRef__":true,"id":3981},"Issues":{"__isSmartRef__":true,"id":3982},"DroppableBehaviors":{"__isSmartRef__":true,"id":3983},"Presenting":{"__isSmartRef__":true,"id":3984},"Examples":{"__isSmartRef__":true,"id":3985},"Basic":{"__isSmartRef__":true,"id":3986},"Inputs":{"__isSmartRef__":true,"id":3987},"Text":{"__isSmartRef__":true,"id":3988},"Persistence":{"__isSmartRef__":true,"id":3989},"Martin":{"__isSmartRef__":true,"id":3990},"Debugging":{"__isSmartRef__":true,"id":3991},"Robert":{"__isSmartRef__":true,"id":3992},"Maps":{"__isSmartRef__":true,"id":3993},"CodeSnippets":{"__isSmartRef__":true,"id":3994},"Tools":{"__isSmartRef__":true,"id":3995},"NewWorld":{"__isSmartRef__":true,"id":3996},"Scripting":{"__isSmartRef__":true,"id":3997},"Controls":{"__isSmartRef__":true,"id":3998},"Database":{"__isSmartRef__":true,"id":3999},"Server":{"__isSmartRef__":true,"id":4000},"Demos":{"__isSmartRef__":true,"id":4001},"Layout":{"__isSmartRef__":true,"id":4002},"Testing":{"__isSmartRef__":true,"id":4003},"*latest*":{"__isSmartRef__":true,"id":4004},"*all*":{"__isSmartRef__":true,"id":4005},"*search*":{"__isSmartRef__":true,"id":4006}},"3974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text support/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3977":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3979":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3981":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Examples/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Persistence/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3991":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3992":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3997":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"4000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"4001":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"4002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"4003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"4004":{"isSpecialCategory":true},"4005":{"isSpecialCategory":true},"4006":{"isSpecialCategory":true},"4007":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4008":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":4009},"reloadEverything":{"__isSmartRef__":true,"id":4016},"ensureCategories":{"__isSmartRef__":true,"id":4019},"updateCategoriesDictFromPartsBin":{"__isSmartRef__":true,"id":4022},"updateCategoryList":{"__isSmartRef__":true,"id":4025},"defaultPartsBinURL":{"__isSmartRef__":true,"id":4028},"reset":{"__isSmartRef__":true,"id":4031},"setupConnections":{"__isSmartRef__":true,"id":4034},"loadPartsOfCategory":{"__isSmartRef__":true,"id":4037},"removeParts":{"__isSmartRef__":true,"id":4040},"getPartsSpaceForCategory":{"__isSmartRef__":true,"id":4043},"addMorphsForPartItems":{"__isSmartRef__":true,"id":4046},"getURLForCategoryNamed":{"__isSmartRef__":true,"id":4049},"setSelectedPartItem":{"__isSmartRef__":true,"id":4052},"makeUpPartNameFor":{"__isSmartRef__":true,"id":4055},"openPart":{"__isSmartRef__":true,"id":4058},"interactivelyRemoveSelectedPartItem":{"__isSmartRef__":true,"id":4061},"loadAndOpenSelectedPartItem":{"__isSmartRef__":true,"id":4064},"addCategory":{"__isSmartRef__":true,"id":4067},"addCategoryInteractively":{"__isSmartRef__":true,"id":4070},"addExternalCategory":{"__isSmartRef__":true,"id":4073},"removeCategory":{"__isSmartRef__":true,"id":4076},"removeCategoryInteractively":{"__isSmartRef__":true,"id":4079},"interactivelyMoveSelectedPartItem":{"__isSmartRef__":true,"id":4082},"setMetaInfoOfSelectedItem":{"__isSmartRef__":true,"id":4085},"saveCommentForSelectedPartItem":{"__isSmartRef__":true,"id":4088},"addPartsOfCategory":{"__isSmartRef__":true,"id":4091},"onLoadLatest":{"__isSmartRef__":true,"id":4094},"onLoadAll":{"__isSmartRef__":true,"id":4097},"onSearch":{"__isSmartRef__":true,"id":4100},"addPartsFromURLs":{"__isSmartRef__":true,"id":4103},"search":{"__isSmartRef__":true,"id":4106},"showMsg":{"__isSmartRef__":true,"id":4109},"toggleMorePane":{"__isSmartRef__":true,"id":4112}},"4009":{"varMapping":{"__isSmartRef__":true,"id":4010},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":4015},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4010":{"this":{"__isSmartRef__":true,"id":2586},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4011}},"4011":{"$super":{"__isSmartRef__":true,"id":4012}},"4012":{"varMapping":{"__isSmartRef__":true,"id":4013},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4014},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4013":{"obj":{"__isSmartRef__":true,"id":2586},"name":"onLoadFromPartsBin"},"4014":{},"4015":{},"4016":{"varMapping":{"__isSmartRef__":true,"id":4017},"source":"function reloadEverything() {\n\tthis.setSelectedPartItem(null)\n\tthis.updateCategoriesDictFromPartsBin();\n var selectedCategory = this.categoryName;\n this.addCategory(\"*latest*\", true);\n this.addCategory(\"*all*\", true);\n this.addCategory(\"*search*\", true);\n this.updateCategoryList(selectedCategory);\n}","funcProperties":{"__isSmartRef__":true,"id":4018},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4017":{"this":{"__isSmartRef__":true,"id":2586}},"4018":{},"4019":{"varMapping":{"__isSmartRef__":true,"id":4020},"source":"function ensureCategories() {\n\tif (!this.categories)\n\t\tthis.categories = {uncategorized: 'PartsBin/'};\n}","funcProperties":{"__isSmartRef__":true,"id":4021},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4020":{"this":{"__isSmartRef__":true,"id":2586}},"4021":{},"4022":{"varMapping":{"__isSmartRef__":true,"id":4023},"source":"function updateCategoriesDictFromPartsBin() {\n\tthis.ensureCategories();\n\tvar webR = new WebResource(this.defaultPartsBinURL());\n\twebR.getSubElements().subCollections.forEach(function(dir) {\n\t\t// FIXME OMeta does something here...!\n\t\tvar unescape = Global.urlUnescape || Global.unescape,\n\t\t\tunescaped = unescape(dir.getURL().filename()),\n\t\t\tname = unescaped.replace(/\\/$/,\"\");\n\t\tthis.categories[name] = this.defaultPartsBinURL().withFilename(unescaped);\n\t}, this);\n}","funcProperties":{"__isSmartRef__":true,"id":4024},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4023":{"this":{"__isSmartRef__":true,"id":2586}},"4024":{},"4025":{"varMapping":{"__isSmartRef__":true,"id":4026},"source":"function updateCategoryList(optCategoryName) {\n\tthis.get('categoryList').updateList(\n\t\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}))\n\tthis.get('categoryList').setSelection(optCategoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":4027},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4026":{"this":{"__isSmartRef__":true,"id":2586}},"4027":{},"4028":{"varMapping":{"__isSmartRef__":true,"id":4029},"source":"function defaultPartsBinURL() {\n\treturn URL.codeBase.withFilename('PartsBin/');\n}","funcProperties":{"__isSmartRef__":true,"id":4030},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4029":{"this":{"__isSmartRef__":true,"id":2586}},"4030":{},"4031":{"varMapping":{"__isSmartRef__":true,"id":4032},"source":"function reset() {\n this.connections = {toggleMorePane: {}} \n\t// this.getPartsBinMetaInfo().addRequiredModule('lively.PartsBin')\n\tthis.setSelectedPartItem(null)\n\tdelete this.categories;\n\tthis.get('categoryList').updateList([])\n\tthis.get('partsBinContents').removeAllMorphs();\n this.get('searchText').setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":4033},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4032":{"this":{"__isSmartRef__":true,"id":2586}},"4033":{},"4034":{"varMapping":{"__isSmartRef__":true,"id":4035},"source":"function setupConnections() {\n\tconnect(this.closeButton, 'fire', this, 'remove')\n\tconnect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\n\tconnect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\n\tconnect(this.get('categoryList'), 'selection', this, 'categoryName')\n\tconnect(this, 'categoryName', this, 'loadPartsOfCategory')\n\n\tconnect(this.get('partsBinContents'), 'selectedItem', this, 'setSelectedPartItem')\n\n\tconnect(this.get('reloadButton'), \"fire\", this, \"reloadEverything\")\n\n\tconnect(this.get('loadPartButton'), \"fire\", this, \"loadAndOpenSelectedPartItem\")\n\n\tconnect(this.get('removePartButton'), \"fire\", this, \"interactivelyRemoveSelectedPartItem\")\n\n\tconnect(this.get('movePartButton'), \"fire\", this, \"interactivelyMoveSelectedPartItem\")\n\n\tconnect(this.get('selectedPartComment'), \"savedTextString\", this, \"saveCommentForSelectedPartItem\")\n}","funcProperties":{"__isSmartRef__":true,"id":4036},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4035":{"this":{"__isSmartRef__":true,"id":2586}},"4036":{},"4037":{"varMapping":{"__isSmartRef__":true,"id":4038},"source":"function loadPartsOfCategory(categoryName) {\n this.removeParts();\n this.setSelectedPartItem(null);\n if (!categoryName) return;\n var webR;\n if (categoryName == \"*all*\") {\n this.showMsg(\"loading all...\");\n webR = new WebResource(this.defaultPartsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'onLoadAll');\n webR.getSubElements(10)\n } else if (categoryName == \"*latest*\") {\n this.showMsg(\"loading latest...\");\n webR = new WebResource(this.defaultPartsBinURL()).beAsync();\n lively.bindings.connect(webR, 'contentDocument', this, 'onLoadLatest');\n webR.propfind('infinity')\n } else if (categoryName == \"*search*\") {\n this.showMsg(\"searching...\");\n webR = new WebResource(this.defaultPartsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'allURLs', {\n converter: function(subDocuments) {\n return subDocuments.invoke('getURL')\n }\n });\n lively.bindings.connect(this, 'allURLs', this, 'onSearch', {\n removeAfterUpdate: true});\n webR.getSubElements(10)\n } else {\n this.addPartsOfCategory(categoryName)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":4039},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4038":{"this":{"__isSmartRef__":true,"id":2586}},"4039":{},"4040":{"varMapping":{"__isSmartRef__":true,"id":4041},"source":"function removeParts() {\n\tthis.get('partsBinContents').submorphs.clone().invoke('remove')\n}","funcProperties":{"__isSmartRef__":true,"id":4042},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4041":{"this":{"__isSmartRef__":true,"id":2586}},"4042":{},"4043":{"varMapping":{"__isSmartRef__":true,"id":4044},"source":"function getPartsSpaceForCategory(categoryName) {\n\tvar url = this.getURLForCategoryNamed(categoryName);\n\treturn lively.PartsBin.partsSpaceWithURL(url);\n}","funcProperties":{"__isSmartRef__":true,"id":4045},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4044":{"this":{"__isSmartRef__":true,"id":2586}},"4045":{},"4046":{"varMapping":{"__isSmartRef__":true,"id":4047},"source":"function addMorphsForPartItems(partItems, doNotSort) {\n this.removeParts();\n if (!doNotSort)\n partItems = partItems.sortBy(function(ea) {\n return ea.name.toLowerCase() })\n\n var pContents = this.get('partsBinContents');\n pContents.stopAddingPartItemsAsync();\n pContents.startAddingPartItems(partItems);\n}","funcProperties":{"__isSmartRef__":true,"id":4048},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4047":{"this":{"__isSmartRef__":true,"id":2586}},"4048":{},"4049":{"varMapping":{"__isSmartRef__":true,"id":4050},"source":"function getURLForCategoryNamed(categoryName) {\n\tvar relative = this.categories[categoryName];\n\tif (!relative) return null;\n\treturn URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\n}","funcProperties":{"__isSmartRef__":true,"id":4051},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4050":{"this":{"__isSmartRef__":true,"id":2586}},"4051":{},"4052":{"varMapping":{"__isSmartRef__":true,"id":4053},"source":"function setSelectedPartItem(item) {\n\tthis.selectedPartItem = item;\n\tthis.get('selectedPartComment').textString = '';\n\tthis.get('selectedPartVersions').updateList(item ? ['Loading versions...']: []);\n\tthis.get('selectedPartVersions').setSelection(null);\n\tif (!item) {\n\t\tthis.get('selectedPartName').textString = 'nothing selected'\n this.get('selectedPartSpaceName').textString = ''\n\t\treturn;\n\t}\n\tthis.get('selectedPartName').textString = item.name\n this.get('selectedPartSpaceName').textString = item.partsSpaceName\n\n\t// load versions\n\tconnect(item, 'partVersions', this.get('selectedPartVersions'), 'updateList');\n\titem.loadPartVersions(true);\n\n\t// load meta info\n\tconnect(item, 'loadedMetaInfo', this, 'setMetaInfoOfSelectedItem');\n\titem.loadPartMetaInfo(true);\n}","funcProperties":{"__isSmartRef__":true,"id":4054},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4053":{"this":{"__isSmartRef__":true,"id":2586}},"4054":{},"4055":{"varMapping":{"__isSmartRef__":true,"id":4056},"source":"function makeUpPartNameFor(name) {\n\tif (!$morph(name)) return name;\n\tvar i = 2\n\twhile($morph(name + i)) { i++}\n\treturn name + i;\n}","funcProperties":{"__isSmartRef__":true,"id":4057},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4056":{"this":{"__isSmartRef__":true,"id":2586}},"4057":{},"4058":{"varMapping":{"__isSmartRef__":true,"id":4059},"source":"function openPart(partMorph) {\n\tpartMorph.setName(this.makeUpPartNameFor(partMorph.getName()));\n\tlively.morphic.World.current().firstHand().grabMorph(partMorph, null);\n\tpartMorph.setPosition(pt(0,0));\n\t// partMorph.forceRestartAllActiveScripts();\n}","funcProperties":{"__isSmartRef__":true,"id":4060},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4059":{"this":{"__isSmartRef__":true,"id":2586}},"4060":{},"4061":{"varMapping":{"__isSmartRef__":true,"id":4062},"source":"function interactivelyRemoveSelectedPartItem(partMorph) {\n\tvar item = this.selectedPartItem;\n\tif (!item) return;\n\tthis.world().confirm(\"really delete \" + item.name + \" in PartsBin?\", function(answer) {\n\t\tif (!answer) return;\n\t\titem.del();\n\t\tthis.reloadEverything();\n\t\talertOK(\"deleted \" + item.name);\n\t}.bind(this))\n}","funcProperties":{"__isSmartRef__":true,"id":4063},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4062":{"this":{"__isSmartRef__":true,"id":2586}},"4063":{},"4064":{"varMapping":{"__isSmartRef__":true,"id":4065},"source":"function loadAndOpenSelectedPartItem(partMorph) {\n\tvar item = this.selectedPartItem;\n\tif (!item) return;\n\tconnect(item, 'part', this, 'openPart');\n\tvar selectedVersion = this.get('selectedPartVersions').selection,\n\t\trev = selectedVersion ? selectedVersion.rev : null;\n\titem.loadPart(true, null, rev);\n\talert('loading ' + item.name + '...');\n}","funcProperties":{"__isSmartRef__":true,"id":4066},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4065":{"this":{"__isSmartRef__":true,"id":2586}},"4066":{},"4067":{"varMapping":{"__isSmartRef__":true,"id":4068},"source":"function addCategory(categoryName, doNotUpdate) {\n // this.addCategory(\"*all*\") \n\tif (!categoryName.startsWith(\"*\")) {\n\t var url = this.defaultPartsBinURL().withFilename(categoryName)\n this.addExternalCategory(categoryName, url, true);\n } else {\n // alertOK(\"add special category: \" + categoryName);\n this.categories[categoryName] = {isSpecialCategory: true};\n if (!doNotUpdate)\n this.updateCategoryList(categoryName)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":4069},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4068":{"this":{"__isSmartRef__":true,"id":2586}},"4069":{},"4070":{"varMapping":{"__isSmartRef__":true,"id":4071},"source":"function addCategoryInteractively() {\n\tvar partsBin = this, world = this.world();\n\tworld.prompt('Name of new category?', function(categoryName) {\n\t\tif (!categoryName || categoryName == '') {\n\t\t\talert('no category created!')\n\t\t\treturn;\n\t\t}\n\t\tpartsBin.addCategory(categoryName)\n\t})\t\n}","funcProperties":{"__isSmartRef__":true,"id":4072},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4071":{"this":{"__isSmartRef__":true,"id":2586}},"4072":{},"4073":{"varMapping":{"__isSmartRef__":true,"id":4074},"source":"function addExternalCategory(categoryName, url, createPath) {\n\turl = url.asDirectory();\n\tthis.categories[categoryName] = url;\n\tif (createPath) {\n\t\tthis.getPartsSpaceForCategory(categoryName).ensureExistance();\n\t}\n\tthis.updateCategoryList(categoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":4075},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4074":{"this":{"__isSmartRef__":true,"id":2586}},"4075":{},"4076":{"varMapping":{"__isSmartRef__":true,"id":4077},"source":"function removeCategory(categoryName) {\n\t// categoryName = this.categoryName\n\tvar url = this.getURLForCategoryNamed(categoryName);\n\tif (!url) {\n\t\talert('No category ' + categoryName + ' exists! Doing nothing')\n\t\treturn;\n\t}\n\tvar webR = new WebResource(url);\n\tif (!webR.exists()) {\n\t\talert('Does not exist: ' + url);\n\t\tdelete this.categories[categoryName];\n\t\tlively.PartsBin.removePartsSpace(name);\n\t\tthis.updateCategoryList();\n\t\treturn\n\t}\n\twebR.getSubElements()\n\tif (!webR.subDocuments || webR.subDocuments.length > 0 ||\n\t\t\t !webR.subCollections || webR.subCollections.length > 0) {\n\t\talert('Will not remove directory ' + url + ' because it is not empty')\n\t} else {\n\t\twebR.del();\n\t\talertOK('Removed ' + categoryName + ' url ' + url);\n\t}\n\tdelete this.categories[categoryName];\n\tlively.PartsBin.removePartsSpace(name);\n\tthis.updateCategoryList();\n}","funcProperties":{"__isSmartRef__":true,"id":4078},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4077":{"this":{"__isSmartRef__":true,"id":2586}},"4078":{},"4079":{"varMapping":{"__isSmartRef__":true,"id":4080},"source":"function removeCategoryInteractively() {\n\tvar partsBin = this, world = this.world();\n\tworld.confirm('Really remove ' + this.categoryName + '?', function(result) {\n\t\tif (!result) {\n\t\t\talert('no category removed!')\n\t\t\treturn;\n\t\t}\n\t\tpartsBin.removeCategory(partsBin.categoryName)\n\t})\t\n}","funcProperties":{"__isSmartRef__":true,"id":4081},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4080":{"this":{"__isSmartRef__":true,"id":2586}},"4081":{},"4082":{"varMapping":{"__isSmartRef__":true,"id":4083},"source":"function interactivelyMoveSelectedPartItem(partMorph) {\n\tvar partItem = this.selectedPartItem, categories = this.categories, self = this;\n\tif (!partItem) { alert('no item selected'); return }\n\tvar items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\")})\n .collect(function(catName) {\n\t\treturn [catName, function() {\n\t\t\tvar url = new URL(categories[catName]);\n\t\t\tvar partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n\t\t\tpartItem.moveToPartsSpace(partsSpace);\n\t\t\tself.reloadEverything();\n\t\t\talertOK('Moved ' + partItem.name + ' to ' + url);\n\t\t}]\n\t})\n\tlively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":4084},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4083":{"this":{"__isSmartRef__":true,"id":2586}},"4084":{},"4085":{"varMapping":{"__isSmartRef__":true,"id":4086},"source":"function setMetaInfoOfSelectedItem(metaInfo) {\n\tvar comment = (metaInfo && metaInfo.getComment()) || 'No comment yet';\n\tthis.get('selectedPartComment').textString = comment;\n}","funcProperties":{"__isSmartRef__":true,"id":4087},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4086":{"this":{"__isSmartRef__":true,"id":2586}},"4087":{},"4088":{"varMapping":{"__isSmartRef__":true,"id":4089},"source":"function saveCommentForSelectedPartItem(comment) {\n\tif (!this.selectedPartItem) {\n\t\talert('no part item selected!')\n\t\treturn;\n\t}\n\tvar metaInfo = this.selectedPartItem.getMetaInfo();\n\tmetaInfo.setComment(comment);\n\tthis.selectedPartItem.uploadMetaInfoOnly();\n}","funcProperties":{"__isSmartRef__":true,"id":4090},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4089":{"this":{"__isSmartRef__":true,"id":2586}},"4090":{},"4091":{"varMapping":{"__isSmartRef__":true,"id":4092},"source":"function addPartsOfCategory(categoryName) {\n\tvar partsSpace = this.getPartsSpaceForCategory(categoryName);\n\tconnect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\n\t\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\n\tpartsSpace.load(true)\n}","funcProperties":{"__isSmartRef__":true,"id":4093},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4092":{"this":{"__isSmartRef__":true,"id":2586}},"4093":{},"4094":{"varMapping":{"__isSmartRef__":true,"id":4095},"source":"function onLoadLatest(propfindXML) {\n\t// extract\n\tvar rawNodes = new Query(\"/D:multistatus/D:response\").findAll(propfindXML.documentElement);\n\n\tvar svnVersionInfos = rawNodes.map(function(rawNode) { return SVNVersionInfo.fromPropfindNode(rawNode) });\n\n // alertOK(\"loaded latest: \" + svnVersionInfos.length)\n \t// this.svnLatestVersionInfos = svnVersionInfos;\n\n var top20 = svnVersionInfos\n .select(function(ea) { return ea.url.endsWith(\".json\")})\n .sortBy(function(ea) { return ea.rev}).reverse().slice(0,20);\n var top20URLs = top20.collect(function(ea) { \n return new URL(\"http://\" + URL.codeBase.hostname + ea.url)})\n \n this.addPartsFromURLs(top20URLs) \n}","funcProperties":{"__isSmartRef__":true,"id":4096},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4095":{"this":{"__isSmartRef__":true,"id":2586}},"4096":{},"4097":{"varMapping":{"__isSmartRef__":true,"id":4098},"source":"function onLoadAll(subDocuments) {\n // alertOK(\"load all \" + subDocuments.length)\n var all = subDocuments.invoke('getURL')\n .select(function(ea) {return ea.filename().endsWith(\".json\")})\n .sortBy(function(ea) {return ea.filename()});\n \n this.addPartsFromURLs(all) \n}","funcProperties":{"__isSmartRef__":true,"id":4099},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4098":{"this":{"__isSmartRef__":true,"id":2586}},"4099":{},"4100":{"varMapping":{"__isSmartRef__":true,"id":4101},"source":"function onSearch(allPartURLs) {\n var searchString = this.get('searchText').textString;\n var matchingPartURLs = allPartURLs\n .select(function(ea) {return new RegExp(searchString, 'i').test(ea.filename())})\n .sortBy(function(ea) {return ea.filename()});\n this.addPartsFromURLs(matchingPartURLs) \n if (matchingPartURLs.length == 0)\n this.showMsg(\"nothing found for '\" + searchString + \"'\")\n}","funcProperties":{"__isSmartRef__":true,"id":4102},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4101":{"this":{"__isSmartRef__":true,"id":2586}},"4102":{},"4103":{"varMapping":{"__isSmartRef__":true,"id":4104},"source":"function addPartsFromURLs(urls) {\n var partsBin = this,\n partItems = [];\n\n urls.forEach(function(ea) {\n var partPath = ea.relativePathFrom(URL.codeBase),\n match = partPath.match(/(.*\\/)(.*).json/)\n if (match)\n partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\n });\n partsBin.addMorphsForPartItems(partItems, true);\n\n // urls.nestedDelay(\n // function(ea) {\n // var partPath = ea.relativePathFrom(URL.codeBase),\n // match = partPath.match(/(.*\\/)(.*).json/)\n // if (match)\n // partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\n // },\n // 0.1,\n // function() { partsBin.addMorphsForPartItems(partItems, true) });\n}","funcProperties":{"__isSmartRef__":true,"id":4105},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4104":{"this":{"__isSmartRef__":true,"id":2586}},"4105":{},"4106":{"varMapping":{"__isSmartRef__":true,"id":4107},"source":"function search(searchString) {\n this.get('categoryList').setSelection(\"*search*\")\n}","funcProperties":{"__isSmartRef__":true,"id":4108},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4107":{"this":{"__isSmartRef__":true,"id":2586}},"4108":{},"4109":{"varMapping":{"__isSmartRef__":true,"id":4110},"source":"function showMsg(string) {\n var label = new lively.morphic.Text(new Rectangle(0,0,200,30), string);\n label.applyStyle({fill: null, borderWidth: 0})\n this.get('partsBinContents').addMorph(label)\n}","funcProperties":{"__isSmartRef__":true,"id":4111},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4110":{"this":{"__isSmartRef__":true,"id":2586}},"4111":{},"4112":{"varMapping":{"__isSmartRef__":true,"id":4113},"source":"function toggleMorePane() {\n var pane = this.get('morePane');\n moveOffset = pane.getExtent().withY(0),\n steps = 5, timePerStep = 10,\n btn = pane.get('moreButton');\n if (pane.isVisible()) {\n var dest = pane.getPosition().addPt(moveOffset.negated());\n pane.animatedInterpolateTo(dest, steps, timePerStep, function() {\n btn.setLabel('more')\n pane.setVisible(false)\n });\n\n } else {\n btn.setLabel('hide')\n pane.setVisible(true)\n this.addMorphBack(pane);\n pane.align(\n pane.bounds().topRight(), \n this.get('partsBinContents').bounds().topRight());\n // move it so that it is completely visible\n var dest = pane.getPosition().addPt(moveOffset);\n pane.animatedInterpolateTo(dest, steps, timePerStep, Functions.Null);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":4114},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4113":{"this":{"__isSmartRef__":true,"id":2586}},"4114":{},"4115":{"a":1,"b":0,"c":0,"d":1,"e":272.9078618157697,"f":570.9929894859824,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"4116":{"x":701.1842763684606,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4117":{"a":1,"b":0,"c":0,"d":1,"e":163.9078618157697,"f":7.992989485982434,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"4118":{"x":701.1842763684606,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4119":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin"],"migrationLevel":2,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"4120":{"x":392,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4121":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":4122}},"4122":{"time":{"__isSmartRef__":true,"id":4123},"user":"robertkrahn"},"4123":{"isSerializedDate":true,"string":"Mon Jun 27 2011 01:54:32 GMT-0700 (Pacific Daylight Time)"},"4124":{"x":163.9078618157697,"y":7.992989485982434,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4125":{"x":272.9078618157697,"y":570.9929894859824,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4126":{"x":272.9078618157697,"y":570.9929894859824,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4127":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":4128}},"4128":{"varMapping":{"__isSmartRef__":true,"id":4129},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.targetMorph.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":4134},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4129":{"this":{"__isSmartRef__":true,"id":2439},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4130}},"4130":{"$super":{"__isSmartRef__":true,"id":4131}},"4131":{"varMapping":{"__isSmartRef__":true,"id":4132},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4133},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4132":{"obj":{"__isSmartRef__":true,"id":2439},"name":"onLoadFromPartsBin"},"4133":{},"4134":{},"4135":{"submorphs":[],"scripts":[],"id":226,"shape":{"__isSmartRef__":true,"id":4136},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":false,"registeredForMouseEvents":true,"_world":{"__isSmartRef__":true,"id":0},"_Position":{"__isSmartRef__":true,"id":4141},"owner":{"__isSmartRef__":true,"id":0},"__SourceModuleName__":"Global.lively.morphic.Events","carriesGrabbedMorphs":false,"_Scale":1.002003004005006,"renderContextTable":{"__isSmartRef__":true,"id":4142},"eventHandler":{"__isSmartRef__":true,"id":4143},"_Rotation":0,"__LivelyClassName__":"lively.morphic.HandMorph","withLayers":["NoMagnetsLayer"]},"4136":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":4137},"_Extent":{"__isSmartRef__":true,"id":4138},"_Fill":{"__isSmartRef__":true,"id":4139},"renderContextTable":{"__isSmartRef__":true,"id":4140},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4137":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4138":{"x":2,"y":2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4139":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4140":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"4141":{"x":540,"y":339,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4142":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"4143":{"morph":{"__isSmartRef__":true,"id":4135},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4144":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":4145},"_Extent":{"__isSmartRef__":true,"id":4146},"_Fill":{"__isSmartRef__":true,"id":4147},"renderContextTable":{"__isSmartRef__":true,"id":4148},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4145":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4146":{"x":2800,"y":2900,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4147":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4148":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"4149":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4150":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"4151":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"4152":{"morph":{"__isSmartRef__":true,"id":0},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4153":{"x":538,"y":337,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4154":{"sourceObj":{"__isSmartRef__":true,"id":0},"sourceAttrName":"savedWorldAsURL","targetObj":{"__isSmartRef__":true,"id":0},"targetMethodName":"visitNewPageAfterSaveAs","converter":null,"converterString":null,"updaterString":"function ($upd, v) { \n if (v && v.toString() !== URL.source.toString()) {\n $upd(v) \n }\n }","varMapping":{"__isSmartRef__":true,"id":4155},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4156},"__LivelyClassName__":"AttributeConnection"},"4155":{"source":{"__isSmartRef__":true,"id":0},"target":{"__isSmartRef__":true,"id":0}},"4156":{"updater":{"__isSmartRef__":true,"id":4157}},"4157":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":4158},"source":"function ($upd, v) { \n if (v && v.toString() !== URL.source.toString()) {\n $upd(v) \n }\n }","funcProperties":{"__isSmartRef__":true,"id":4159},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"4158":{"source":{"__isSmartRef__":true,"id":0},"target":{"__isSmartRef__":true,"id":0}},"4159":{},"4160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/Dan/EmptyWorld.xhtml","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"isSimplifiedRegistry":true}}]]>