Button
737373
RGB Hex value:
Alpha value:
Charting
ObjectEditor
X
M

ObjectEditor
X
M

Workspace
X
M

Connected
Some Text
Fabrik Parts List
X
M


Update
Start Ticking
show pins
morph
pin
I/O
value
rule
Slider
value
output
0.6916

Button1
fire
output
true

Elephant
setScale
input
0.6916
Slider.value
Elephant
setFill
input
--

ColorPicker
color
output
rgb(115,115,115)

Text2
textString
input
Charting
List1.selection
Text2
savedTextString
output
undefined

List1
itemList
input
--

List1
selection
output
Charting

Text3
textString
input
--

Text3
savedTextString
output
undefined









































choose target
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// changed at Thu Jun 06 2013 12:37:00 GMT-0700 (PDT) by DIngalls  
this.addScript(function reset() {  // this.reset()
    this.protoPin = this.get('FabrikPin');
    this.protoPin.applyStyle({enableGrabbing: false, enableDragging: true});
    this.protoPin.dragTriggerDistance = 0;
    this.protoPin.setFill(Color.rgb(204,251,253));
    this.protoPin.setBorderColor(Color.rgb(40,45,251));
    this.wireColor = this.protoPin.getBorderColor()
    this.setFill(this.wireColor.lighter());
    this.get('showHideButton').toggle = true;
    connect(this.get('showHideButton'), "fire", this, "showHidePins");
    connect(this.get('UpdateButton'), 'fire', this, 'buildPartsList');
    connect(this.get('targetButton'), 'fire', this, 'chooseTarget');
    this.get('TickButton').toggle = true;
    connect(this.get('TickButton'), 'fire', this, 'tickOnOff');
    
    this.domain = null;
    this.buildPartsList();
}).tag([]);
X
Scripts
Connections
+
+
-
-
<lively.morphic.Box#1DA5E... - PartsListPanel>
Tag:
all
run
save
Tests

ObjectEditor
X
M