I tried entering setFill(255,0,0)\n\nNo problem. In the absence of adequate documentation (to which we readily confess) your best bet is to search the code base. There you will discover, either through usage or comments in the code, that setFill expects its argument to be a Color or a Gradient (Linear or Radial).\n\nI believe the correct way to write your example is\n\n\tthis.setFill(new Color(1, 0, 0)); // We use 0..1 instead of 0..255\n\n\n\n\n\n \n\n","__LivelyClassName__":"lively.morphic.Text"},"2":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":3},"_Extent":{"__isSmartRef__":true,"id":4},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":5},"_Fill":{"__isSmartRef__":true,"id":6},"renderContextTable":{"__isSmartRef__":true,"id":7},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":8},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4":{"x":913,"y":571,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"9":{"x":21,"y":63,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"12":{"resizeWidth":true,"resizeHeight":true},"13":{"style":{"__isSmartRef__":true,"id":14},"chunkOwner":{"__isSmartRef__":true,"id":1},"storedString":"2008/01 On the release of 0.8 Summary of major (and some minor) changes...\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14":{"fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15":{"style":{"__isSmartRef__":true,"id":16},"chunkOwner":{"__isSmartRef__":true,"id":1},"storedString":"\n1. The entire Morphic architecture has been converted to wrap host \nSVG objects instead of extending them. This was done in such a way \nas to change almost nothing at the level of most applications. The \nmajor benefit afforded by this change is compatibility, since many \nJavaScript implementations do not support the ability to extend host \nobjects.\n\n2. We have adopted a class system derived from prototype.js ver 1.60 \nand extended with built-in support for serialization and copy \nconstructors. These conventions make it much more natural to use \nclasses and class inheritance in JavaScript (the .subclass() method \nand $super optional parameter).\n\nSo documentation for \"miniprototype\"....\n\n3. Some principles of layout have been introduced: setBounds() has \nbeen split into setPosition() and setExtent() in anticipation of \nlayout managers that will want to move submorphs around without \nhaving to recompose them internally. Recomposition is triggered by \nsetExtent() via the message adjustForNewBounds(). This is summarized \nin the comment to Morph.setBounds().\n\n4. An optional menu button has been added to ScrollPanes. See the \nSimpleBrowser for an example of how to use this feature.\n\n5. Paned windows and their titleBars are now able to resize \nthemselves proportionally (using the rectangle resize handles) \nindependent of their ability to grow and shrink using the handles to \nchange scale.\n\n6. We have the beginnings of a reflective model for execution state. \nIf one sets Config.debugExtras = true, most methods are wrapped with \na function that keeps track of the stack with method names *and* even \nthe arguments. This can be tested by, eg, typing\n\tFunction.showStack()\nin any textMorph, selecting it and evaluating it with alt-d. This \nshould result in the stack being printed to the console with method \nnames and argument values.\n\n7. This same approach makes it possible to trace code. This \ncapability can be tested by invoking the 'test tracing' option of the \nMorph menu. Note that this will generate a lot of output if used on \na complex object. Best to try it on a simple rectangle or ellipse.\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17":{"style":{"__isSmartRef__":true,"id":18},"chunkOwner":{"__isSmartRef__":true,"id":1},"storedString":"\n2008/03/25 Setting Fill Colour","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"18":{"fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"19":{"style":{"__isSmartRef__":true,"id":20},"chunkOwner":{"__isSmartRef__":true,"id":1},"storedString":"\n\n> I tried entering setFill(255,0,0)\n\nNo problem. In the absence of adequate documentation (to which we readily confess) your best bet is to search the code base. There you will discover, either through usage or comments in the code, that setFill expects its argument to be a Color or a Gradient (Linear or Radial).\n\nI believe the correct way to write your example is\n\n\tthis.setFill(new Color(1, 0, 0)); // We use 0..1 instead of 0..255\n\n\n\n\n\n \n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"20":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"21":{"style":{"__isSmartRef__":true,"id":22},"chunkOwner":{"__isSmartRef__":true,"id":1},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"22":{"italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"23":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24":{"x":913,"y":571,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"25":{"morph":{"__isSmartRef__":true,"id":1},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26":{"x":613,"y":-17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"27":{"submorphs":[],"scripts":[],"id":257,"shape":{"__isSmartRef__":true,"id":28},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":34},"_MaxTextWidth":651,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":35},"showsHalos":false,"_FontSize":25,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":36},"_TextColor":{"__isSmartRef__":true,"id":37},"owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"textChunks":[{"__isSmartRef__":true,"id":38}],"charsReplaced":"Keith","lastFindLoc":5,"_ClipMode":"visible","renderContextTable":{"__isSmartRef__":true,"id":40},"priorExtent":{"__isSmartRef__":true,"id":41},"eventHandler":{"__isSmartRef__":true,"id":42},"priorSelectionRange":[17,17],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":651,"_MinTextHeight":null,"previousSelection":[4,4],"isBeingDragged":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":43},"savedTextString":"A template for your worlds OK IT\n","__LivelyClassName__":"lively.morphic.Text"},"28":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":29},"_Extent":{"__isSmartRef__":true,"id":30},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":31},"renderContextTable":{"__isSmartRef__":true,"id":32},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":33},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"29":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"30":{"x":651,"y":35,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"31":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"32":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"33":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"34":{"x":11,"y":15,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"35":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"36":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"37":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"38":{"style":{"__isSmartRef__":true,"id":39},"chunkOwner":{"__isSmartRef__":true,"id":27},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Useful Messages On the Mailing List","__LivelyClassName__":"lively.morphic.TextChunk"},"39":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"40":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"41":{"x":652,"y":36,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"42":{"morph":{"__isSmartRef__":true,"id":27},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"43":{"x":282,"y":-10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"44":{"submorphs":[],"scripts":[],"id":586,"shape":{"__isSmartRef__":true,"id":45},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"eventHandler":{"__isSmartRef__":true,"id":50},"_Position":{"__isSmartRef__":true,"id":51},"showsHalos":false,"name":"Image","partsBinMetaInfo":{"__isSmartRef__":true,"id":52},"__SourceModuleName__":"Global.lively.morphic.Widgets","renderContextTable":{"__isSmartRef__":true,"id":53},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":0},"isBeingDragged":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"45":{"position":{"__isSmartRef__":true,"id":46},"_Extent":{"__isSmartRef__":true,"id":47},"_ImageURL":"http://lively-kernel.org/repository/webwerkstatt/media/hpi_logo.png","__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":48},"isLoaded":true,"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49},"__LivelyClassName__":"lively.morphic.Shapes.Image"},"46":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"47":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"48":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"49":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"50":{"morph":{"__isSmartRef__":true,"id":44},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"51":{"x":1049,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"52":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","partName":"Image","migrationLevel":2,"comment":"an pixmap image morph","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"53":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"54":{"submorphs":[],"scripts":[],"id":226,"shape":{"__isSmartRef__":true,"id":55},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":false,"registeredForMouseEvents":true,"_world":{"__isSmartRef__":true,"id":0},"_Position":{"__isSmartRef__":true,"id":61},"owner":{"__isSmartRef__":true,"id":0},"__SourceModuleName__":"Global.lively.morphic.Events","carriesGrabbedMorphs":false,"_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":62},"eventHandler":{"__isSmartRef__":true,"id":63},"_Rotation":0,"lastScrollTime":1320276649928,"internalClickedOnMorph":{"__isSmartRef__":true,"id":1},"__LivelyClassName__":"lively.morphic.HandMorph","withLayers":["Global.NoMagnetsLayer"]},"55":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":56},"_Extent":{"__isSmartRef__":true,"id":57},"_Fill":{"__isSmartRef__":true,"id":58},"renderContextTable":{"__isSmartRef__":true,"id":59},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"57":{"x":2,"y":2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"58":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"59":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"60":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"61":{"x":813,"y":277,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"62":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"63":{"morph":{"__isSmartRef__":true,"id":54},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":65},"_Extent":{"__isSmartRef__":true,"id":66},"_Fill":{"__isSmartRef__":true,"id":67},"renderContextTable":{"__isSmartRef__":true,"id":68},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":69},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"66":{"x":2800,"y":2900,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"67":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"68":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"69":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"70":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"71":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"72":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"73":{"morph":{"__isSmartRef__":true,"id":0},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74":{"sourceObj":{"__isSmartRef__":true,"id":0},"sourceAttrName":"savedWorldAsURL","targetObj":{"__isSmartRef__":true,"id":0},"targetMethodName":"visitNewPageAfterSaveAs","converter":null,"converterString":null,"updaterString":"function ($upd, v) { \n if (v && v.toString() !== URL.source.toString()) {\n $upd(v) \n }\n }","varMapping":{"__isSmartRef__":true,"id":75},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76},"__LivelyClassName__":"AttributeConnection"},"75":{"source":{"__isSmartRef__":true,"id":0},"target":{"__isSmartRef__":true,"id":0}},"76":{"updater":{"__isSmartRef__":true,"id":77}},"77":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":75},"source":"function ($upd, v) { \n if (v && v.toString() !== URL.source.toString()) {\n $upd(v) \n }\n }","funcProperties":{"__isSmartRef__":true,"id":78},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"78":{},"79":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/keith/start.xhtml","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"}}}]]>