link start!

This commit is contained in:
cherubin
2026-03-17 13:31:18 -07:00
commit 08abe87cfb
5910 changed files with 386288 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Niagara Presentation XML -->
<px version="1.0" media="workbench:WbPxMedia">
<import>
<module name="baja"/>
<module name="bajaui"/>
<module name="converters"/>
<module name="gx"/>
<module name="kitPx"/>
</import>
<content>
<CanvasPane viewSize="750.0,600.0" background="white">
<Rect fill="red" stroke="black" geom="0,60,740,10"/>
<Rect fill="linearGradient( angle(-20) stop(0% #eeeeee) stop(100% silver) )" stroke="black" geom="410,170,310,210"/>
<BoundLabel layout="430,190,pref,pref" font="36pt Tahoma">
<BoundLabelBinding ord="station:|slot:/DemoChotchkie/Flair1/NumericWritable" statusEffect="none">
<ObjectToString name="text"/>
</BoundLabelBinding>
</BoundLabel>
<BoundLabel layout="430,250,pref,pref" font="36pt Tahoma">
<BoundLabelBinding ord="station:|slot:/DemoChotchkie/Flair1/NumericWritable1" statusEffect="none">
<ObjectToString name="text"/>
</BoundLabelBinding>
</BoundLabel>
<BoundLabel layout="430,310,pref,pref" font="36pt Tahoma">
<BoundLabelBinding ord="station:|slot:/DemoChotchkie/Flair1/NumericWritable2" statusEffect="none">
<ObjectToString name="text"/>
</BoundLabelBinding>
</BoundLabel>
<Label layout="290,80,450,50" text="Pieces of Flair #1" font="bold 48pt Tahoma" foreground="black" halign="right"/>
<Label layout="10,10,267,150" image="module://demoChotchkie/rc/chotchkies.png"/>
<BoundLabel layout="290,170,100,100">
<BoundLabelBinding ord="station:|slot:/DemoChotchkie/Flair1/BooleanWritable">
<IBooleanToSimple name="image">
<Image name="trueValue" value="module://kitPxHvac/boolean/bulbTrue.gif"/>
<Image name="falseValue" value="module://kitPxHvac/boolean/bulbFalse.gif"/>
</IBooleanToSimple>
</BoundLabelBinding>
</BoundLabel>
</CanvasPane>
</content>
</px>
+46
View File
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Niagara Presentation XML -->
<px version="1.0" media="workbench:WbPxMedia">
<import>
<module name="baja"/>
<module name="bajaui"/>
<module name="converters"/>
<module name="demoChotchkie"/>
<module name="gx"/>
<module name="kitPx"/>
<module name="workbench"/>
</import>
<content>
<ScrollPane>
<CanvasPane name="content" viewSize="500.0,400.0" background="#cccccc">
<ExampleView layout="10,10,480,210">
<WbViewBinding ord="station:|slot:/DemoChotchkie/Flair1"/>
</ExampleView>
<Rect fill="linearGradient( angle(-90) stop(0% #666666) stop(100% #444444) )" stroke="black" geom="10,300,480,80"/>
<BoundLabel layout="150,310,230,30" font="18pt Tahoma" foreground="white" halign="left">
<BoundLabelBinding ord="station:|slot:/DemoChotchkie/Flair1/nickName" statusEffect="none">
<ObjectToString name="text"/>
</BoundLabelBinding>
</BoundLabel>
<BoundLabel layout="150,340,230,30" font="18pt Tahoma" foreground="white" halign="left">
<BoundLabelBinding ord="station:|slot:/DemoChotchkie/Flair1/level" statusEffect="none">
<ObjectToString name="text"/>
</BoundLabelBinding>
</BoundLabel>
<Label layout="20,310,130,30" text="Current Name:" font="18pt Tahoma" foreground="white" halign="left"/>
<Label layout="20,340,130,30" text="Current Level:" font="18pt Tahoma" foreground="white" halign="left"/>
<SaveButton layout="400,310,80,30"/>
</CanvasPane>
</ScrollPane>
</content>
</px>