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":600},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"599":{"this":{"__isSmartRef__":true,"id":425}},"600":{},"601":{"varMapping":{"__isSmartRef__":true,"id":602},"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":603},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"602":{"this":{"__isSmartRef__":true,"id":425}},"603":{},"604":{"sourceObj":{"__isSmartRef__":true,"id":309},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":307},"targetMethodName":"alignToMagnet","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"605":{"exec":{"__isSmartRef__":true,"id":606},"serverResult":{"__isSmartRef__":true,"id":607}},"606":{},"607":{},"608":{"morphMenuItems":{"__isSmartRef__":true,"id":609}},"609":{"varMapping":{"__isSmartRef__":true,"id":610},"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":615},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"610":{"this":{"__isSmartRef__":true,"id":302},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":611}},"611":{"$super":{"__isSmartRef__":true,"id":612}},"612":{"varMapping":{"__isSmartRef__":true,"id":613},"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":614},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"613":{"obj":{"__isSmartRef__":true,"id":302},"name":"morphMenuItems"},"614":{},"615":{},"616":{"sourceObj":{"__isSmartRef__":true,"id":86},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":84},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":617},{"__isSmartRef__":true,"id":619},{"__isSmartRef__":true,"id":621},{"__isSmartRef__":true,"id":623},{"__isSmartRef__":true,"id":617},{"__isSmartRef__":true,"id":619},{"__isSmartRef__":true,"id":621},{"__isSmartRef__":true,"id":623},{"__isSmartRef__":true,"id":625},{"__isSmartRef__":true,"id":656},{"__isSmartRef__":true,"id":658},{"__isSmartRef__":true,"id":660},{"__isSmartRef__":true,"id":673},{"__isSmartRef__":true,"id":675},{"__isSmartRef__":true,"id":677},{"__isSmartRef__":true,"id":679},{"__isSmartRef__":true,"id":681},{"__isSmartRef__":true,"id":683},{"__isSmartRef__":true,"id":685},{"__isSmartRef__":true,"id":687}],"oldTransform":{"__isSmartRef__":true,"id":689},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"617":{"sourceObj":{"__isSmartRef__":true,"id":86},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":616},"varMapping":{"__isSmartRef__":true,"id":618},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"618":{"source":{"__isSmartRef__":true,"id":86},"target":{"__isSmartRef__":true,"id":616}},"619":{"sourceObj":{"__isSmartRef__":true,"id":86},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":616},"varMapping":{"__isSmartRef__":true,"id":620},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"620":{"source":{"__isSmartRef__":true,"id":86},"target":{"__isSmartRef__":true,"id":616}},"621":{"sourceObj":{"__isSmartRef__":true,"id":86},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":616},"varMapping":{"__isSmartRef__":true,"id":622},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"622":{"source":{"__isSmartRef__":true,"id":86},"target":{"__isSmartRef__":true,"id":616}},"623":{"sourceObj":{"__isSmartRef__":true,"id":86},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":624},"dependedBy":{"__isSmartRef__":true,"id":616},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"624":{"source":{"__isSmartRef__":true,"id":86},"target":{"__isSmartRef__":true,"id":616}},"625":{"sourceObj":{"__isSmartRef__":true,"id":626},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":672},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"626":{"submorphs":[{"__isSmartRef__":true,"id":627},{"__isSmartRef__":true,"id":86}],"scripts":[],"id":"E8FFD974-BC23-42C4-94DD-13022824DD3E","shape":{"__isSmartRef__":true,"id":650},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ProtovisStackDrawing","partsBinMetaInfo":{"__isSmartRef__":true,"id":651},"eventHandler":{"__isSmartRef__":true,"id":652},"layout":{"__isSmartRef__":true,"id":653},"connections":{"__isSmartRef__":true,"id":654},"derivationIds":[2618],"_ClipMode":"visible","_Scale":1.0040100200350561,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":2},"__serializedExpressions__":["_Position"],"attributeConnections":[{"__isSmartRef__":true,"id":625},{"__isSmartRef__":true,"id":656},{"__isSmartRef__":true,"id":658},{"__isSmartRef__":true,"id":660}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":662},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(719.9,290.0)"},"627":{"submorphs":[{"__isSmartRef__":true,"id":628}],"scripts":[],"id":"3938517F-8867-4DD1-AE35-6154E3A1E770","shape":{"__isSmartRef__":true,"id":633},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":634},"lighterFill":{"__isSmartRef__":true,"id":639},"label":{"__isSmartRef__":true,"id":628},"attributeConnections":[{"__isSmartRef__":true,"id":644},{"__isSmartRef__":true,"id":646}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"resetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":648},"eventHandler":{"__isSmartRef__":true,"id":649},"owner":{"__isSmartRef__":true,"id":626},"derivationIds":[2620],"_ClipMode":"visible","_Rotation":0,"_Scale":1.089423869470782,"isPressed":false,"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(103.6,-222.1)","padding":"lively.rect(5,0,0,0)"},"628":{"submorphs":[],"scripts":[],"id":"187B74BA-742E-405E-906E-55AD7A5274B9","shape":{"__isSmartRef__":true,"id":629},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"_OverflowMode":"visible","registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":627},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":630}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","eventHandler":{"__isSmartRef__":true,"id":632},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","derivationIds":[2621],"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"629":{"borderWidth":0,"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,18.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"630":{"style":{"__isSmartRef__":true,"id":631},"chunkOwner":{"__isSmartRef__":true,"id":628},"storedString":"reset","_id":"_129","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"631":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"632":{"morph":{"__isSmartRef__":true,"id":628},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"633":{"_Fill":{"__isSmartRef__":true,"id":634},"_BorderWidth":1,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"634":{"stops":[{"__isSmartRef__":true,"id":635},{"__isSmartRef__":true,"id":636},{"__isSmartRef__":true,"id":637},{"__isSmartRef__":true,"id":638}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"635":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"636":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"637":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"638":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"639":{"stops":[{"__isSmartRef__":true,"id":640},{"__isSmartRef__":true,"id":641},{"__isSmartRef__":true,"id":642},{"__isSmartRef__":true,"id":643}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"640":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"641":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"642":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"643":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"644":{"sourceObj":{"__isSmartRef__":true,"id":627},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":86},"targetMethodName":"reset","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":645},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"645":{"source":{"__isSmartRef__":true,"id":627},"target":{"__isSmartRef__":true,"id":86}},"646":{"sourceObj":{"__isSmartRef__":true,"id":627},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":86},"targetMethodName":"render","converterString":null,"updaterString":"function ($upd) { this.targetObj.data = [[{x:0, y:0}]]; $upd() }","varMapping":{"__isSmartRef__":true,"id":647},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"647":{"source":{"__isSmartRef__":true,"id":627},"target":{"__isSmartRef__":true,"id":86}},"648":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"649":{"morph":{"__isSmartRef__":true,"id":627},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"650":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Position","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(565.2,359.1)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Position":"lively.pt(-261.5,-235.5)","_Padding":"lively.rect(0,0,0,0)"},"651":{"migrationLevel":2,"partsSpaceName":"PartsBin/Visualization/","partName":"ProtovisStackDrawing","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"652":{"morph":{"__isSmartRef__":true,"id":626},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"653":{},"654":{"addDataAndRender":{"__isSmartRef__":true,"id":655}},"655":{},"656":{"sourceObj":{"__isSmartRef__":true,"id":626},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":657},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"657":{"source":{"__isSmartRef__":true,"id":626},"target":{"__isSmartRef__":true,"id":616}},"658":{"sourceObj":{"__isSmartRef__":true,"id":626},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":659},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"659":{"source":{"__isSmartRef__":true,"id":626},"target":{"__isSmartRef__":true,"id":616}},"660":{"sourceObj":{"__isSmartRef__":true,"id":626},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":661},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"661":{"source":{"__isSmartRef__":true,"id":626},"target":{"__isSmartRef__":true,"id":616}},"662":{"addDataAndRender":{"__isSmartRef__":true,"id":663},"reset":{"__isSmartRef__":true,"id":666},"setupConnections":{"__isSmartRef__":true,"id":669}},"663":{"varMapping":{"__isSmartRef__":true,"id":664},"source":"function addDataAndRender(data) {\n this.get('ProtovisMorph').addDataAndRender(data)\n}","funcProperties":{"__isSmartRef__":true,"id":665},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"664":{"this":{"__isSmartRef__":true,"id":626}},"665":{},"666":{"varMapping":{"__isSmartRef__":true,"id":667},"source":"function reset() {\n this.connections = {addDataAndRender: {}}\n this.get('ProtovisMorph').reset();\n}","funcProperties":{"__isSmartRef__":true,"id":668},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"667":{"this":{"__isSmartRef__":true,"id":626}},"668":{},"669":{"varMapping":{"__isSmartRef__":true,"id":670},"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":671},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"670":{"this":{"__isSmartRef__":true,"id":626}},"671":{},"672":{"source":{"__isSmartRef__":true,"id":626},"target":{"__isSmartRef__":true,"id":616}},"673":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":674},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"674":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":616}},"675":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":676},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"676":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":616}},"677":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":678},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"678":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":616}},"679":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":680},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"680":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":616}},"681":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":682},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"682":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":616}},"683":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":684},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"684":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":616}},"685":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":686},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"686":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":616}},"687":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":688},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"688":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":616}},"689":{"d":0.9980029960049944,"a":0.9980029960049944,"f":257.3,"e":574.4,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":690},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"690":{"a":0.9980029960049944,"b":0,"c":0,"d":0.9980029960049944,"e":574.4,"f":257.3,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"691":{"draw":{"__isSmartRef__":true,"id":692},"prepareForNewRenderContext":{"__isSmartRef__":true,"id":702},"addDataAndRender":{"__isSmartRef__":true,"id":709},"reset":{"__isSmartRef__":true,"id":712},"setChartType":{"__isSmartRef__":true,"id":715},"drawStackChart":{"__isSmartRef__":true,"id":699},"setupStackExample":{"__isSmartRef__":true,"id":718},"addDataColumnAndRender":{"__isSmartRef__":true,"id":721},"maxYofData":{"__isSmartRef__":true,"id":724}},"692":{"varMapping":{"__isSmartRef__":true,"id":693},"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":698},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"693":{"this":{"__isSmartRef__":true,"id":86},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":694}},"694":{"$super":{"__isSmartRef__":true,"id":695}},"695":{"varMapping":{"__isSmartRef__":true,"id":696},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":697},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"696":{"obj":{"__isSmartRef__":true,"id":86},"name":"draw"},"697":{},"698":{"hasLivelyClosure":true,"livelyClosure":{"__isSmartRef__":true,"id":699},"declaredObject":""},"699":{"varMapping":{"__isSmartRef__":true,"id":700},"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":701},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"700":{"this":{"__isSmartRef__":true,"id":86}},"701":{},"702":{"varMapping":{"__isSmartRef__":true,"id":703},"source":"function prepareForNewRenderContext(renderCtx) {\n $super(renderCtx);\n lively.bindings.callWhenNotNull(Global, 'pv', this, 'render');\n}","funcProperties":{"__isSmartRef__":true,"id":708},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"703":{"this":{"__isSmartRef__":true,"id":86},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":704}},"704":{"$super":{"__isSmartRef__":true,"id":705}},"705":{"varMapping":{"__isSmartRef__":true,"id":706},"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":707},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"706":{"obj":{"__isSmartRef__":true,"id":86},"name":"prepareForNewRenderContext"},"707":{},"708":{},"709":{"varMapping":{"__isSmartRef__":true,"id":710},"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":711},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"710":{"this":{"__isSmartRef__":true,"id":86}},"711":{},"712":{"varMapping":{"__isSmartRef__":true,"id":713},"source":"function reset() {\n this.connections = {addDataColumnAndRender: {}}\n this.setupStackExample()\n // this.setChartType('stack');\n}","funcProperties":{"__isSmartRef__":true,"id":714},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"713":{"this":{"__isSmartRef__":true,"id":86}},"714":{},"715":{"varMapping":{"__isSmartRef__":true,"id":716},"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":717},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"716":{"this":{"__isSmartRef__":true,"id":86}},"717":{},"718":{"varMapping":{"__isSmartRef__":true,"id":719},"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":720},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"719":{"this":{"__isSmartRef__":true,"id":86}},"720":{},"721":{"varMapping":{"__isSmartRef__":true,"id":722},"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":723},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"722":{"this":{"__isSmartRef__":true,"id":86}},"723":{},"724":{"varMapping":{"__isSmartRef__":true,"id":725},"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":726},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"725":{"this":{"__isSmartRef__":true,"id":86}},"726":{},"727":{"sourceObj":{"__isSmartRef__":true,"id":71},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":86},"targetMethodName":"addDataColumnAndRender","visualConnector":{"__isSmartRef__":true,"id":79},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"728":{"morphMenuItems":{"__isSmartRef__":true,"id":729}},"729":{"varMapping":{"__isSmartRef__":true,"id":730},"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":735},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"730":{"this":{"__isSmartRef__":true,"id":79},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":731}},"731":{"$super":{"__isSmartRef__":true,"id":732}},"732":{"varMapping":{"__isSmartRef__":true,"id":733},"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":734},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"733":{"obj":{"__isSmartRef__":true,"id":79},"name":"morphMenuItems"},"734":{},"735":{},"736":{"sourceObj":{"__isSmartRef__":true,"id":71},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":71},"targetMethodName":"setTextString","converterString":"function (v) {\n try {\n return JSON.serialize(v)\n } catch(e) {\n return \"\"\n }\n }","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":737},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"737":{"source":{"__isSmartRef__":true,"id":71},"target":{"__isSmartRef__":true,"id":71}},"738":{"sourceObj":{"__isSmartRef__":true,"id":71},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":78},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":739},{"__isSmartRef__":true,"id":741},{"__isSmartRef__":true,"id":743},{"__isSmartRef__":true,"id":745},{"__isSmartRef__":true,"id":739},{"__isSmartRef__":true,"id":741},{"__isSmartRef__":true,"id":743},{"__isSmartRef__":true,"id":745},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":749},{"__isSmartRef__":true,"id":751},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":755},{"__isSmartRef__":true,"id":757},{"__isSmartRef__":true,"id":759},{"__isSmartRef__":true,"id":761}],"oldTransform":{"__isSmartRef__":true,"id":763},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"739":{"sourceObj":{"__isSmartRef__":true,"id":71},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":738},"varMapping":{"__isSmartRef__":true,"id":740},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"740":{"source":{"__isSmartRef__":true,"id":71},"target":{"__isSmartRef__":true,"id":738}},"741":{"sourceObj":{"__isSmartRef__":true,"id":71},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":738},"varMapping":{"__isSmartRef__":true,"id":742},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"742":{"source":{"__isSmartRef__":true,"id":71},"target":{"__isSmartRef__":true,"id":738}},"743":{"sourceObj":{"__isSmartRef__":true,"id":71},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":738},"varMapping":{"__isSmartRef__":true,"id":744},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"744":{"source":{"__isSmartRef__":true,"id":71},"target":{"__isSmartRef__":true,"id":738}},"745":{"sourceObj":{"__isSmartRef__":true,"id":71},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":746},"dependedBy":{"__isSmartRef__":true,"id":738},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"746":{"source":{"__isSmartRef__":true,"id":71},"target":{"__isSmartRef__":true,"id":738}},"747":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":738},"varMapping":{"__isSmartRef__":true,"id":748},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"748":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":738}},"749":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":738},"varMapping":{"__isSmartRef__":true,"id":750},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"750":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":738}},"751":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":738},"varMapping":{"__isSmartRef__":true,"id":752},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"752":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":738}},"753":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":754},"dependedBy":{"__isSmartRef__":true,"id":738},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"754":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":738}},"755":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":738},"varMapping":{"__isSmartRef__":true,"id":756},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"756":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":738}},"757":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":738},"varMapping":{"__isSmartRef__":true,"id":758},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"758":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":738}},"759":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":738},"varMapping":{"__isSmartRef__":true,"id":760},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"760":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":738}},"761":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":738},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":762},"dependedBy":{"__isSmartRef__":true,"id":738},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"762":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":738}},"763":{"d":1,"a":1,"f":378.1,"e":323.6,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":764},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"764":{"a":1,"b":0,"c":0,"d":1,"e":323.6,"f":378.1,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"765":{},"766":{"value":{"__isSmartRef__":true,"id":767}},"767":{},"768":{"reset":{"__isSmartRef__":true,"id":769}},"769":{"varMapping":{"__isSmartRef__":true,"id":770},"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":771},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"770":{"this":{"__isSmartRef__":true,"id":71}},"771":{},"772":{"source":{"__isSmartRef__":true,"id":55},"target":{"__isSmartRef__":true,"id":71}},"773":{"exec":{"__isSmartRef__":true,"id":774},"serverResult":{"__isSmartRef__":true,"id":775},"execCommands":{"__isSmartRef__":true,"id":776}},"774":{},"775":{},"776":{},"777":{"exec":{"__isSmartRef__":true,"id":778},"reset":{"__isSmartRef__":true,"id":780},"execCommands":{"__isSmartRef__":true,"id":782}},"778":{"time":{"__isSmartRef__":true,"id":779},"user":"robertkrahn"},"779":{"isSerializedDate":true,"string":"Mon Jul 04 2011 19:17:03 GMT+0200 (W. Europe Daylight Time)"},"780":{"time":{"__isSmartRef__":true,"id":781},"user":"robertkrahn"},"781":{"isSerializedDate":true,"string":"Thu Jul 21 2011 13:08:55 GMT+0200 (W. Europe Daylight Time)"},"782":{"time":{"__isSmartRef__":true,"id":783},"user":"robertkrahn"},"783":{"isSerializedDate":true,"string":"Sat Jul 23 2011 16:06:03 GMT+0200 (W. Europe Daylight Time)"},"784":{"setupConnections":{"__isSmartRef__":true,"id":785},"exec":{"__isSmartRef__":true,"id":788},"log":{"__isSmartRef__":true,"id":791},"reset":{"__isSmartRef__":true,"id":794},"execCommands":{"__isSmartRef__":true,"id":797}},"785":{"varMapping":{"__isSmartRef__":true,"id":786},"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":787},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"786":{"this":{"__isSmartRef__":true,"id":55}},"787":{},"788":{"varMapping":{"__isSmartRef__":true,"id":789},"source":"function exec(cmdString) {\n module('server.nodejs.WebInterface').load(true);\n cmdString = cmdString || this.get('inputLine').textString;\n var wd = Config.nodeJSPath + \"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":790},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"789":{"this":{"__isSmartRef__":true,"id":55}},"790":{},"791":{"varMapping":{"__isSmartRef__":true,"id":792},"source":"function log(s) {\n this.get('logWindow').textString += '\\n' + s\n this.get('logWindow').scrollToBottom();\n}","funcProperties":{"__isSmartRef__":true,"id":793},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"792":{"this":{"__isSmartRef__":true,"id":55}},"793":{},"794":{"varMapping":{"__isSmartRef__":true,"id":795},"source":"function reset() {\n this.get('logWindow').textString = '';\n this.get('inputLine').textString = 'ls';\n this.connections = {exec: {}, serverResult: {}, execCommands: {}}\n this.get('logWindow').connections = {exec: {}, serverResult: {}}\n}","funcProperties":{"__isSmartRef__":true,"id":796},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"795":{"this":{"__isSmartRef__":true,"id":55}},"796":{},"797":{"varMapping":{"__isSmartRef__":true,"id":798},"source":"function execCommands(commandList) {\n var p = this.world().addProgressBar();\n commandList.forEachShowingProgress(\n p,\n function(ea) { this.exec(ea) },\n null, function() { p.remove() }, this);\n}","funcProperties":{"__isSmartRef__":true,"id":799},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"798":{"this":{"__isSmartRef__":true,"id":55}},"799":{},"800":{"sourceObj":{"__isSmartRef__":true,"id":47},"sourceAttrName":"execCommands","targetObj":{"__isSmartRef__":true,"id":55},"targetMethodName":"execCommands","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":801},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"801":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":55}},"802":{"exec":{"__isSmartRef__":true,"id":803},"serverResult":{"__isSmartRef__":true,"id":804}},"803":{},"804":{},"805":{"source":{"__isSmartRef__":true,"id":3},"target":{"__isSmartRef__":true,"id":47}},"806":{},"807":{"tick":{"__isSmartRef__":true,"id":808}},"808":{},"809":{"morph":{"__isSmartRef__":true,"id":3},"connectedControlPoints":[],"__serializedExpressions__":["position"],"__LivelyClassName__":"lively.morphic.Magnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)"},"810":{"updateTickingScripts":{"__isSmartRef__":true,"id":811},"setupConnections":{"__isSmartRef__":true,"id":814},"updateTick":{"__isSmartRef__":true,"id":817}},"811":{"varMapping":{"__isSmartRef__":true,"id":812},"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":813},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"812":{"this":{"__isSmartRef__":true,"id":3}},"813":{},"814":{"varMapping":{"__isSmartRef__":true,"id":815},"source":"function setupConnections() {\n this.connections = {tick: {}}\n\tconnect(this, 'running', this, 'updateTickingScripts')\n}","funcProperties":{"__isSmartRef__":true,"id":816},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"815":{"this":{"__isSmartRef__":true,"id":3}},"816":{},"817":{"varMapping":{"__isSmartRef__":true,"id":818},"source":"function updateTick() {\n this.tick = Date.now()\n}","funcProperties":{"__isSmartRef__":true,"id":819},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"818":{"this":{"__isSmartRef__":true,"id":3}},"819":{},"820":{"submorphs":[{"__isSmartRef__":true,"id":821},{"__isSmartRef__":true,"id":869},{"__isSmartRef__":true,"id":937},{"__isSmartRef__":true,"id":940},{"__isSmartRef__":true,"id":943}],"scripts":[],"shape":{"__isSmartRef__":true,"id":946},"eventHandler":{"__isSmartRef__":true,"id":947},"_ClipMode":"visible","derivationIds":[],"id":"E1FCD93C-7CF1-422C-9CA6-56C47A59D411","__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":948},"LK2":true,"reframeHandle":{"__isSmartRef__":true,"id":937},"rightReframeHandle":{"__isSmartRef__":true,"id":943},"bottomReframeHandle":{"__isSmartRef__":true,"id":940},"titleBar":{"__isSmartRef__":true,"id":821},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"_PreviousBorderWidth":0,"targetMorph":{"__isSmartRef__":true,"id":869},"owner":{"__isSmartRef__":true,"id":2},"highlighted":true,"isBeingDragged":false,"showsHalos":false,"_StyleClassNames":["highlighted"],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","contentOffset","prevDragPos","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withLayers":["Global.PreventDroppingLayer"],"withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(22.0,248.0)","contentOffset":"lively.pt(4.0,22.0)","prevDragPos":"lively.pt(439.0,416.0)","distanceToDragEvent":"lively.pt(275.0,-11.0)"},"821":{"submorphs":[{"__isSmartRef__":true,"id":822},{"__isSmartRef__":true,"id":828},{"__isSmartRef__":true,"id":841},{"__isSmartRef__":true,"id":853}],"scripts":[],"shape":{"__isSmartRef__":true,"id":866},"eventHandler":{"__isSmartRef__":true,"id":867},"_ClipMode":"visible","derivationIds":[],"id":"BA785FB1-2733-4D85-ADF3-B70EC543BC61","__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":868},"windowMorph":{"__isSmartRef__":true,"id":820},"label":{"__isSmartRef__":true,"id":822},"closeButton":{"__isSmartRef__":true,"id":828},"menuButton":{"__isSmartRef__":true,"id":841},"collapseButton":{"__isSmartRef__":true,"id":853},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":820},"showsHalos":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"822":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":823},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":824}],"eventHandler":{"__isSmartRef__":true,"id":826},"_ClipMode":"hidden","derivationIds":[],"id":"51278165-5343-4F92-B684-B4853DA05170","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"layout":{"__isSmartRef__":true,"id":827},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":821},"_StyleClassNames":["window-title"],"_TextStylingMode":true,"showsHalos":false,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(20.0,3.0)"},"823":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(349.0,18.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"824":{"style":{"__isSmartRef__":true,"id":825},"chunkOwner":{"__isSmartRef__":true,"id":822},"_id":"_2409","storedString":"Editor for JSONPrinter -> CommandLine","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"825":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"826":{"morph":{"__isSmartRef__":true,"id":822},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"827":{"resizeWidth":true},"828":{"submorphs":[{"__isSmartRef__":true,"id":829}],"scripts":[],"shape":{"__isSmartRef__":true,"id":834},"eventHandler":{"__isSmartRef__":true,"id":835},"_ClipMode":"visible","derivationIds":[],"id":"FC81ACFA-85A3-4431-B70A-0EFF0611AE9C","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":829},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":821},"layout":{"__isSmartRef__":true,"id":836},"_StyleClassNames":["close"],"attributeConnections":[{"__isSmartRef__":true,"id":837},{"__isSmartRef__":true,"id":839}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(388.0,3.0)"},"829":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":830},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":831}],"eventHandler":{"__isSmartRef__":true,"id":833},"_ClipMode":"hidden","derivationIds":[],"id":"B277513B-6919-4FAB-B7DE-4E100CA62FB5","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":828},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,-1.0)"},"830":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"831":{"style":{"__isSmartRef__":true,"id":832},"chunkOwner":{"__isSmartRef__":true,"id":829},"_id":"_2411","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"832":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"833":{"morph":{"__isSmartRef__":true,"id":829},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"834":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"835":{"morph":{"__isSmartRef__":true,"id":828},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"836":{"moveHorizontal":true},"837":{"sourceObj":{"__isSmartRef__":true,"id":828},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":820},"targetMethodName":"getCloseHelp","varMapping":{"__isSmartRef__":true,"id":838},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"838":{"source":{"__isSmartRef__":true,"id":828},"target":{"__isSmartRef__":true,"id":820}},"839":{"sourceObj":{"__isSmartRef__":true,"id":828},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":820},"targetMethodName":"initiateShutdown","varMapping":{"__isSmartRef__":true,"id":840},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"840":{"source":{"__isSmartRef__":true,"id":828},"target":{"__isSmartRef__":true,"id":820}},"841":{"submorphs":[{"__isSmartRef__":true,"id":842}],"scripts":[],"shape":{"__isSmartRef__":true,"id":847},"eventHandler":{"__isSmartRef__":true,"id":848},"_ClipMode":"visible","derivationIds":[],"id":"2BCF3246-F6E6-4F85-AAF2-ECF04225D2B9","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":842},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":821},"attributeConnections":[{"__isSmartRef__":true,"id":849},{"__isSmartRef__":true,"id":851}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"842":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":843},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":844}],"eventHandler":{"__isSmartRef__":true,"id":846},"_ClipMode":"hidden","derivationIds":[],"id":"C37D2C77-9FE8-44FF-A96E-83926ED5F6B9","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":841},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,0.0)"},"843":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(18.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"844":{"style":{"__isSmartRef__":true,"id":845},"chunkOwner":{"__isSmartRef__":true,"id":842},"_id":"_2413","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"845":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"846":{"morph":{"__isSmartRef__":true,"id":842},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"847":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"848":{"morph":{"__isSmartRef__":true,"id":841},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"849":{"sourceObj":{"__isSmartRef__":true,"id":841},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":820},"targetMethodName":"getMenuHelp","varMapping":{"__isSmartRef__":true,"id":850},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"850":{"source":{"__isSmartRef__":true,"id":841},"target":{"__isSmartRef__":true,"id":820}},"851":{"sourceObj":{"__isSmartRef__":true,"id":841},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":820},"targetMethodName":"showTargetMorphMenu","varMapping":{"__isSmartRef__":true,"id":852},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"852":{"source":{"__isSmartRef__":true,"id":841},"target":{"__isSmartRef__":true,"id":820}},"853":{"submorphs":[{"__isSmartRef__":true,"id":854}],"scripts":[],"shape":{"__isSmartRef__":true,"id":859},"eventHandler":{"__isSmartRef__":true,"id":860},"_ClipMode":"visible","derivationIds":[],"id":"23C0144F-2F5E-496E-89CD-75061DCB114D","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":854},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":821},"layout":{"__isSmartRef__":true,"id":861},"attributeConnections":[{"__isSmartRef__":true,"id":862},{"__isSmartRef__":true,"id":864}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(369.0,3.0)"},"854":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":855},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":856}],"eventHandler":{"__isSmartRef__":true,"id":858},"_ClipMode":"hidden","derivationIds":[],"id":"A32CE7A8-73FB-4FCB-85C1-0C6BE3E7F942","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":853},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,1.0)"},"855":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"856":{"style":{"__isSmartRef__":true,"id":857},"chunkOwner":{"__isSmartRef__":true,"id":854},"_id":"_2415","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"857":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"858":{"morph":{"__isSmartRef__":true,"id":854},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"859":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"860":{"morph":{"__isSmartRef__":true,"id":853},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"861":{"moveHorizontal":true},"862":{"sourceObj":{"__isSmartRef__":true,"id":853},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":820},"targetMethodName":"getCollapseHelp","varMapping":{"__isSmartRef__":true,"id":863},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"863":{"source":{"__isSmartRef__":true,"id":853},"target":{"__isSmartRef__":true,"id":820}},"864":{"sourceObj":{"__isSmartRef__":true,"id":853},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":820},"targetMethodName":"toggleCollapse","varMapping":{"__isSmartRef__":true,"id":865},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"865":{"source":{"__isSmartRef__":true,"id":853},"target":{"__isSmartRef__":true,"id":820}},"866":{"_AppearanceStylingMode":true,"_BorderStylingMode":true,"_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(408.0,22.0)","_Padding":"lively.rect(0,0,0,0)"},"867":{"morph":{"__isSmartRef__":true,"id":821},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"868":{"resizeWidth":true,"adjustForNewBounds":true},"869":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":870},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":871},{"__isSmartRef__":true,"id":873},{"__isSmartRef__":true,"id":875},{"__isSmartRef__":true,"id":877},{"__isSmartRef__":true,"id":879},{"__isSmartRef__":true,"id":881},{"__isSmartRef__":true,"id":883},{"__isSmartRef__":true,"id":885},{"__isSmartRef__":true,"id":887},{"__isSmartRef__":true,"id":889},{"__isSmartRef__":true,"id":891},{"__isSmartRef__":true,"id":893},{"__isSmartRef__":true,"id":895},{"__isSmartRef__":true,"id":897},{"__isSmartRef__":true,"id":899},{"__isSmartRef__":true,"id":901},{"__isSmartRef__":true,"id":903},{"__isSmartRef__":true,"id":905},{"__isSmartRef__":true,"id":907},{"__isSmartRef__":true,"id":909},{"__isSmartRef__":true,"id":911},{"__isSmartRef__":true,"id":913},{"__isSmartRef__":true,"id":915},{"__isSmartRef__":true,"id":917},{"__isSmartRef__":true,"id":919},{"__isSmartRef__":true,"id":921},{"__isSmartRef__":true,"id":923},{"__isSmartRef__":true,"id":925},{"__isSmartRef__":true,"id":927}],"eventHandler":{"__isSmartRef__":true,"id":929},"_ClipMode":"visible","derivationIds":[],"id":"4BD5A271-D2BB-4107-A206-6C89321D3140","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Courier","_FontSize":10,"evalEnabled":false,"doitContext":{"__isSmartRef__":true,"id":70},"attributeConnections":[{"__isSmartRef__":true,"id":930},{"__isSmartRef__":true,"id":932},{"__isSmartRef__":true,"id":934}],"doNotSerialize":["$$savedTextString","$$textString"],"doNotCopyProperties":["$$savedTextString","$$textString"],"savedTextString":"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","layout":{"__isSmartRef__":true,"id":936},"syntaxHighlightingWhileTyping":true,"owner":{"__isSmartRef__":true,"id":820},"parseErrors":null,"_lastSyntaxHighlightTime":36,"charsReplaced":"function converter(value) {\n return value\n}","lastFindLoc":176,"showsHalos":false,"__serializedExpressions__":["_TextColor","_Position"],"textString":"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","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(4.0,22.0)"},"870":{"_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(400.0,200.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"871":{"style":{"__isSmartRef__":true,"id":872},"chunkOwner":{"__isSmartRef__":true,"id":869},"_id":"_2","storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"872":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"873":{"_id":"_3","style":{"__isSmartRef__":true,"id":874},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":" converter(value) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"874":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"875":{"_id":"_4","style":{"__isSmartRef__":true,"id":876},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"876":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"877":{"_id":"_5","style":{"__isSmartRef__":true,"id":878},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"878":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"879":{"_id":"_6","style":{"__isSmartRef__":true,"id":880},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"880":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"881":{"_id":"_7","style":{"__isSmartRef__":true,"id":882},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"882":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"883":{"_id":"_29","style":{"__isSmartRef__":true,"id":884},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"Strings","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"884":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"885":{"_id":"_30","style":{"__isSmartRef__":true,"id":886},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":".tableize(value)\n .slice(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"886":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"887":{"_id":"_8","style":{"__isSmartRef__":true,"id":888},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"3","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"888":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"889":{"_id":"_9","style":{"__isSmartRef__":true,"id":890},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"890":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"891":{"_id":"_10","style":{"__isSmartRef__":true,"id":892},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"5","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"892":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"893":{"_id":"_11","style":{"__isSmartRef__":true,"id":894},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":")\n .collect(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"894":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"895":{"_id":"_12","style":{"__isSmartRef__":true,"id":896},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"896":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"897":{"_id":"_13","style":{"__isSmartRef__":true,"id":898},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"(ea) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"898":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"899":{"_id":"_14","style":{"__isSmartRef__":true,"id":900},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"900":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"901":{"_id":"_15","style":{"__isSmartRef__":true,"id":902},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":" \n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"902":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"903":{"_id":"_16","style":{"__isSmartRef__":true,"id":904},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"904":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"905":{"_id":"_17","style":{"__isSmartRef__":true,"id":906},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"906":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"907":{"_id":"_18","style":{"__isSmartRef__":true,"id":908},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":" (","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"908":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"909":{"_id":"_19","style":{"__isSmartRef__":true,"id":910},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"100","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"910":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"911":{"_id":"_20","style":{"__isSmartRef__":true,"id":912},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"912":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"913":{"_id":"_21","style":{"__isSmartRef__":true,"id":914},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"Number","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"914":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"915":{"_id":"_22","style":{"__isSmartRef__":true,"id":916},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"(ea.last())) / ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"916":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"917":{"_id":"_23","style":{"__isSmartRef__":true,"id":918},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"918":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"919":{"_id":"_24","style":{"__isSmartRef__":true,"id":920},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"920":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"921":{"_id":"_25","style":{"__isSmartRef__":true,"id":922},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"922":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"923":{"_id":"_26","style":{"__isSmartRef__":true,"id":924},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":")\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"924":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"925":{"_id":"_27","style":{"__isSmartRef__":true,"id":926},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"926":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"927":{"_id":"_28","style":{"__isSmartRef__":true,"id":928},"chunkOwner":{"__isSmartRef__":true,"id":869},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"928":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"929":{"morph":{"__isSmartRef__":true,"id":869},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"930":{"sourceObj":{"__isSmartRef__":true,"id":869},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":70},"targetMethodName":"setConverter","varMapping":{"__isSmartRef__":true,"id":931},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"931":{"source":{"__isSmartRef__":true,"id":869},"target":{"__isSmartRef__":true,"id":70}},"932":{"sourceObj":{"__isSmartRef__":true,"id":869},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":0},"targetMethodName":"alertOK","varMapping":{"__isSmartRef__":true,"id":933},"converterString":"function () { return 'setting new converter' }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"933":{"source":{"__isSmartRef__":true,"id":869},"target":{"__isSmartRef__":true,"id":0}},"934":{"sourceObj":{"__isSmartRef__":true,"id":869},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":869},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":935},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"935":{"source":{"__isSmartRef__":true,"id":869},"target":{"__isSmartRef__":true,"id":869}},"936":{"resizeWidth":true,"resizeHeight":true},"937":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":938},"eventHandler":{"__isSmartRef__":true,"id":939},"_ClipMode":"visible","derivationIds":[],"id":"8DBC1655-8500-4A47-A8F2-587AF2C7A06C","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"type":"corner","_StyleClassNames":["reframe-handle corner"],"owner":{"__isSmartRef__":true,"id":820},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(394.0,212.0)"},"938":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(14.0,14.0)","_Padding":"lively.rect(0,0,0,0)"},"939":{"morph":{"__isSmartRef__":true,"id":937},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"940":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":941},"eventHandler":{"__isSmartRef__":true,"id":942},"_ClipMode":"visible","derivationIds":[],"id":"523717AE-02A2-48F8-8612-0159F871AD50","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"type":"bottom","_StyleClassNames":["reframe-handle bottom"],"owner":{"__isSmartRef__":true,"id":820},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,222.0)"},"941":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(394.0,4.0)","_Padding":"lively.rect(0,0,0,0)"},"942":{"morph":{"__isSmartRef__":true,"id":940},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"943":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":944},"eventHandler":{"__isSmartRef__":true,"id":945},"_ClipMode":"visible","derivationIds":[],"id":"000CE702-6756-4C21-B809-81D18AF75915","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"type":"right","_StyleClassNames":["reframe-handle right"],"owner":{"__isSmartRef__":true,"id":820},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(404.0,0.0)"},"944":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(4.0,212.0)","_Padding":"lively.rect(0,0,0,0)"},"945":{"morph":{"__isSmartRef__":true,"id":943},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"946":{"_BorderWidth":1,"_Fill":null,"_StrokeOpacity":false,"_BorderRadius":false,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Padding","_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(408.0,226.0)"},"947":{"morph":{"__isSmartRef__":true,"id":820},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"948":{"adjustForNewBounds":true},"949":{"_BorderWidth":2,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1044.8,423.1)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"950":{"morph":{"__isSmartRef__":true,"id":2},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"951":{"resizeWidth":true,"resizeHeight":true},"952":{"submorphs":[{"__isSmartRef__":true,"id":953},{"__isSmartRef__":true,"id":959},{"__isSmartRef__":true,"id":982},{"__isSmartRef__":true,"id":999}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1017},"id":"69199988-50C3-4488-B7B2-8811BAE6A8FC","eventHandler":{"__isSmartRef__":true,"id":1022},"__layered_droppingEnabled__":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":1023},"windowMorph":{"__isSmartRef__":true,"id":1},"label":{"__isSmartRef__":true,"id":953},"closeButton":{"__isSmartRef__":true,"id":959},"menuButton":{"__isSmartRef__":true,"id":982},"collapseButton":{"__isSmartRef__":true,"id":999},"owner":{"__isSmartRef__":true,"id":1},"derivationIds":[565],"_ClipMode":"visible","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"953":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":954},"id":"119DEB79-7F04-4E22-A87B-905656CBD2C9","textChunks":[{"__isSmartRef__":true,"id":955}],"eventHandler":{"__isSmartRef__":true,"id":957},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_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":958},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":952},"_MaxTextWidth":985.7614194250311,"_MaxTextHeight":17,"derivationIds":[566],"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(20.0,3.0)"},"954":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(985.8,17.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"955":{"style":{"__isSmartRef__":true,"id":956},"chunkOwner":{"__isSmartRef__":true,"id":953},"_id":"_143","storedString":"CPU Visualization","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"956":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"957":{"morph":{"__isSmartRef__":true,"id":953},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"958":{"resizeWidth":true},"959":{"submorphs":[{"__isSmartRef__":true,"id":960}],"scripts":[],"shape":{"__isSmartRef__":true,"id":965},"id":"A9E92BE4-3845-41AA-8454-FD6937D1CA0D","eventHandler":{"__isSmartRef__":true,"id":971},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":966},"lighterFill":{"__isSmartRef__":true,"id":972},"label":{"__isSmartRef__":true,"id":960},"owner":{"__isSmartRef__":true,"id":952},"layout":{"__isSmartRef__":true,"id":977},"attributeConnections":[{"__isSmartRef__":true,"id":978},{"__isSmartRef__":true,"id":980}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"derivationIds":[567],"_ClipMode":"visible","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(1024.8,3.0)"},"960":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":961},"id":"8C1CC3E2-E8CE-4292-9D98-596BC3C0FB11","textChunks":[{"__isSmartRef__":true,"id":962}],"eventHandler":{"__isSmartRef__":true,"id":964},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":959},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","derivationIds":[568],"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"961":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"962":{"style":{"__isSmartRef__":true,"id":963},"chunkOwner":{"__isSmartRef__":true,"id":960},"storedString":"X","_id":"_139","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"963":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"964":{"morph":{"__isSmartRef__":true,"id":960},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"965":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":966},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)","_Padding":"lively.rect(0,0,0,0)"},"966":{"stops":[{"__isSmartRef__":true,"id":967},{"__isSmartRef__":true,"id":968},{"__isSmartRef__":true,"id":969},{"__isSmartRef__":true,"id":970}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"967":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"968":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"969":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"970":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"971":{"morph":{"__isSmartRef__":true,"id":959},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"972":{"stops":[{"__isSmartRef__":true,"id":973},{"__isSmartRef__":true,"id":974},{"__isSmartRef__":true,"id":975},{"__isSmartRef__":true,"id":976}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"973":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"974":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"975":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"976":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"977":{"moveHorizontal":true},"978":{"sourceObj":{"__isSmartRef__":true,"id":959},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":979},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"979":{"source":{"__isSmartRef__":true,"id":959},"target":{"__isSmartRef__":true,"id":1}},"980":{"sourceObj":{"__isSmartRef__":true,"id":959},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":981},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"981":{"source":{"__isSmartRef__":true,"id":959},"target":{"__isSmartRef__":true,"id":1}},"982":{"submorphs":[{"__isSmartRef__":true,"id":983}],"scripts":[],"shape":{"__isSmartRef__":true,"id":988},"id":"1632FA5A-6DEF-4359-A4A6-CFD47CF4314A","eventHandler":{"__isSmartRef__":true,"id":989},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":966},"lighterFill":{"__isSmartRef__":true,"id":990},"label":{"__isSmartRef__":true,"id":983},"owner":{"__isSmartRef__":true,"id":952},"attributeConnections":[{"__isSmartRef__":true,"id":995},{"__isSmartRef__":true,"id":997}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"derivationIds":[569],"_ClipMode":"visible","isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"983":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":984},"id":"EB9CEBB6-FD67-47BC-B0B6-115924EBF4A2","textChunks":[{"__isSmartRef__":true,"id":985}],"eventHandler":{"__isSmartRef__":true,"id":987},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":982},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","derivationIds":[570],"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"984":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"985":{"style":{"__isSmartRef__":true,"id":986},"chunkOwner":{"__isSmartRef__":true,"id":983},"storedString":"M","_id":"_140","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"986":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"987":{"morph":{"__isSmartRef__":true,"id":983},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"988":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":966},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)","_Padding":"lively.rect(0,0,0,0)"},"989":{"morph":{"__isSmartRef__":true,"id":982},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"990":{"stops":[{"__isSmartRef__":true,"id":991},{"__isSmartRef__":true,"id":992},{"__isSmartRef__":true,"id":993},{"__isSmartRef__":true,"id":994}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"991":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"992":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"993":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"994":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"995":{"sourceObj":{"__isSmartRef__":true,"id":982},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":996},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"996":{"source":{"__isSmartRef__":true,"id":982},"target":{"__isSmartRef__":true,"id":1}},"997":{"sourceObj":{"__isSmartRef__":true,"id":982},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":998},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"998":{"source":{"__isSmartRef__":true,"id":982},"target":{"__isSmartRef__":true,"id":1}},"999":{"submorphs":[{"__isSmartRef__":true,"id":1000}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1005},"id":"D41FE24C-166F-4F7B-8CC1-0F47980A1F88","eventHandler":{"__isSmartRef__":true,"id":1006},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":966},"lighterFill":{"__isSmartRef__":true,"id":1007},"label":{"__isSmartRef__":true,"id":1000},"owner":{"__isSmartRef__":true,"id":952},"layout":{"__isSmartRef__":true,"id":1012},"attributeConnections":[{"__isSmartRef__":true,"id":1013},{"__isSmartRef__":true,"id":1015}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"derivationIds":[571],"_ClipMode":"visible","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(1005.8,3.0)"},"1000":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1001},"id":"66632A6D-F1AB-47EA-906D-289617A68994","textChunks":[{"__isSmartRef__":true,"id":1002}],"eventHandler":{"__isSmartRef__":true,"id":1004},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":999},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","derivationIds":[572],"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"1001":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"1002":{"style":{"__isSmartRef__":true,"id":1003},"chunkOwner":{"__isSmartRef__":true,"id":1000},"storedString":"–","_id":"_141","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1003":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1004":{"morph":{"__isSmartRef__":true,"id":1000},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1005":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":966},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)","_Padding":"lively.rect(0,0,0,0)"},"1006":{"morph":{"__isSmartRef__":true,"id":999},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1007":{"stops":[{"__isSmartRef__":true,"id":1008},{"__isSmartRef__":true,"id":1009},{"__isSmartRef__":true,"id":1010},{"__isSmartRef__":true,"id":1011}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1008":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"1009":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1010":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1011":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"1012":{"moveHorizontal":true},"1013":{"sourceObj":{"__isSmartRef__":true,"id":999},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1014},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1014":{"source":{"__isSmartRef__":true,"id":999},"target":{"__isSmartRef__":true,"id":1}},"1015":{"sourceObj":{"__isSmartRef__":true,"id":999},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1016},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1016":{"source":{"__isSmartRef__":true,"id":999},"target":{"__isSmartRef__":true,"id":1}},"1017":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":1018},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1044.8,22.0)","_BorderColor":"Color.rgb(102,102,102)","_Padding":"lively.rect(0,0,0,0)"},"1018":{"stops":[{"__isSmartRef__":true,"id":1019},{"__isSmartRef__":true,"id":1020},{"__isSmartRef__":true,"id":1021}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1019":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(220,220,220)"},"1020":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(243,243,243)"},"1021":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(220,220,220)"},"1022":{"morph":{"__isSmartRef__":true,"id":952},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1023":{"resizeWidth":true,"adjustForNewBounds":true},"1024":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(1044.8,445.1)","_Padding":"lively.rect(0,0,0,0)"},"1025":{"morph":{"__isSmartRef__":true,"id":1},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1026":{"adjustForNewBounds":true},"1027":{"partName":"CPUVisualization","requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Issues/","lastModifiedDate":{"__isSmartRef__":true,"id":1028},"revisionOnLoad":140039,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1028":{"isSerializedDate":true,"string":"Wed Feb 05 2014 19:59:57 GMT+0100 (W. Europe Standard Time)"},"1029":{"submorphs":[],"scripts":[],"id":226,"shape":{"__isSmartRef__":true,"id":1030},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":false,"registeredForMouseEvents":true,"_world":{"__isSmartRef__":true,"id":0},"carriesGrabbedMorphs":false,"eventHandler":{"__isSmartRef__":true,"id":1031},"_ClipMode":"visible","lastScrollTime":1434657484690,"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":0},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.HandMorph","__SourceModuleName__":"Global.lively.morphic.Events","withLayers":["Global.NoMagnetsLayer"],"_Position":"lively.pt(1236.0,344.0)"},"1030":{"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(2.0,2.0)","_Fill":"Color.rgb(204,0,0)","_Padding":"lively.rect(0,0,0,0)"},"1031":{"morph":{"__isSmartRef__":true,"id":1029},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1032":{"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(2800.0,2900.0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"1033":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"1034":{"morph":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1035":{"sourceObj":{"__isSmartRef__":true,"id":0},"sourceAttrName":"savedWorldAsURL","targetObj":{"__isSmartRef__":true,"id":0},"targetMethodName":"visitNewPageAfterSaveAs","varMapping":{"__isSmartRef__":true,"id":1036},"updaterString":"function ($upd, v) {\n if (v && v.toString() !== URL.source.toString()) { $upd(v); }\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1036":{"source":{"__isSmartRef__":true,"id":0},"target":{"__isSmartRef__":true,"id":0}},"1037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/demos/CPUVisaulizationPart.xhtml","search":"?forceInvalidateCache=1434656897933","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"1038":{"submorphs":[{"__isSmartRef__":true,"id":1039}],"scripts":[],"id":"0DF1FA9D-1E07-4B82-B26A-575F3DFDA025","shape":{"__isSmartRef__":true,"id":1050},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"LoadingMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":1051},"eventHandler":{"__isSmartRef__":true,"id":1151},"derivationIds":[127,"59692BC3-6C7B-4E23-B820-8699260EA722","486BB935-1313-4103-B2A8-642B19437478","18AFFD44-46CD-489E-B1D6-DED43E2B6B06","2608C892-2204-4981-9A87-8E749F8944AB","5535861F-4EA2-44AB-8A40-0538124E0AAC","16C292B3-86E8-4622-B516-27C48263B8CC","87731A20-D455-44D0-97E5-98A7CFD4E417","A17081E7-E597-47ED-BD32-6E4D206BD7D7","CFB4A44C-BFEA-4584-BCBA-AE2A56739200","76B3DD9B-8D01-42BA-A574-AB99D5F899BB","1EBC5512-8F54-4B24-998C-69A285EC8533","DD1165C7-6C1A-4361-A4AE-FCF6F31152FD","4D6D36E8-48F3-408A-B03C-202E4DC182BD","5F3B3E0F-BBC6-4DDA-BAA0-7EFC05FF2011","E0A6B33B-767A-4532-9021-892414520200","F5F5E2B1-5FF0-4E09-B323-AE88A3920B8D","0C7E832A-A741-430F-B295-8BC181D066FE","472AED3B-CB76-49BD-BF49-354A2D568F86","A7C52F65-D140-4791-880F-F7584C7BB570","3516412B-8B36-4E52-9416-6B7FB358BDC2","1840CACC-078C-4795-AD3F-E9D6F8D557A0","1FEDCA25-0131-46FA-840F-DC5F1B05C6CA","C620CED3-0AE9-4097-9AA7-2706A042F9C9","679A861B-40E0-4DB2-B22F-95B454C6978D","FEF39B3C-E634-4825-BAB8-2D44FE647B03","0C359AB4-E7FF-46F2-B050-E84944AAC865"],"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":1152},"prevScroll":[0,0],"moved":true,"headRevision":146469,"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isMetaTool":true,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1153},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(0.0,0.0)","distanceToDragEvent":"lively.pt(171.0,-13.0)"},"1039":{"submorphs":[{"__isSmartRef__":true,"id":1040}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1046},"id":"8D75D7E1-FAC3-4908-AF76-D10A6A6F6FEC","eventHandler":{"__isSmartRef__":true,"id":1047},"__layered_droppingEnabled__":true,"halosEnabled":true,"name":"ProgressIndicator","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1048},"derivationIds":[520,"071F18BE-FF28-40F5-ACAD-1916E0D25C38","DF185A10-743D-45FC-B9C2-76E12D908BCF","BF125D2C-596A-4C1E-A5F8-DAE4801E9497","3CEE8CFF-B8F1-4B4B-A405-CB583080252A","D0652878-8F9C-4591-8A82-296898AACDB6","31441DDF-2220-43BE-A99F-69E1FEC68030","14A90039-0D3E-46DC-8445-D42B8E02EB42","681EF5DE-A344-4114-B2F3-B96CE3872524","C0381116-5116-4F33-B082-A411D0E4534E","24E9581E-B008-46EE-9CBC-D5190E100D98","C69D1041-2C5E-48FE-B04C-04E66450658A","4830945B-4FFF-4564-9424-34D7995DAE60","8602C233-B3E7-4682-9B0E-D7549761D934","B4E0E11F-2BED-462E-B708-89D63971856E","EE0144C2-D016-4390-8A67-4E7DEF171C83","F44DF6E4-5F27-440E-AB5F-3721C0A10CA6","73FC6648-DAAF-4673-8CF4-7DA219513F22","B78EB1B5-780C-45F7-B0A7-B988B52B1FF1","DFDB8CD1-72F7-40F4-849B-1F9B866277AB","66111105-B1FC-41F7-BF70-D45118C9E09F","02420416-1E35-4831-AABB-91CD0460CA1A","7C6B2EB2-4510-4A8E-BAFF-5CF0040DD7F5","0503F5A1-1732-4610-9A5A-920D658CA766","07C5AE03-36AD-4849-BACD-27D7D9A2CCF2","9FFF9D73-931C-404C-AA4B-5AC2E7C53504","B1D109CF-D403-4B0A-988D-50F79586DAC1"],"owner":{"__isSmartRef__":true,"id":1038},"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":1049},"prevScroll":[0,0],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Image","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(113.5,81.0)","distanceToDragEvent":"lively.pt(39.0,-11.0)"},"1040":{"submorphs":[],"scripts":[],"id":"5214BE86-6995-48E1-9FDE-90B18E985198","shape":{"__isSmartRef__":true,"id":1041},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":257,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"loadedMorphName","partsBinMetaInfo":{"__isSmartRef__":true,"id":1042},"textChunks":[{"__isSmartRef__":true,"id":1043}],"charsReplaced":"MorphName","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1045},"_ClipMode":"visible","derivationIds":[355,"023045B3-2D6B-4425-89FB-F4806D527BE0","DC0C2365-868C-41AE-8369-51C31E91493E","C6D9D314-86A1-4015-970B-F6787F535E1A","6AA4552E-2E85-447E-9033-99D5AA1A94BC","D94BE49C-8A3E-4F1F-BF28-FEDD9B40D213","AA8F0470-654C-4AA2-8135-4607F5429AC5","E0BAABCC-FFB2-4EDF-BAE5-C63CC99B6A97","1A86AE17-73AE-442E-AB36-DD90C6DFC8BC","EF750075-E964-4CD3-B6A4-161511E1D058","CED69CBF-FFA5-45E7-B333-FBACE4F278AC","E56978C1-7424-4C10-8168-11FD3237B540","D5AB2532-A4DC-42D6-AF17-99CBBCEAA848","245866CB-598A-4172-A3A0-A06D4D26C6AD","43B0F12E-5793-43AA-80E1-496774E0EBA6","1B776A8C-0413-475F-8EBD-120BBD91D2BB","F84F2C9A-8003-4E81-833A-83F48C92F3B8","3124B389-9FA4-4348-BC5D-0DFF9C59CD1B","1A1BCBAC-D7CC-4BAE-B8C2-7C693F7327A1","1CB201BA-5E0B-4771-821A-139FA2AEFBC2","195520FA-4816-47A4-B0F5-BA890AFD9DF9","0D15F28A-24C9-46B7-89C5-6D2354728AC1","316FE9D3-62EC-4FD6-9B0F-FFA622B79575","739F3743-9BE1-48C8-813D-C0BFB0DCACA6","01877B3B-7DA7-4222-B011-7B5F4E501862","B8FE7DEE-9568-4BE6-BA12-EA674BA79E08","08EA4866-65F7-416E-810F-77F2E719663A"],"_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":1039},"_MinTextWidth":257,"_MinTextHeight":null,"previousSelection":[6,6],"_Align":"center","isBeingDragged":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-109.0,38.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(179.0,-11.0)"},"1041":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(257.0,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"1042":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1043":{"style":{"__isSmartRef__":true,"id":1044},"chunkOwner":{"__isSmartRef__":true,"id":1040},"storedString":"loading part","_id":"_4371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1044":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1045":{"morph":{"__isSmartRef__":true,"id":1040},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1046":{"_ImageURL":"data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"_ClipMode":"visible","_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Image","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(31.0,31.0)","_Padding":"lively.rect(0,0,0,0)"},"1047":{"morph":{"__isSmartRef__":true,"id":1039},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1048":{"partName":"ProgressIndicator","requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Widgets/","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1049":{"centeredHorizontal":true,"centeredVertical":true},"1050":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":8.515,"_Opacity":0.8146,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(266.0,223.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"1051":{"partsSpaceName":"PartsBin/iPadWidgets","comment":"This is a placeholder to indicate that a morph is being loaded. It will be replaced by the morph as soon as the requested morph finished loading.","migrationLevel":4,"partName":"LoadingMorph","changes":[{"__isSmartRef__":true,"id":1052},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1056},{"__isSmartRef__":true,"id":1058},{"__isSmartRef__":true,"id":1060},{"__isSmartRef__":true,"id":1062},{"__isSmartRef__":true,"id":1064},{"__isSmartRef__":true,"id":1066},{"__isSmartRef__":true,"id":1068},{"__isSmartRef__":true,"id":1070},{"__isSmartRef__":true,"id":1072},{"__isSmartRef__":true,"id":1074},{"__isSmartRef__":true,"id":1076},{"__isSmartRef__":true,"id":1078},{"__isSmartRef__":true,"id":1080},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1086},{"__isSmartRef__":true,"id":1088},{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1094},{"__isSmartRef__":true,"id":1096},{"__isSmartRef__":true,"id":1098},{"__isSmartRef__":true,"id":1100},{"__isSmartRef__":true,"id":1102},{"__isSmartRef__":true,"id":1104},{"__isSmartRef__":true,"id":1106},{"__isSmartRef__":true,"id":1108},{"__isSmartRef__":true,"id":1110},{"__isSmartRef__":true,"id":1112},{"__isSmartRef__":true,"id":1114},{"__isSmartRef__":true,"id":1116},{"__isSmartRef__":true,"id":1118},{"__isSmartRef__":true,"id":1120},{"__isSmartRef__":true,"id":1122},{"__isSmartRef__":true,"id":1124},{"__isSmartRef__":true,"id":1126},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1132},{"__isSmartRef__":true,"id":1134},{"__isSmartRef__":true,"id":1136},{"__isSmartRef__":true,"id":1138},{"__isSmartRef__":true,"id":1140},{"__isSmartRef__":true,"id":1142},{"__isSmartRef__":true,"id":1144},{"__isSmartRef__":true,"id":1146},{"__isSmartRef__":true,"id":1148}],"lastModifiedDate":{"__isSmartRef__":true,"id":1150},"revisionOnLoad":194364,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1052":{"date":{"__isSmartRef__":true,"id":1053},"author":"sstamm","message":"","id":"1C1391AE-5722-4707-BE52-F0094FC56829"},"1053":{"isSerializedDate":true,"string":"Wed Feb 22 2012 14:02:04 GMT+0100 (W. Europe Standard Time)"},"1054":{"date":{"__isSmartRef__":true,"id":1055},"author":"sstamm","message":"","id":"663F147A-9084-4AC3-81A7-1E7BA6547F08"},"1055":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:43:10 GMT+0100 (W. Europe Standard Time)"},"1056":{"date":{"__isSmartRef__":true,"id":1057},"author":"sstamm","message":"","id":"F72B746E-B170-4EFB-9074-5E8770640B8A"},"1057":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:36:14 GMT+0100 (W. Europe Standard Time)"},"1058":{"date":{"__isSmartRef__":true,"id":1059},"author":"sstamm","message":"","id":"568D2EFD-C535-43AE-8944-6D8B967129F5"},"1059":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:23:04 GMT+0100 (W. Europe Standard Time)"},"1060":{"date":{"__isSmartRef__":true,"id":1061},"author":"sstamm","message":"","id":"AB2484A6-0707-4E13-845E-F0A5F48BBA3D"},"1061":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:59:45 GMT+0100 (W. Europe Standard Time)"},"1062":{"date":{"__isSmartRef__":true,"id":1063},"author":"sstamm","message":"","id":"97D20633-F76C-46A5-A32A-FFE9BC83CAB3"},"1063":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:59:10 GMT+0100 (W. Europe Standard Time)"},"1064":{"date":{"__isSmartRef__":true,"id":1065},"author":"sstamm","message":"","id":"8A697DF5-9A45-4A84-B709-9719BF55083E"},"1065":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:56:54 GMT+0100 (W. Europe Standard Time)"},"1066":{"date":{"__isSmartRef__":true,"id":1067},"author":"sstamm","message":"","id":"F2157D66-1571-4B9A-B325-6FA96488260F"},"1067":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:51:05 GMT+0100 (W. Europe Standard Time)"},"1068":{"date":{"__isSmartRef__":true,"id":1069},"author":"sstamm","message":"","id":"E5E808CA-06AB-47DC-A9C9-CA7967591545"},"1069":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:47:19 GMT+0100 (W. Europe Standard Time)"},"1070":{"date":{"__isSmartRef__":true,"id":1071},"author":"sstamm","message":"","id":"009DC4E0-23CA-485A-A796-801AA0F75049"},"1071":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:46:25 GMT+0100 (W. Europe Standard Time)"},"1072":{"date":{"__isSmartRef__":true,"id":1073},"author":"sstamm","message":"","id":"C0CE1397-6E2E-4E8C-AEFF-9017E24BB7E4"},"1073":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:45:05 GMT+0100 (W. Europe Standard Time)"},"1074":{"date":{"__isSmartRef__":true,"id":1075},"author":"sstamm","message":"","id":"FFE16986-548D-4AC2-A627-CF6416282BC4"},"1075":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:37:15 GMT+0100 (W. Europe Standard Time)"},"1076":{"date":{"__isSmartRef__":true,"id":1077},"author":"sstamm","message":"","id":"57213D63-7147-4057-ADC9-30994443B066"},"1077":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:35:29 GMT+0100 (W. Europe Standard Time)"},"1078":{"date":{"__isSmartRef__":true,"id":1079},"author":"sstamm","message":"","id":"75A31364-B380-4312-BB5B-F8F2DA1CE824"},"1079":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:31:52 GMT+0100 (W. Europe Standard Time)"},"1080":{"date":{"__isSmartRef__":true,"id":1081},"author":"sstamm","message":"","id":"5AA50B7E-7D33-44C4-807B-BF1ABA31D530"},"1081":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:14:10 GMT+0100 (W. Europe Standard Time)"},"1082":{"date":{"__isSmartRef__":true,"id":1083},"author":"sstamm","message":"","id":"BCDCC505-534C-45E5-9BB2-5238959A5AD0"},"1083":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:02:56 GMT+0100 (W. Europe Standard Time)"},"1084":{"date":{"__isSmartRef__":true,"id":1085},"author":"sstamm","message":"","id":"890D14F4-E89D-4E05-BFB9-875D6AB6C765"},"1085":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:01:50 GMT+0100 (W. Europe Standard Time)"},"1086":{"date":{"__isSmartRef__":true,"id":1087},"author":"sstamm","message":"","id":"B6FE0805-0D24-4267-8238-8B332352617E"},"1087":{"isSerializedDate":true,"string":"Wed Feb 22 2012 10:55:44 GMT+0100 (W. Europe Standard Time)"},"1088":{"date":{"__isSmartRef__":true,"id":1089},"author":"sstamm","message":"callbacks are working","id":"9348260A-3B55-4659-BC85-440BFBD98EA4"},"1089":{"isSerializedDate":true,"string":"Fri Feb 10 2012 09:45:55 GMT+0100 (W. Europe Standard Time)"},"1090":{"date":{"__isSmartRef__":true,"id":1091},"author":"sstamm","message":"made it more opaque","id":"1B84264C-2822-407F-A58F-19217BCD2762"},"1091":{"isSerializedDate":true,"string":"Wed Feb 08 2012 11:41:50 GMT+0100 (W. Europe Standard Time)"},"1092":{"date":{"__isSmartRef__":true,"id":1093},"author":"sstamm","message":"","id":"0FB41D7D-2A52-4782-814B-A66C24FCE569"},"1093":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:13:49 GMT+0100 (W. Europe Standard Time)"},"1094":{"date":{"__isSmartRef__":true,"id":1095},"author":"sstamm","message":"","id":"A0C2D7C1-04AF-493A-A7D7-70750F7D3E2F"},"1095":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:22:07 GMT+0100 (W. Europe Standard Time)"},"1096":{"date":{"__isSmartRef__":true,"id":1097},"author":"sstamm","message":"trollolol","id":"F6CFAD78-AC72-4DE2-9F38-79776C2E9462"},"1097":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:14 GMT+0100 (W. Europe Standard Time)"},"1098":{"date":{"__isSmartRef__":true,"id":1099},"author":"sstamm","message":"should be centered now","id":"EE366B4D-C272-477F-8C28-4EAE5A7EC7CB"},"1099":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:54:35 GMT+0100 (W. Europe Standard Time)"},"1100":{"date":{"__isSmartRef__":true,"id":1101},"author":"sstamm","message":"initial commit","id":"8920D925-DD16-4667-B8C7-FB74D78C2424"},"1101":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:26:01 GMT+0100 (W. Europe Standard Time)"},"1102":{"date":{"__isSmartRef__":true,"id":1103},"author":"sstamm","message":"changed text morph name","id":"80E88A3C-5AF3-48F2-A600-710877630997"},"1103":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:04:01 GMT+0100 (W. Europe Standard Time)"},"1104":{"date":{"__isSmartRef__":true,"id":1105},"author":"sstamm","message":"added loading script","id":"EE9B8F4D-1F03-4232-82E6-794046974F8F"},"1105":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:28:30 GMT+0100 (W. Europe Standard Time)"},"1106":{"date":{"__isSmartRef__":true,"id":1107},"author":"sstamm","message":"added disconnection","id":"11F19267-924E-4087-99ED-998245576BD2"},"1107":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:32:58 GMT+0100 (W. Europe Standard Time)"},"1108":{"date":{"__isSmartRef__":true,"id":1109},"author":"sstamm","message":"removed connections before deletion","id":"35A88218-6864-4D52-83A2-BFF7B9A6907C"},"1109":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:41:00 GMT+0100 (W. Europe Standard Time)"},"1110":{"date":{"__isSmartRef__":true,"id":1111},"author":"sstamm","message":"now able to load parts by name and category as well as per partItem","id":"F36A5782-461D-4813-95F8-0207990A261C"},"1111":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:24:30 GMT+0100 (W. Europe Standard Time)"},"1112":{"date":{"__isSmartRef__":true,"id":1113},"author":"sstamm","message":"now with round corners","id":"F42C39CB-CC37-467D-BF10-D362241F047E"},"1113":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:26:23 GMT+0100 (W. Europe Standard Time)"},"1114":{"date":{"__isSmartRef__":true,"id":1115},"author":"sstamm","message":"loadingMorph is sync now","id":"12ACFFC9-BA53-4A2A-ABD4-894A5ECE1145"},"1115":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:48:04 GMT+0100 (W. Europe Standard Time)"},"1116":{"date":{"__isSmartRef__":true,"id":1117},"author":"sstamm","message":"display the loadingMorph in new thread","id":"2BA51E30-F02B-4AF0-B3BE-52DD4ED522CC"},"1117":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:53:49 GMT+0100 (W. Europe Standard Time)"},"1118":{"date":{"__isSmartRef__":true,"id":1119},"author":"sstamm","message":"","id":"DF0AE4EA-1B08-4556-8BBE-E6488F23B8A3"},"1119":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:49:48 GMT+0100 (W. Europe Standard Time)"},"1120":{"date":{"__isSmartRef__":true,"id":1121},"author":"sstamm","message":"","id":"220821B3-C589-41C9-A324-8E7E6D9D6CEB"},"1121":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:58:43 GMT+0100 (W. Europe Standard Time)"},"1122":{"date":{"__isSmartRef__":true,"id":1123},"author":"sstamm","message":"","id":"DEBFACE2-7EC5-4A86-AD46-5A0A88A73707"},"1123":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:04:28 GMT+0100 (W. Europe Standard Time)"},"1124":{"date":{"__isSmartRef__":true,"id":1125},"author":"sstamm","message":"load request in new thread if loading should be async","id":"18282D28-D6D4-48C9-A508-6E3244449BD8"},"1125":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:10:27 GMT+0100 (W. Europe Standard Time)"},"1126":{"date":{"__isSmartRef__":true,"id":1127},"author":"sstamm","message":"added benchmarking output","id":"249CFF90-DDF5-4A83-9759-0289E96D7D58"},"1127":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:31:50 GMT+0100 (W. Europe Standard Time)"},"1128":{"date":{"__isSmartRef__":true,"id":1129},"author":"sstamm","message":"","id":"882082E1-29B6-418D-9B8B-672729D60619"},"1129":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:38:26 GMT+0100 (W. Europe Standard Time)"},"1130":{"date":{"__isSmartRef__":true,"id":1131},"author":"sstamm","message":"","id":"5179AEF9-E19F-4B0C-BBD8-556C5687988A"},"1131":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:44:11 GMT+0100 (W. Europe Standard Time)"},"1132":{"date":{"__isSmartRef__":true,"id":1133},"author":"sstamm","message":"","id":"1159C5B4-724E-4124-9D7B-5CD5DC4A8EE3"},"1133":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:48:14 GMT+0100 (W. Europe Standard Time)"},"1134":{"date":{"__isSmartRef__":true,"id":1135},"author":"sstamm","message":"","id":"2A718D1F-1036-41D6-999A-336F2B14E65D"},"1135":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:49:47 GMT+0100 (W. Europe Standard Time)"},"1136":{"date":{"__isSmartRef__":true,"id":1137},"author":"sstamm","message":"","id":"EB6BDD0C-7EEC-4124-B77F-2F106A601538"},"1137":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:59:48 GMT+0100 (W. Europe Standard Time)"},"1138":{"date":{"__isSmartRef__":true,"id":1139},"author":"sstamm","message":"","id":"63EC8D07-AB6A-450A-BB84-9B4D37E03647"},"1139":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:02:33 GMT+0100 (W. Europe Standard Time)"},"1140":{"date":{"__isSmartRef__":true,"id":1141},"author":"sstamm","message":"","id":"19CE12E4-5AA5-48DC-B1D1-B0EB0EDF1CB9"},"1141":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:03:42 GMT+0100 (W. Europe Standard Time)"},"1142":{"date":{"__isSmartRef__":true,"id":1143},"author":"sstamm","message":"first attempt to introduce callback functions to part loading","id":"22BD0B95-8948-411A-A56E-AD7CBE445F1D"},"1143":{"isSerializedDate":true,"string":"Thu Feb 09 2012 20:20:11 GMT+0100 (W. Europe Standard Time)"},"1144":{"date":{"__isSmartRef__":true,"id":1145},"author":"sstamm","message":"","id":"A216DFD2-9D1F-4E62-A22F-6B5472823E1B"},"1145":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:37:34 GMT+0100 (W. Europe Standard Time)"},"1146":{"date":{"__isSmartRef__":true,"id":1147},"author":"sstamm","message":"","id":"464E723A-08DC-433C-AA5C-CEC850DBAF0B"},"1147":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:42:29 GMT+0100 (W. Europe Standard Time)"},"1148":{"date":{"__isSmartRef__":true,"id":1149},"author":"jenslincke","message":"make it a meta tool","id":"8406E1E5-C48F-4F03-AC17-81AABDE9235E"},"1149":{"isSerializedDate":true,"string":"Fri Mar 22 2013 14:56:05 GMT+0100 (W. Europe Standard Time)"},"1150":{"isSerializedDate":true,"string":"Wed Feb 05 2014 19:59:57 GMT+0100 (W. Europe Standard Time)"},"1151":{"morph":{"__isSmartRef__":true,"id":1038},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1152":{"adjustForNewBounds":true},"1153":{"loadPart":{"__isSmartRef__":true,"id":1154},"loadFinished":{"__isSmartRef__":true,"id":1158},"loadPartByName":{"__isSmartRef__":true,"id":1162}},"1154":{"varMapping":{"__isSmartRef__":true,"id":1155},"source":"function loadPart(partItem, isAsync) {\n this.partItem = partItem;\n \n this.openInWorld();\n if(partItem.part) {\n this.setExtent(partItem.part.getExtent());\n }\n this.align(this.bounds().center(), $world.visibleBounds().center());\n \n \n if(typeof isAsync === \"function\") {\n this.callback = isAsync;\n }\n\n connect(partItem, 'part', this, \"loadFinished\");\n\n partItem.loadPart(isAsync);\n\n return partItem.part;\n\n}","funcProperties":{"__isSmartRef__":true,"id":1156},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1155":{"this":{"__isSmartRef__":true,"id":1038}},"1156":{"timestamp":{"__isSmartRef__":true,"id":1157},"user":"sstamm","tags":[]},"1157":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:42:18 GMT+0100 (W. Europe Standard Time)"},"1158":{"varMapping":{"__isSmartRef__":true,"id":1159},"source":"function loadFinished(part) {\n if(this.owner === $world.firstHand()) {\n $world.firstHand().removeAllMorphs();\n } else {\n this.owner.addMorph(part);\n part.align(part.bounds().center(), this.bounds().center());\n this.remove();\n }\n disconnect(this.partItem, 'part', this, \"loadFinished\");\n if(this.callback) {\n this.callback(part);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1160},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1159":{"this":{"__isSmartRef__":true,"id":1038}},"1160":{"timestamp":{"__isSmartRef__":true,"id":1161},"user":"sstamm","tags":[]},"1161":{"isSerializedDate":true,"string":"Wed Feb 22 2012 14:01:53 GMT+0100 (W. Europe Standard Time)"},"1162":{"varMapping":{"__isSmartRef__":true,"id":1163},"source":"function loadPartByName(partName, optPartsSpaceName, isAsync) {\n var partItem = lively.PartsBin.getPartItem(partName, optPartsSpaceName);\n return this.loadPart(partItem, isAsync);\n}","funcProperties":{"__isSmartRef__":true,"id":1164},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1163":{"this":{"__isSmartRef__":true,"id":1038}},"1164":{"timestamp":{"__isSmartRef__":true,"id":1165},"user":"sstamm","tags":[]},"1165":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:03:18 GMT+0100 (W. Europe Standard Time)"},"1166":{"isSerializedDate":true,"string":"Thu Jun 18 2015 21:55:41 GMT+0200 (W. Europe Daylight Time)"},"1167":{"rules":[{"__isSmartRef__":true,"id":1168},{"__isSmartRef__":true,"id":1170}],"originMorph":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"lively.morphic.StyleSheet","__SourceModuleName__":"Global.lively.morphic.StyleSheetRepresentation"},"1168":{"declarations":[{"__isSmartRef__":true,"id":1169}],"styleSheet":{"__isSmartRef__":true,"id":1167},"selector":".Window","__LivelyClassName__":"lively.morphic.StyleSheetRule","__SourceModuleName__":"Global.lively.morphic.StyleSheetRepresentation"},"1169":{"values":["none"],"rule":{"__isSmartRef__":true,"id":1168},"property":"box-shadow","priority":false,"__LivelyClassName__":"lively.morphic.StyleSheetDeclaration","__SourceModuleName__":"Global.lively.morphic.StyleSheetRepresentation"},"1170":{"declarations":[{"__isSmartRef__":true,"id":1171}],"styleSheet":{"__isSmartRef__":true,"id":1167},"selector":".Window.highlighted","__LivelyClassName__":"lively.morphic.StyleSheetRule","__SourceModuleName__":"Global.lively.morphic.StyleSheetRepresentation"},"1171":{"values":["none"],"rule":{"__isSmartRef__":true,"id":1170},"property":"box-shadow","priority":false,"__LivelyClassName__":"lively.morphic.StyleSheetDeclaration","__SourceModuleName__":"Global.lively.morphic.StyleSheetRepresentation"},"isSimplifiedRegistry":true}}]]>