Tutorial examples
- Displaying a captioned MainView with persistent layout - helloTitle
- Putting static text on a CLabelView in the client area - helloLabel
- Making the caption display editable text from a TextView, using a Node - helloNode
- Making the value of a Node persistent - helloPersistent
- Using Node.dependsUpon to concatenate the values of two Nodes - helloDependsOn
- Using Event Nodes in the Pull pattern - calculatorPull
- Using Event Nodes in the Push pattern - calculatorPush
- Elaborating the Pull pattern - calculatorRpn
- Using design mode - layoutDesign
- Dealing with cyclic dependencies by creating a single cycle update graph - circleSingleCycle
- Dealing with cyclic dependencies by creating a branched update graph - circleBranched
- Accessing the native widget that underlies a View - helloLabelTweaked