Tutorial examples

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