lively.pt(0.0,0.0) 1900 1
TODO: DBVariable>>cnEquals is fuzzy about which inputs it recognizes, need to think about that.
ObjectEditor -- Graph>>mapToY
X

Menu
ObjectEditor -- Country>>reset
X

Menu
1
2
3
1
2
3
1
2
3
// changed at Wed Jan 28 2015 14:59:35 GMT+0100 (Central Europe Standard Time) by timfelgentr
eff
this.addScript(function reset() {
    Global.JSLoader.loadJs(Global.Config.rootPath + "apps/papaparse.js")
    /*
    this.slider.value = 0.3
    */
    
    Global.bbb.unconstrainAll(this)
    Global.bbb.unconstrainAll(this.slider)
    
    this.slider = this.get("Slider")
    this.width = this.getBounds().width
    this.height = this.getBounds().height
    
    this.submorphs.each(function(m) {
        if (m.name !== "Slider") {
            m.remove();
        }
    });
    this.loadData();
    
    this.deltablue = new Global.DBPlanner()
    this.cassowary = new Global.ClSimplexSolver()
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<lively.morphic.Box#261C3... - Graph>
Tag:
run
save
Tests

-- ALL --
addData
addMorphs
loadFakeData
loadRealData
mapToX
mapToY
reset
year
Scripts
-
+
-
Connections
+
-- ALL --
all
ObjectEditor -- Graph>>reset
X

Menu
World successfully saved