Demonstrates idle script and some time functions.
Shows a user proto that implements a clMonthView
based date picker like the one found in the preferences or calendar app. Lots of good
stuff about clMonthView in here.
Illustrates how to use the Drag and Drop API.
Also demonstates how to drag an item and change it's appearance. The sample will allow any
picture or text to be dragged into it.
ParagraphScroll shows one way to scroll a
clParagraphView one pixel at a time. Creates the view, stuffs it full of text, then
changes the viewOrigin of the parent repeatedly.
This example shows how to use SyncScroll and how
to use the 'height' slot correctly with view templates.
Demonstrates style information in a
clParagraphView and tab information in a clParagraphView.
Shows how to use clRemoteView. Shows how to make
a read-only view based on a "live" clEditView.
Illustrates order of form, child, done, drawing,
click, quit, and postQuit scripts.