63
43
0 100
Celsius:
Fahrenheit:
redBox._Rotation ........ 1.5707963267948966
blueBox._Rotation ....... 0.5707963267948966
blueBox._Position ... lively.pt(627.9,103.3)
UNKNOWN.x ................................ 0
UNKNOWN.y ................................ 0
blueBox._FixedPosition ........... undefined
redBox._Position .... lively.pt(555.9,102.9)
redBox._FixedPosition ............ undefined
Fahrenheit.value ........ 0.5951237500000006
Celsius.value ....................... 0.4301
FLabel.textString ....................... 63
CLabel.textString ....................... 43
Disable Value Tracking
managed_constraints.js
X

Menu
N
ObjectEditor -- workspace>>highlightConstraintVariable
X

Menu
ObjectEditor -- variableList>>updateVariables
X

Menu
ObjectEditor -- workspace>>highlightWordRange
X

Menu
Inspector on: lively.morphic.List
X

Menu
Lists.js:List:-- all --
X

Menu
N
ObjectEditor -- variableList>>updateVariables
X

Menu
var f = this.get('Fahrenheit'),
        c = this.get('Celsius'),
        ft = this.get('FLabel'),
        ct = this.get('CLabel');
var blue = this.get('blueBox'), red = this.get('redBox');
  
always: { 
    solver: this.cassowary;
    priority: "medium" 
    red.getRotation() == blue.getRotation() + -26
}
always: {
    solver: this.cassowary;
    priority: "medium"
    blue.getPosition().x == red.getPosition().x + -94
}
    always: {
        solver: this.cassowary;
        priority: "medium"
        (f.getValue() * 80) - -124 == (c.getValue() * -21) * -19 &&
        f.getValue() >= 0 && c.getValue() >= 0 &&
        f.getValue() <= 1 && c.getValue() <= 1
    } 
    always: {
        solver: this.deltablue;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
depth: 1
reset
highlight in list when a value changes (siehe Jens)
priorities dropdown
checkbox dropdown
sinnvolles beispiel - electrical circuits
tab panes
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
show vars
JavaScript Workspace
X

Menu
[warn] misspelled option "useElasticTabstops"
[warn] misspelled option "behaviorsEnabled"
[warn] misspelled option "behaviorsEnabled"
[log] Finished parsing in 0.028 s
[error] could not browse start in lively.net.SessionTracker
[warn] Cannot access subElements of http://lively-kernel.org/babelsberg/timemachine/2015-07-13T09%3A25%3A26.000Z/core/
[warn] Cannot access subElements of http://lively-kernel.org/babelsberg/timemachine/2015-07-13T09%3A25%3A26.000Z/core/lively/net/
[warn] Cannot access subElements of http://lively-kernel.org/babelsberg/timemachine/2015-07-13T09%3A25%3A26.000Z/core/lively/net/
[log] new url: http://lively-kernel.org/babelsberg/timemachine/2015-07-13T09%3A25%3A26.000Z/core/lively/net/
[log] http://lively-kernel.org/babelsberg/timemachine/2015-07-13T09%3A25%3A26.000Z/core/anonymous_module_23 loaded in 5 ms
[warn] misspelled option "useElasticTabstops"
[warn] misspelled option "behaviorsEnabled"
[warn] misspelled option "behaviorsEnabled"
[log] lively.set.SessionTracker setup done
[log] http://lively-kernel.org/babelsberg/timemachine/2015-07-13T09%3A25%3A26.000Z/core/anonymous_module_24 loaded in 94 ms
[warn] loading module Global.users.jens.config timed out, trying again...
[log] Loading sync http://lively-kernel.org/babelsberg/timemachine/2015-07-13T09%3A25%3A26.000Z/users/jens/config.js
[warn] cannot load http://lively-kernel.org/babelsberg/timemachine/2015-07-13T09%3A25%3A26.000Z/users/jens/config.js: Not Found
[log] lively.set.SessionTracker setup done
[log] Session connection to http://lively-kernel.org/babelsberg/nodejs/SessionTracker/ established
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
follow log
clear
reattach
Log Messages
X

Menu
depth: 1
reset
lively.net.SessionTracker.localSessionTrackerURL = URL.create('http://lively-kernel.org/babelsberg/nodejs/SessionTracker/')
lively.net.SessionTracker.start()
//a
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
show vars
JavaScript Workspace
X

Menu